RSS

Create custom page template for blog posts

22 Feb

If you want to create a custom page template for your blog posts, you can use this query so the pagination still works:

<?php query_posts( array( 'paged' => get_query_var('paged') ) ); ?>

In the bottom of the page, reset the query:

<?php wp_reset_query(); ?>

 
Leave a comment

Posted by on February 22, 2012 in Wordpress

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

 
Follow

Get every new post delivered to your Inbox.

Join 106 other followers