<?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"
	>
<channel>
	<title>Comments on: wpPaginate (for WP 1.5)</title>
	<atom:link href="http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/</link>
	<description></description>
	<pubDate>Wed, 23 Jul 2008 21:51:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Francesca</title>
		<link>http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/#comment-27086</link>
		<dc:creator>Francesca</dc:creator>
		<pubDate>Tue, 03 May 2005 09:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/#comment-27086</guid>
		<description>solved :)
http://wordpress.org/support/topic/32474</description>
		<content:encoded><![CDATA[<p>solved <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://wordpress.org/support/topic/32474" rel="nofollow">http://wordpress.org/support/topic/32474</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yk</title>
		<link>http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/#comment-26870</link>
		<dc:creator>yk</dc:creator>
		<pubDate>Sun, 01 May 2005 03:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/#comment-26870</guid>
		<description>If you for some reason like me want a divider only between 2 page numbers, eg 1 ... 2 &#124; 3 &#124; 4 ... 10, change line 105
&lt;h3&gt;"if ($i != 1) {"&lt;/h3&gt;
to
&lt;h3&gt;"if (($i &#62; ($lowtest + 1) &#124;&#124; $lowtest == 1) &#038;&#038; ($i &#60; ($hightest) &#124;&#124; $hightest == $num_of_pages) &#038;&#038; $i != 1 ) {"&lt;/h3&gt;</description>
		<content:encoded><![CDATA[<p>If you for some reason like me want a divider only between 2 page numbers, eg 1 &#8230; 2 | 3 | 4 &#8230; 10, change line 105</p>
<h3>&#8220;if ($i != 1) {&#8221;</h3>
<p>to</p>
<h3>&#8220;if (($i &gt; ($lowtest + 1) || $lowtest == 1) &#038;&#038; ($i &lt; ($hightest) || $hightest == $num_of_pages) &#038;&#038; $i != 1 ) {&#8221;</h3>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francesca</title>
		<link>http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/#comment-26294</link>
		<dc:creator>Francesca</dc:creator>
		<pubDate>Tue, 26 Apr 2005 15:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/#comment-26294</guid>
		<description>hello :)
this plugin is just what I was looking for. But I encountered a problem because the page that needs to be paginated is called news.php and not index.php.
And when one of the pagination number is clicked, the URL is: http://www.domain.it/news.php/index.php?paged=2 and it's not correct. Can you help? Thanx :)</description>
		<content:encoded><![CDATA[<p>hello <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
this plugin is just what I was looking for. But I encountered a problem because the page that needs to be paginated is called news.php and not index.php.<br />
And when one of the pagination number is clicked, the URL is: <a href="http://www.domain.it/news.php/index.php?paged=2" rel="nofollow">http://www.domain.it/news.php/index.php?paged=2</a> and it&#8217;s not correct. Can you help? Thanx <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bertrand</title>
		<link>http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/#comment-26293</link>
		<dc:creator>Bertrand</dc:creator>
		<pubDate>Tue, 26 Apr 2005 08:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/#comment-26293</guid>
		<description>Hello goddess, thank you very much for this simple functionality, but it works great on my side and let peope be aware there is much more to read.</description>
		<content:encoded><![CDATA[<p>Hello goddess, thank you very much for this simple functionality, but it works great on my side and let peope be aware there is much more to read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Junap</title>
		<link>http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/#comment-25899</link>
		<dc:creator>Junap</dc:creator>
		<pubDate>Sat, 23 Apr 2005 12:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/#comment-25899</guid>
		<description>very handy plugin :)

Just wondering if you have (or know of) a plugin that provides similar functionality for paginating long lists of comments within each post?</description>
		<content:encoded><![CDATA[<p>very handy plugin <img src='http://www.scriptygoddess.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Just wondering if you have (or know of) a plugin that provides similar functionality for paginating long lists of comments within each post?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edrei</title>
		<link>http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/#comment-25531</link>
		<dc:creator>Edrei</dc:creator>
		<pubDate>Wed, 20 Apr 2005 12:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/#comment-25531</guid>
		<description>There seems to be a problem with the Paginate. For some reason it would show links that don't exists. My entire site shows up to 90 pages but the paginate displays 112. Same goes for my archives, it displays more pages than actually exists. 

Is there a fix to this?</description>
		<content:encoded><![CDATA[<p>There seems to be a problem with the Paginate. For some reason it would show links that don&#8217;t exists. My entire site shows up to 90 pages but the paginate displays 112. Same goes for my archives, it displays more pages than actually exists. </p>
<p>Is there a fix to this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer</title>
		<link>http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/#comment-17857</link>
		<dc:creator>Jennifer</dc:creator>
		<pubDate>Fri, 18 Mar 2005 01:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/#comment-17857</guid>
		<description>Andrew - I'm going on vacation soon - but I'll email you when I can. Since I had this working on a base WP install - I'm thinking it's probably a plugin conflict. In the meantime, if you want to try turning on and off other plugins to narrow down which one it might (or if that's the problem to begin with) that would get a jump on things....</description>
		<content:encoded><![CDATA[<p>Andrew - I&#8217;m going on vacation soon - but I&#8217;ll email you when I can. Since I had this working on a base WP install - I&#8217;m thinking it&#8217;s probably a plugin conflict. In the meantime, if you want to try turning on and off other plugins to narrow down which one it might (or if that&#8217;s the problem to begin with) that would get a jump on things&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/#comment-17856</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 17 Mar 2005 23:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/#comment-17856</guid>
		<description>Thanks for the plugin, its been helpful in the past.  However, using the new version in WP 1.5, I often get more pages than I have posts for!  For example, my March 05 archives have only 2 pages worth of posts, but I get links for 5 pages.  This is also  true if I use the page links on the home page.  I get 32 page links, but only have about 20 something pages worth of posts. 

What's weird, is that not all archives and category pages have this problem.  Some print the exact number of page links needed.

I've tried disabling all other plugins and changing back to the default themes/template, but I still get more page links than necessary. 

Hope someone knows what's going on.</description>
		<content:encoded><![CDATA[<p>Thanks for the plugin, its been helpful in the past.  However, using the new version in WP 1.5, I often get more pages than I have posts for!  For example, my March 05 archives have only 2 pages worth of posts, but I get links for 5 pages.  This is also  true if I use the page links on the home page.  I get 32 page links, but only have about 20 something pages worth of posts. </p>
<p>What&#8217;s weird, is that not all archives and category pages have this problem.  Some print the exact number of page links needed.</p>
<p>I&#8217;ve tried disabling all other plugins and changing back to the default themes/template, but I still get more page links than necessary. </p>
<p>Hope someone knows what&#8217;s going on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cara</title>
		<link>http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/#comment-17853</link>
		<dc:creator>Cara</dc:creator>
		<pubDate>Thu, 17 Mar 2005 14:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/#comment-17853</guid>
		<description>Nevermind about my last post.

I found out that the problem is due to the conflicts between this plugin and the Category Visibility Plugin by &lt;a href="http://www.gudlyf.com/archives/2005/03/08/wordpress-plugin-category-visibility"&gt;Gudlyf's World&lt;/a&gt;.

I have point out this at Gudlyf's weblog.</description>
		<content:encoded><![CDATA[<p>Nevermind about my last post.</p>
<p>I found out that the problem is due to the conflicts between this plugin and the Category Visibility Plugin by <a href="http://www.gudlyf.com/archives/2005/03/08/wordpress-plugin-category-visibility">Gudlyf&#8217;s World</a>.</p>
<p>I have point out this at Gudlyf&#8217;s weblog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cara</title>
		<link>http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/#comment-17851</link>
		<dc:creator>Cara</dc:creator>
		<pubDate>Thu, 17 Mar 2005 14:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/#comment-17851</guid>
		<description>Hi Jennifer, thanks for the code.
However, when i navigate the last page at my weblog, i found out that it never shows all the posts. Any idea?</description>
		<content:encoded><![CDATA[<p>Hi Jennifer, thanks for the code.<br />
However, when i navigate the last page at my weblog, i found out that it never shows all the posts. Any idea?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
