Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created March 11, 2014 14:05
Show Gist options
  • Save billrobbins/9486302 to your computer and use it in GitHub Desktop.
Save billrobbins/9486302 to your computer and use it in GitHub Desktop.
<div id="content">
<?php while (have_posts()) : the_post(); ?>
<h1 class="page-title"><?php the_title(); ?></h1>
<?php the_content(); ?>
<?php wp_link_pages('before=<div id="page-links">&after=</div>'); ?>
<?php endwhile; ?>
</div><!--#content -->
<?php get_sidebar(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment