コード例 #1
0
ファイル: index.php プロジェクト: em222iv/wordpress
</a>
        </h1>

        <div class="entry-content">
          <?php 
        the_content();
        ?>
        </div>

      </article>

    <?php 
    }
    ?>
      <?php 
    wtf_paginate('Pagination', 'pagination-primary clearfix');
    ?>
    <?php 
} else {
    ?>
      <?php 
    get_template_part('content', '404');
    ?>
    <?php 
}
?>

  </div>
  <!-- /main -->

<?php 
コード例 #2
0
ファイル: single.php プロジェクト: em222iv/wordpress
    the_permalink();
    ?>
" title="<?php 
    echo esc_attr(sprintf(__('Permalink to %s'), the_title_attribute('echo=0')));
    ?>
" rel="bookmark"><?php 
    the_title();
    ?>
</a>
      </h1>

      <div class="entry-content">
        <?php 
    the_content();
    ?>
      </div>

      <?php 
    wtf_paginate('Pagination', 'pagination-secondary clearfix');
    ?>

    </article>
    <!-- /main -->

  <?php 
}
?>

<?php 
get_sidebar();
get_footer();