コード例 #1
0
while (have_posts()) {
    the_post();
    ?>

  <article <?php 
    post_class();
    ?>
>
    <header class="page-header">
      <h1 class="entry-title"><?php 
    the_title();
    ?>
</h1>
    </header>
    <a href="<?php 
    post_thumbnail_url();
    ?>
">
      <figure class="row">
        <?php 
    the_post_thumbnail();
    ?>
        <figcaption>
          <header>
            <h3><a><?php 
    the_excerpt();
    ?>
</a></h3>
          </header>
        </figcaption>
      </figure>
コード例 #2
0
    <div class="main" <?php 
echo the_wio_attributes();
?>
>

        <a id="menu-hamburger" href="#right-panel"></a>

<?php 
full_articles(true);
rewind_posts();
while (have_posts()) {
    the_post();
    ?>

<?php 
    $headerImageUrl = post_thumbnail_url() ? post_thumbnail_url() : (the_blankimage() ? the_blankimage()->getUrl() : '');
    ?>

<div class="blog-header single" style="<?php 
    echo $headerImageUrl ? 'background-image: url(' . $headerImageUrl . ')' : '';
    ?>
">

    <div class="wrapper">

       <h1><?php 
    echo single_post_title();
    ?>
</h1>

       <p class="description">