<?php get_header(); ?>
<div id="content">
   <div id="contentleft">
      <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
      <h1><?php the_title(); ?></h1>
      <!--post text with the read more link-->
      <?php the_content('<div class="post-more">Read the rest of this entry &raquo;</div>'); ?>
      <!--for paginate posts-->
      <?php link_pages('<p><strong>Sayfalar:</strong> ', '</p>', 'number'); ?>
      <?php endwhile; else: ?>
      <p><?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?>
   </div>
   <?php get_sidebar(); ?>
</div>
<!-- The main column ends  -->
<?php get_footer(); ?>
Alıntı
<?php link_pages('<p><strong>Sayfalar:</strong> ', '</p>', 'number'); ?