<?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: Paging Hemingway Part Deux</title>
	<atom:link href="http://moggy.laceous.com/2008/08/15/paging-hemingway-part-deux/feed/" rel="self" type="application/rss+xml" />
	<link>http://moggy.laceous.com/2008/08/15/paging-hemingway-part-deux/</link>
	<description>If nothing we do matters, then all that matters is what we do.</description>
	<lastBuildDate>Thu, 05 Aug 2010 10:16:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Bill</title>
		<link>http://moggy.laceous.com/2008/08/15/paging-hemingway-part-deux/comment-183/#comment-183</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Fri, 26 Jun 2009 15:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://moggy.laceous.com/?p=61#comment-183</guid>
		<description>Using Wordpress 2.8 and HemingwayEx 1.5 the process is a little
simpler now. The three steps Moggy suggests can be modified. (1)
Copy the PHP code into a file then upload it to the Plugins folder,
as Moggy describes here. (2) It is no longer necessary to comment
out the default custom query in the index.php file. If you simply
uncheck the built-in HemingwayEx paging option in the theme options
panel, this code will not mess anything up. On the other hand, if
you do comment out these lines, the widget for Recent Posts will
not function properly on pages where Moggy&#039;s pagination is present.
(3) In the index.php file, paste in the code to call for Moggy&#039;s
pagination. You do not need to erase the built-in HemngwayEx code a
the bottom of the index.php file. Just put in your code above or
below it, like this: &lt;?php if
(function_exists(&#039;custom_hem_home_query&#039;)): ?&gt; &lt;?php
next_posts_link(&#039; Previous entries&#039;) ?&gt; &lt;?php
previous_posts_link(&#039; &#124; Next entries &#039;) ?&gt; &lt;?php endif; ?&gt;
// The following is the HemingwayEx default code... &lt;?php if
($hemingwayEx_options[&#039;paging_enabled&#039;] == 1) : ?&gt; &lt;?php
previous_posts_link(&#039; &#039;) ?&gt; &lt;?php echo &#039;&#039; ?&gt; That&#039;s it!
Moggy, thank you for posting all this great info.</description>
		<content:encoded><![CDATA[<p>Using WordPress 2.8 and HemingwayEx 1.5 the process is a little<br />
simpler now. The three steps Moggy suggests can be modified. (1)<br />
Copy the PHP code into a file then upload it to the Plugins folder,<br />
as Moggy describes here. (2) It is no longer necessary to comment<br />
out the default custom query in the index.php file. If you simply<br />
uncheck the built-in HemingwayEx paging option in the theme options<br />
panel, this code will not mess anything up. On the other hand, if<br />
you do comment out these lines, the widget for Recent Posts will<br />
not function properly on pages where Moggy&#8217;s pagination is present.<br />
(3) In the index.php file, paste in the code to call for Moggy&#8217;s<br />
pagination. You do not need to erase the built-in HemngwayEx code a<br />
the bottom of the index.php file. Just put in your code above or<br />
below it, like this: &lt;?php if<br />
(function_exists(&#8216;custom_hem_home_query&#8217;)): ?&gt; &lt;?php<br />
next_posts_link(&#8216; Previous entries&#8217;) ?&gt; &lt;?php<br />
previous_posts_link(&#8216; | Next entries &#8216;) ?&gt; &lt;?php endif; ?&gt;<br />
// The following is the HemingwayEx default code&#8230; &lt;?php if<br />
($hemingwayEx_options['paging_enabled'] == 1) : ?&gt; &lt;?php<br />
previous_posts_link(&#8216; &#8216;) ?&gt; &lt;?php echo &#8221; ?&gt; That&#8217;s it!<br />
Moggy, thank you for posting all this great info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [HOWTO] Dynamic Plugins for Wordpress &#124; Jude Pereira's Blog</title>
		<link>http://moggy.laceous.com/2008/08/15/paging-hemingway-part-deux/comment-146/#comment-146</link>
		<dc:creator>[HOWTO] Dynamic Plugins for Wordpress &#124; Jude Pereira's Blog</dc:creator>
		<pubDate>Thu, 14 May 2009 16:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://moggy.laceous.com/?p=61#comment-146</guid>
		<description>[...] the hemingwayEx theme. Looks great, but the pagination
doesn’t work well without the custom hemingwayEx pagination plugin.
I got that installed. The hemmingwayEx theme looks cool when it
displays two posts per page. The [...]</description>
		<content:encoded><![CDATA[<p>[...] the hemingwayEx theme. Looks great, but the pagination<br />
doesn’t work well without the custom hemingwayEx pagination plugin.<br />
I got that installed. The hemmingwayEx theme looks cool when it<br />
displays two posts per page. The [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jude Pereira</title>
		<link>http://moggy.laceous.com/2008/08/15/paging-hemingway-part-deux/comment-143/#comment-143</link>
		<dc:creator>Jude Pereira</dc:creator>
		<pubDate>Sun, 10 May 2009 12:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://moggy.laceous.com/?p=61#comment-143</guid>
		<description>Even I too have the same paginating problem. It shows a 404 error
if I try to view posts further than page 2. I think Rupak Ganguly
might solve the problem... For a temporary solution, I&#039;ll try to
make a hidden category which is common to all.</description>
		<content:encoded><![CDATA[<p>Even I too have the same paginating problem. It shows a 404 error<br />
if I try to view posts further than page 2. I think Rupak Ganguly<br />
might solve the problem&#8230; For a temporary solution, I&#8217;ll try to<br />
make a hidden category which is common to all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rupak Ganguly</title>
		<link>http://moggy.laceous.com/2008/08/15/paging-hemingway-part-deux/comment-126/#comment-126</link>
		<dc:creator>Rupak Ganguly</dc:creator>
		<pubDate>Thu, 05 Feb 2009 01:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://moggy.laceous.com/?p=61#comment-126</guid>
		<description>@moggy I totally forgot that I had left a comment here but I just
happened to come back here and saw that you actually replied. Sorry
to be a tad late ;) but I really do appreciate it. So, yes I am
using the Ninja Monkeys theme that you linked. I am using WordPress
MU 1.3.3 (based on WordPress 2.3). Lokoing at the date 08/15 in
your comment I would say that I am using the version of have here,
unless you updated the version and did not update the date in the
comment. Please let me know.</description>
		<content:encoded><![CDATA[<p>@moggy I totally forgot that I had left a comment here but I just<br />
happened to come back here and saw that you actually replied. Sorry<br />
to be a tad late ;) but I really do appreciate it. So, yes I am<br />
using the Ninja Monkeys theme that you linked. I am using WordPress<br />
MU 1.3.3 (based on WordPress 2.3). Lokoing at the date 08/15 in<br />
your comment I would say that I am using the version of have here,<br />
unless you updated the version and did not update the date in the<br />
comment. Please let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://moggy.laceous.com/2008/08/15/paging-hemingway-part-deux/comment-102/#comment-102</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 26 Dec 2008 21:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://moggy.laceous.com/?p=61#comment-102</guid>
		<description>Thanks moggy, I&#039;m not too code-savvy, but do you suppose I could
disable that query and try your plugin...what do you think?
Appreciate your time.... Thanks, Sam</description>
		<content:encoded><![CDATA[<p>Thanks moggy, I&#8217;m not too code-savvy, but do you suppose I could<br />
disable that query and try your plugin&#8230;what do you think?<br />
Appreciate your time&#8230;. Thanks, Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moggy</title>
		<link>http://moggy.laceous.com/2008/08/15/paging-hemingway-part-deux/comment-101/#comment-101</link>
		<dc:creator>moggy</dc:creator>
		<pubDate>Thu, 25 Dec 2008 12:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://moggy.laceous.com/?p=61#comment-101</guid>
		<description>Hey Sam,

It looks like HemingwayEx 1.5 has its own built-in pagination options.  If you&#039;re trying to use this plugin with HemEx 1.5 then you might run into unforeseen issues.

However, after a quick test with WP2.7 and HemEx1.5 (and no plugins activated), It does appear to produce a 404 response after paging through a couple of pages (when there&#039;s more posts that should be displayed for the next page).  I took a look at the code, and it looks like the problem lies with the way the paging was implemented.  Basically HemEx1.5 is using a modified query in the theme&#039;s index.php file.  I seem to remember exploring this option myself, and found similar results... which is why I ultimately decided to hook into WP actions/filters via a plugin.</description>
		<content:encoded><![CDATA[<p>Hey Sam,</p>
<p>It looks like HemingwayEx 1.5 has its own built-in pagination options.  If you&#8217;re trying to use this plugin with HemEx 1.5 then you might run into unforeseen issues.</p>
<p>However, after a quick test with WP2.7 and HemEx1.5 (and no plugins activated), It does appear to produce a 404 response after paging through a couple of pages (when there&#8217;s more posts that should be displayed for the next page).  I took a look at the code, and it looks like the problem lies with the way the paging was implemented.  Basically HemEx1.5 is using a modified query in the theme&#8217;s index.php file.  I seem to remember exploring this option myself, and found similar results&#8230; which is why I ultimately decided to hook into WP actions/filters via a plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://moggy.laceous.com/2008/08/15/paging-hemingway-part-deux/comment-100/#comment-100</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 25 Dec 2008 08:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://moggy.laceous.com/?p=61#comment-100</guid>
		<description>A pagination issue, possibly the same as above, has popped up on
the theme authors forum, and I&#039;m having pagination issues as well.
I&#039;m running HemEx 1.5 on WP 2.7 ... clicking &quot;next&quot; resuts in a 404
error. I wonder if you have any ideas? Thanks, Sam</description>
		<content:encoded><![CDATA[<p>A pagination issue, possibly the same as above, has popped up on<br />
the theme authors forum, and I&#8217;m having pagination issues as well.<br />
I&#8217;m running HemEx 1.5 on WP 2.7 &#8230; clicking &#8220;next&#8221; resuts in a 404<br />
error. I wonder if you have any ideas? Thanks, Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moggy</title>
		<link>http://moggy.laceous.com/2008/08/15/paging-hemingway-part-deux/comment-82/#comment-82</link>
		<dc:creator>moggy</dc:creator>
		<pubDate>Sat, 30 Aug 2008 13:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://moggy.laceous.com/?p=61#comment-82</guid>
		<description>Is &lt;a href=&quot;http://ninjamonkeys.co.za/ninja-monkeys-theme-widgetized-hemingway-for-wordpress-22/&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt; the version of Hemingway you&#039;re using?

What specific version of WP are you using?

Any other plugins that might be interfering?

Have you tried v0.2a (above)... if so, did that work?</description>
		<content:encoded><![CDATA[<p>Is <a href="http://ninjamonkeys.co.za/ninja-monkeys-theme-widgetized-hemingway-for-wordpress-22/" rel="nofollow">this</a> the version of Hemingway you&#8217;re using?</p>
<p>What specific version of WP are you using?</p>
<p>Any other plugins that might be interfering?</p>
<p>Have you tried v0.2a (above)&#8230; if so, did that work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rupak Ganguly</title>
		<link>http://moggy.laceous.com/2008/08/15/paging-hemingway-part-deux/comment-80/#comment-80</link>
		<dc:creator>Rupak Ganguly</dc:creator>
		<pubDate>Thu, 28 Aug 2008 22:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://moggy.laceous.com/?p=61#comment-80</guid>
		<description>Hi, I came across the plugin you wrote and used it on another
variation of Hemingway by NinjaMonkeys. What I found is that if the
category under which a post is filed is same across posts, then it
will page properly, otherwise it does not seem to find the posts. I
don&#039;t think it is caused by your category check block as that code
only executes if I have your asides plugin, which I don&#039;t. So that
leaves only one line of code:
$wp_query-&gt;query_vars[&#039;posts_per_page&#039;] = 2; Let me know if have
come across this issue. I would love to show you but I have this in
an internal company blog. Let me know when you have some time.
Thanks, Rupak Ganguly</description>
		<content:encoded><![CDATA[<p>Hi, I came across the plugin you wrote and used it on another<br />
variation of Hemingway by NinjaMonkeys. What I found is that if the<br />
category under which a post is filed is same across posts, then it<br />
will page properly, otherwise it does not seem to find the posts. I<br />
don&#8217;t think it is caused by your category check block as that code<br />
only executes if I have your asides plugin, which I don&#8217;t. So that<br />
leaves only one line of code:<br />
$wp_query-&gt;query_vars['posts_per_page'] = 2; Let me know if have<br />
come across this issue. I would love to show you but I have this in<br />
an internal company blog. Let me know when you have some time.<br />
Thanks, Rupak Ganguly</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced) (user agent is rejected)

Served from: moggy.laceous.com @ 2010-09-10 19:17:01 -->