<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WordPress: Create a Page Template that Paginates Posts from a Certain&#160;Category</title>
	<atom:link href="http://www.tammyhartdesigns.com/tutorials/wordpress-create-a-page-template-that-paginates-posts-from-a-certain-category/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tammyhartdesigns.com/wordpress/wordpress-create-a-page-template-that-paginates-posts-from-a-certain-category/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-create-a-page-template-that-paginates-posts-from-a-certain-category</link>
	<description>Web Designer &#38; Custom WordPress  Theme Developer in Birmingham, AL</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:50:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Tammy Hart</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-create-a-page-template-that-paginates-posts-from-a-certain-category/#comment-2661</link>
		<dc:creator>Tammy Hart</dc:creator>
		<pubDate>Thu, 01 Dec 2011 16:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=644#comment-2661</guid>
		<description>&lt;p class=&quot;note&quot;&gt;&lt;strong&gt;Update!&lt;/strong&gt; There is a much better method for accomplishing this. Just skim the comments on the post to see how many people have had issues with this outdated method. Learn more about creating &lt;a href=&quot;http://www.tammyhartdesigns.com/wordpress/taking-advantage-of-the-template-hierarchy/&quot; rel=&quot;nofollow&quot;&gt;custom category templates&lt;/a&gt;.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p class="note"><strong>Update!</strong> There is a much better method for accomplishing this. Just skim the comments on the post to see how many people have had issues with this outdated method. Learn more about creating <a href="http://www.tammyhartdesigns.com/wordpress/taking-advantage-of-the-template-hierarchy/" rel="nofollow">custom category templates</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-create-a-page-template-that-paginates-posts-from-a-certain-category/#comment-2660</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 01 Dec 2011 12:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=644#comment-2660</guid>
		<description>Nevermind Tammy, I just used query_posts instead and pagination is working now: 

 11, &#039;paged&#039; =&gt; get_query_var(&#039;paged&#039;) ) ); 
while (have_posts()) : the_post(); ?&gt;


Posted on 
</description>
		<content:encoded><![CDATA[<p>Nevermind Tammy, I just used query_posts instead and pagination is working now: </p>
<p> 11, &#8216;paged&#8217; =&gt; get_query_var(&#8216;paged&#8217;) ) );<br />
while (have_posts()) : the_post(); ?&gt;</p>
<p>Posted on</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-create-a-page-template-that-paginates-posts-from-a-certain-category/#comment-2659</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 01 Dec 2011 11:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=644#comment-2659</guid>
		<description>Hi Tammy, thanks for this. I&#039;ve put it all together and it appears to work (including Wp-PageNavi) but when I click on &#039;older entries&#039; or a different page number I get the same list of posts. The PageNavi author has a page saying that this is a symptom of an incorrect usage of query_posts: http://scribu.net/wordpress/wp-pagenavi/right-way-to-use-query_posts.html - but you aren&#039;t using query_posts! :)

Any thoughts?</description>
		<content:encoded><![CDATA[<p>Hi Tammy, thanks for this. I&#8217;ve put it all together and it appears to work (including Wp-PageNavi) but when I click on &#8216;older entries&#8217; or a different page number I get the same list of posts. The PageNavi author has a page saying that this is a symptom of an incorrect usage of query_posts: <a href="http://scribu.net/wordpress/wp-pagenavi/right-way-to-use-query_posts.html" rel="nofollow">http://scribu.net/wordpress/wp-pagenavi/right-way-to-use-query_posts.html</a> &#8211; but you aren&#8217;t using query_posts! <img src='http://www.tammyhartdesigns.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wyatt</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-create-a-page-template-that-paginates-posts-from-a-certain-category/#comment-2616</link>
		<dc:creator>Wyatt</dc:creator>
		<pubDate>Sat, 12 Nov 2011 20:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=644#comment-2616</guid>
		<description>Great Idea.  Just one issue I&#039;m having.  The pagination is set to only show posts in the same category but on the page it shows links to other pages and not posts in the same category.

Any idea on what I can do to ensure pagination only display links to previous and next posts in the same category and not to PAGES which are not posts?

Thanks</description>
		<content:encoded><![CDATA[<p>Great Idea.  Just one issue I&#8217;m having.  The pagination is set to only show posts in the same category but on the page it shows links to other pages and not posts in the same category.</p>
<p>Any idea on what I can do to ensure pagination only display links to previous and next posts in the same category and not to PAGES which are not posts?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dzul</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-create-a-page-template-that-paginates-posts-from-a-certain-category/#comment-2603</link>
		<dc:creator>dzul</dc:creator>
		<pubDate>Thu, 10 Nov 2011 09:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=644#comment-2603</guid>
		<description>Mine is not working. The pagination appears but when i click page 2, it still showing page 1 contents. How to fix this?</description>
		<content:encoded><![CDATA[<p>Mine is not working. The pagination appears but when i click page 2, it still showing page 1 contents. How to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unwired Tech</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-create-a-page-template-that-paginates-posts-from-a-certain-category/#comment-2566</link>
		<dc:creator>Unwired Tech</dc:creator>
		<pubDate>Thu, 03 Nov 2011 04:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=644#comment-2566</guid>
		<description>This will work on custom pages template? I am getting error 404 for the next pages of my custom page template...</description>
		<content:encoded><![CDATA[<p>This will work on custom pages template? I am getting error 404 for the next pages of my custom page template&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tammy Hart</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-create-a-page-template-that-paginates-posts-from-a-certain-category/#comment-2388</link>
		<dc:creator>Tammy Hart</dc:creator>
		<pubDate>Tue, 25 Oct 2011 14:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=644#comment-2388</guid>
		<description>Pay special attention to that first section &quot;Create a Page Template&quot;.</description>
		<content:encoded><![CDATA[<p>Pay special attention to that first section &#8220;Create a Page Template&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donlolo</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-create-a-page-template-that-paginates-posts-from-a-certain-category/#comment-2364</link>
		<dc:creator>Donlolo</dc:creator>
		<pubDate>Mon, 24 Oct 2011 15:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=644#comment-2364</guid>
		<description>So where exactly do i start copy and paste these codes in...</description>
		<content:encoded><![CDATA[<p>So where exactly do i start copy and paste these codes in&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erwin</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-create-a-page-template-that-paginates-posts-from-a-certain-category/#comment-2250</link>
		<dc:creator>Erwin</dc:creator>
		<pubDate>Wed, 19 Oct 2011 08:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=644#comment-2250</guid>
		<description>As Chad said &quot;With this post, you’ve saved a lot of time for many novice programmers&quot;....many thanks Tammy...</description>
		<content:encoded><![CDATA[<p>As Chad said &#8220;With this post, you’ve saved a lot of time for many novice programmers&#8221;&#8230;.many thanks Tammy&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-create-a-page-template-that-paginates-posts-from-a-certain-category/#comment-2119</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Wed, 12 Oct 2011 07:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=644#comment-2119</guid>
		<description>Just wanted to say thanks, Tammy.  With this post, you&#039;ve saved a lot of time for many novice programmers.</description>
		<content:encoded><![CDATA[<p>Just wanted to say thanks, Tammy.  With this post, you&#8217;ve saved a lot of time for many novice programmers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

