コード例 #1
0
 aria-labelledby="entry__header" role="article">
        <div class="content__wrapper">
          <section class="entry__profile-image col__1-2">
            <a href="<?php 
        the_permalink();
        ?>
">
              <?php 
        get_template_part('template-parts/partials/thumbnail');
        ?>
            </a>
          </section>
          <section class="entry__content col__1-2">
            <?php 
        if (function_exists('dfw_entry_title')) {
            dfw_entry_title();
        }
        ?>
            <?php 
        dfw_custom_excerpt();
        ?>
          </section>
        </div>
      </article>
      <?php 
    }
    ?>
    <div class="content__wrapper">
    <?php 
    dfw_pagination();
    ?>
コード例 #2
0
ファイル: single.php プロジェクト: Fulcrum-Creatives/ddd
if (is_singular('casestudies')) {
    ?>
    <h2 class="case-studies__subtitle one"><?php 
    echo $ddd_cs_sub_tilte_one;
    ?>
</h2>
    <h2 class="case-studies__subtitle two"><?php 
    echo $ddd_cs_subtitle_two;
    ?>
</h2>
  <?php 
} else {
    ?>
    <?php 
    if (function_exists('dfw_entry_title')) {
        dfw_entry_title(array('has_link' => false));
    }
    ?>
    <div class="entry__date"><?php 
    echo get_the_date();
    ?>
</div>
  <?php 
}
?>
  <?php 
get_template_part('template-parts/partials/thumbnail');
?>
  <?php 
the_content();
?>