<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MarkTeipe.com &#187; Templating</title>
	<atom:link href="http://markteipe.com/category/code/wordpress/templating/feed/" rel="self" type="application/rss+xml" />
	<link>http://markteipe.com</link>
	<description>New Media Development</description>
	<lastBuildDate>Wed, 25 Aug 2010 05:04:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress paging problem in custom category templates</title>
		<link>http://markteipe.com/2008/08/22/wordpress-paging-problem-in-custom-category-templates/</link>
		<comments>http://markteipe.com/2008/08/22/wordpress-paging-problem-in-custom-category-templates/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 03:40:44 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Templating]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://markteipe.com/?p=62</guid>
		<description><![CDATA[So there&#8217;s a bug in the wordpress query_posts() function with Pagination when you&#8217;re building a custom template and you want to view posts by category and have it limit a page to a certain numbers of posts. Most of the solutions in the WP forums are bogus. You get the page links but the pages [...]]]></description>
			<content:encoded><![CDATA[<p>So there&#8217;s a bug in the wordpress query_posts() function with Pagination when you&#8217;re building a custom template and you want to view posts by category and have it limit a page to a certain numbers of posts. Most of the solutions in the WP forums are bogus. You get the page links but the pages are the same posts. As i suspected you gotta tweak the query and this guy has the <a href="http://stylizedweb.com/2008/08/13/query_posts-pagination-problem/#comment-15406" target="_blank">perfect solution here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://markteipe.com/2008/08/22/wordpress-paging-problem-in-custom-category-templates/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
