<?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 The HemingwayEx Home Page</title>
	<atom:link href="http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/</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: Aisleone.net: Hemingway Ex template and &#8230; &#171; Performa project updates</title>
		<link>http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/comment-125/#comment-125</link>
		<dc:creator>Aisleone.net: Hemingway Ex template and &#8230; &#171; Performa project updates</dc:creator>
		<pubDate>Wed, 28 Jan 2009 17:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/#comment-125</guid>
		<description>[...]
http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/
[...]</description>
		<content:encoded><![CDATA[<p>[...]<br />
<a href="http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/" rel="nofollow">http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/</a><br />
[...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chaospilot</title>
		<link>http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/comment-104/#comment-104</link>
		<dc:creator>chaospilot</dc:creator>
		<pubDate>Tue, 30 Dec 2008 14:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/#comment-104</guid>
		<description>hi there. i would just like to ask what did you do in your RECENT
ENTRIES so that it would look like this: &lt;b&gt;06.15&lt;/b&gt; HemingwayEx
Widgets please get back to me :P ill appreciate the help. thanks</description>
		<content:encoded><![CDATA[<p>hi there. i would just like to ask what did you do in your RECENT<br />
ENTRIES so that it would look like this: <b>06.15</b> HemingwayEx<br />
Widgets please get back to me :P ill appreciate the help. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moggy</title>
		<link>http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/comment-99/#comment-99</link>
		<dc:creator>moggy</dc:creator>
		<pubDate>Sat, 13 Dec 2008 05:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/#comment-99</guid>
		<description>Hey Chris -- here&#039;s what I&#039;m currently using:

&lt;code&gt;&lt;?php if (function_exists(&#039;custom_hem_home_query&#039;)): ?&gt;
&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
&lt;div class=&quot;navigation&quot; style=&quot;text-align:center;&quot;&gt;
	&lt;?php
		if ($paged == 0) $curr_paged = 1;
		else $curr_paged = $paged;
		$prev_paged = $curr_paged - 1;
		$next_paged = $curr_paged + 1;
	?&gt;
	&lt;?php previous_posts_link(&#039;&laquo;&laquo; &#039;); ?&gt;
	&lt;?php echo &#039;Page &#039; . $curr_paged; ?&gt;
	&lt;?php next_posts_link(&#039; &raquo;&raquo;&#039;); ?&gt;
&lt;/div&gt;
&lt;?php endif; ?&gt;&lt;/code&gt;

I have it inside the HemingwayEx index.php file just below &lt;a href=&quot;http://codex.wordpress.org/The_Loop&quot; rel=&quot;nofollow&quot;&gt;the loop&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hey Chris &#8212; here&#8217;s what I&#8217;m currently using:</p>
<p><code>&lt;?php if (function_exists('custom_hem_home_query')): ?&gt;<br />
&lt;div class="clear"&gt;&lt;/div&gt;<br />
&lt;div class="navigation" style="text-align:center;"&gt;<br />
	&lt;?php<br />
		if ($paged == 0) $curr_paged = 1;<br />
		else $curr_paged = $paged;<br />
		$prev_paged = $curr_paged - 1;<br />
		$next_paged = $curr_paged + 1;<br />
	?&gt;<br />
	&lt;?php previous_posts_link('&amp;laquo;&amp;laquo; '); ?&gt;<br />
	&lt;?php echo 'Page ' . $curr_paged; ?&gt;<br />
	&lt;?php next_posts_link(' &amp;raquo;&amp;raquo;'); ?&gt;<br />
&lt;/div&gt;<br />
&lt;?php endif; ?&gt;</code></p>
<p>I have it inside the HemingwayEx index.php file just below <a href="http://codex.wordpress.org/The_Loop" rel="nofollow">the loop</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/comment-97/#comment-97</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 11 Dec 2008 10:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/#comment-97</guid>
		<description>Hey moggy - thanks for the help man. I&#039;ve followed you instructions
and everything works great. Just the last step - places the (
&lt;code&gt;&lt;?php next_posts_link(&#039;« Previous Entries&#039;) ?&gt;&lt;/code&gt;
&lt;code&gt;&lt;?php previous_posts_link(&#039;Next Entries »&#039;) ?&gt;&lt;/code&gt; )
code... - I assume it&#039;s in the index.php of the hemmingway theme
that I put this, and then also, it then places the &quot;next/previous&quot;
links in weird palce on some pages....exactly where in the
index.php page should I insert the code? Thanks!</description>
		<content:encoded><![CDATA[<p>Hey moggy &#8211; thanks for the help man. I&#8217;ve followed you instructions<br />
and everything works great. Just the last step &#8211; places the (<br />
<code>&lt;?php next_posts_link('« Previous Entries') ?&gt;</code><br />
<code>&lt;?php previous_posts_link('Next Entries »') ?&gt;</code> )<br />
code&#8230; &#8211; I assume it&#8217;s in the index.php of the hemmingway theme<br />
that I put this, and then also, it then places the &#8220;next/previous&#8221;<br />
links in weird palce on some pages&#8230;.exactly where in the<br />
index.php page should I insert the code? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HemingwayEx in french &#8226; Archives du site &#8226; Duretz sur le Net !</title>
		<link>http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/comment-92/#comment-92</link>
		<dc:creator>HemingwayEx in french &#8226; Archives du site &#8226; Duretz sur le Net !</dc:creator>
		<pubDate>Tue, 25 Nov 2008 14:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/#comment-92</guid>
		<description>[...] of this hack in functions for the homepage [...]</description>
		<content:encoded><![CDATA[<p>[...] of this hack in functions for the homepage [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moggy</title>
		<link>http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/comment-77/#comment-77</link>
		<dc:creator>moggy</dc:creator>
		<pubDate>Fri, 15 Aug 2008 21:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/#comment-77</guid>
		<description>An updated version of this plugin is located &lt;a href=&quot;http://moggy.laceous.com/2008/08/15/paging-hemingway-part-deux/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>An updated version of this plugin is located <a href="http://moggy.laceous.com/2008/08/15/paging-hemingway-part-deux/" rel="nofollow">here</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moggy</title>
		<link>http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/comment-60/#comment-60</link>
		<dc:creator>moggy</dc:creator>
		<pubDate>Sat, 07 Jun 2008 07:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/#comment-60</guid>
		<description>@mugz

Briefly, yeah.  The CSS isn&#039;t setup to let you do that by default.  I decided I&#039;d rather be able to page the home page, so I never really looked into what CSS changes would need to be made.</description>
		<content:encoded><![CDATA[<p>@mugz</p>
<p>Briefly, yeah.  The CSS isn&#8217;t setup to let you do that by default.  I decided I&#8217;d rather be able to page the home page, so I never really looked into what CSS changes would need to be made.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mugz</title>
		<link>http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/comment-59/#comment-59</link>
		<dc:creator>mugz</dc:creator>
		<pubDate>Fri, 06 Jun 2008 14:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/#comment-59</guid>
		<description>hey moggy, ever tried to put more than 2 posts on the front page
with hemmingway ex? im having trouble, if you change the number to
4, well, see for yourself www.techgutter.com</description>
		<content:encoded><![CDATA[<p>hey moggy, ever tried to put more than 2 posts on the front page<br />
with hemmingway ex? im having trouble, if you change the number to<br />
4, well, see for yourself <a href="http://www.techgutter.com" rel="nofollow">http://www.techgutter.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bradley</title>
		<link>http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/comment-58/#comment-58</link>
		<dc:creator>Bradley</dc:creator>
		<pubDate>Fri, 06 Jun 2008 06:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/#comment-58</guid>
		<description>@moggy WOW! Simply amazing! Many thanks to you! Such a wonderful
addition to an elegant theme.</description>
		<content:encoded><![CDATA[<p>@moggy WOW! Simply amazing! Many thanks to you! Such a wonderful<br />
addition to an elegant theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moggy</title>
		<link>http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/comment-57/#comment-57</link>
		<dc:creator>moggy</dc:creator>
		<pubDate>Fri, 06 Jun 2008 04:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://moggy.laceous.com/2007/07/29/paging-the-hemingwayex-home-page/#comment-57</guid>
		<description>It looks like HemingwayEx 1.1 made some changes. To get this to work with 1.1, make the following changes to the aforementioned steps.

Step 1: Comment out the following lines from the plugin.

//global $hemingwayEx;
//$category_id = $hemingwayEx-&gt;get_asides_category_id();

Step 2: In the index.php file, comment out the following line (located towards the top of the file).

//query_posts(&#039;showposts=2&#039;);</description>
		<content:encoded><![CDATA[<p>It looks like HemingwayEx 1.1 made some changes. To get this to work with 1.1, make the following changes to the aforementioned steps.</p>
<p>Step 1: Comment out the following lines from the plugin.</p>
<p>//global $hemingwayEx;<br />
//$category_id = $hemingwayEx->get_asides_category_id();</p>
<p>Step 2: In the index.php file, comment out the following line (located towards the top of the file).</p>
<p>//query_posts(&#8216;showposts=2&#8242;);</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:37:27 -->