<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: [Mandigo] Pagination fails on custom page/category page</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: [Mandigo] Pagination fails on custom page/category page</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 05:42:50 +0000</pubDate>

<item>
<title>piechdibi on "[Mandigo] Pagination fails on custom page/category page"</title>
<link>http://wordpress.org/support/topic/231574#post-969451</link>
<pubDate>Thu, 29 Jan 2009 00:46:57 +0000</pubDate>
<dc:creator>piechdibi</dc:creator>
<guid isPermaLink="false">969451@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thank you ! This solved my case !&#60;br /&#62;
by putting :&#60;br /&#62;
&#60;code&#62;&#38;lt;?php query_posts($query_string . &#38;#39;&#38;#38;showposts=6&#38;#38;cat=10&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;br /&#62;
I got only 6 posts of my category 10, and the navigation links worked ! (no need for &#60;code&#62;order=DESC&#60;/code&#62; though)
&#60;/p&#62;</description>
</item>
<item>
<title>piechdibi on "[Mandigo] Pagination fails on custom page/category page"</title>
<link>http://wordpress.org/support/topic/231574#post-969450</link>
<pubDate>Thu, 29 Jan 2009 00:46:03 +0000</pubDate>
<dc:creator>piechdibi</dc:creator>
<guid isPermaLink="false">969450@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thank you ! This solved my case !&#60;br /&#62;
by putting :&#60;br /&#62;
&#60;code&#62;&#38;lt;?php query_posts($query_string . &#38;#39;&#38;#38;showposts=6&#38;#38;cat=10&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;br /&#62;
I got only 6 posts of my category 10, and the navigation links worked ! (no need for &#60;code&#62;order=DESC&#60;/code&#62; though)
&#60;/p&#62;</description>
</item>
<item>
<title>richarduk on "[Mandigo] Pagination fails on custom page/category page"</title>
<link>http://wordpress.org/support/topic/231574#post-947244</link>
<pubDate>Tue, 06 Jan 2009 19:57:36 +0000</pubDate>
<dc:creator>richarduk</dc:creator>
<guid isPermaLink="false">947244@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Have you tried this variation on a theme, using showposts?&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php query_posts($query_string . &#38;#39;&#38;#38;order=DESC&#38;#38;showposts=16&#38;#38;cat=7&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Alternatively, check in the admin page where it says how many posts per page are - try changing that number around and see what happens
&#60;/p&#62;</description>
</item>
<item>
<title>jrodgers on "[Mandigo] Pagination fails on custom page/category page"</title>
<link>http://wordpress.org/support/topic/231574#post-947072</link>
<pubDate>Tue, 06 Jan 2009 17:00:38 +0000</pubDate>
<dc:creator>jrodgers</dc:creator>
<guid isPermaLink="false">947072@http://wordpress.org/support/</guid>
<description>&#60;p&#62;didn't work, now i am getting no posts showing on the page
&#60;/p&#62;</description>
</item>
<item>
<title>richarduk on "[Mandigo] Pagination fails on custom page/category page"</title>
<link>http://wordpress.org/support/topic/231574#post-947003</link>
<pubDate>Tue, 06 Jan 2009 16:14:56 +0000</pubDate>
<dc:creator>richarduk</dc:creator>
<guid isPermaLink="false">947003@http://wordpress.org/support/</guid>
<description>&#60;p&#62;According to &#60;a href=&#34;http://codex.wordpress.org/Template_Tags/query_posts&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Template_Tags/query_posts&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;it should be `query_posts($query_string.'&#38;#38;posts_per_page=16');&#60;/p&#62;
&#60;p&#62;`&#60;br /&#62;
If it's not that simple then if you're using 2.7 I've seen a couple of others have had the same problem
&#60;/p&#62;</description>
</item>
<item>
<title>jrodgers on "[Mandigo] Pagination fails on custom page/category page"</title>
<link>http://wordpress.org/support/topic/231574#post-946975</link>
<pubDate>Tue, 06 Jan 2009 15:38:39 +0000</pubDate>
<dc:creator>jrodgers</dc:creator>
<guid isPermaLink="false">946975@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have set up a category page in the mandigo theme&#60;/p&#62;
&#60;p&#62;category-4.php&#60;/p&#62;
&#60;p&#62;with the following&#60;/p&#62;
&#60;p&#62;&#60;code&#62;query_posts(&#38;#39;posts_per_page=16&#38;#39;); // user wants 16 posts on this page only&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and another category page&#60;br /&#62;
category-5.php with no code changes&#60;/p&#62;
&#60;p&#62;in both cases when using the pagination options at the bottom of the page the content remains the same, the output offset does not seem to be getting processed, however it is precessed on the (default) home page which was used as the base of the category pages.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
