<?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: Wordpress Integration</title>
	<atom:link href="http://www.loconet.ca/2005/01/19/wordpress-integration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.loconet.ca/2005/01/19/wordpress-integration/</link>
	<description>Constantly learning</description>
	<lastBuildDate>Sat, 10 Jul 2010 14:14:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: loconet</title>
		<link>http://www.loconet.ca/2005/01/19/wordpress-integration/comment-page-1/#comment-18</link>
		<dc:creator>loconet</dc:creator>
		<pubDate>Tue, 29 Mar 2005 14:43:38 +0000</pubDate>
		<guid isPermaLink="false">/?p=43#comment-18</guid>
		<description>Yah, I know it&#039;s not hard, it&#039;s quite simple really but I prefer to touch wordpress&#039;s code as little as possible to be able to upgrade easier. If they haven&#039;t fixed it in the new version maybe I will fix it an submit it as a patch though :)</description>
		<content:encoded><![CDATA[<p>Yah, I know it&#8217;s not hard, it&#8217;s quite simple really but I prefer to touch wordpress&#8217;s code as little as possible to be able to upgrade easier. If they haven&#8217;t fixed it in the new version maybe I will fix it an submit it as a patch though <img src='http://www.loconet.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr Speaker</title>
		<link>http://www.loconet.ca/2005/01/19/wordpress-integration/comment-page-1/#comment-17</link>
		<dc:creator>Mr Speaker</dc:creator>
		<pubDate>Tue, 29 Mar 2005 05:24:43 +0000</pubDate>
		<guid isPermaLink="false">/?p=43#comment-17</guid>
		<description>ah, sorry.

I had a look at the back end, and though the pagination works throught the querystring (ie, you can put /edit.php?paged=2 and it&#039;ll show the 2nd page of results) the function call from the front end (posts_nav_link()) ALMOST works properly, but it puts the link to the wrong directory - it points the next/previous links to /edit.php?paged=2 instead of /wp-admin/edit.php?paged=2.

Looks like a bug really. Shouldn&#039;t be too hard to fix. if you reeally wanted :)</description>
		<content:encoded><![CDATA[<p>ah, sorry.</p>
<p>I had a look at the back end, and though the pagination works throught the querystring (ie, you can put /edit.php?paged=2 and it&#8217;ll show the 2nd page of results) the function call from the front end (posts_nav_link()) ALMOST works properly, but it puts the link to the wrong directory &#8211; it points the next/previous links to /edit.php?paged=2 instead of /wp-admin/edit.php?paged=2.</p>
<p>Looks like a bug really. Shouldn&#8217;t be too hard to fix. if you reeally wanted <img src='http://www.loconet.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loconet</title>
		<link>http://www.loconet.ca/2005/01/19/wordpress-integration/comment-page-1/#comment-16</link>
		<dc:creator>loconet</dc:creator>
		<pubDate>Mon, 28 Mar 2005 12:37:39 +0000</pubDate>
		<guid isPermaLink="false">/?p=43#comment-16</guid>
		<description>Yah, I see what you are saying. Although I was referring to the administration&#039;s area listing :). There is a new version of wordpress out (1.5) which might have fixed this little issue, I should upgrade soon..</description>
		<content:encoded><![CDATA[<p>Yah, I see what you are saying. Although I was referring to the administration&#8217;s area listing <img src='http://www.loconet.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . There is a new version of wordpress out (1.5) which might have fixed this little issue, I should upgrade soon..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr Speaker</title>
		<link>http://www.loconet.ca/2005/01/19/wordpress-integration/comment-page-1/#comment-15</link>
		<dc:creator>Mr Speaker</dc:creator>
		<pubDate>Mon, 28 Mar 2005 11:27:57 +0000</pubDate>
		<guid isPermaLink="false">/?p=43#comment-15</guid>
		<description>I wanted paged navigation too, and was curious about the option in the admin section Options-&gt;reading-&gt;front page. The drop down box has a selection called &quot;Posts paged&quot;.

I selected this, but it made no difference (Im using and older version, maybe 1.3, or 4?) It looks like the function has been written, but its just not on the front page. I had to add this line (I put it in a div) in my index.php file just after the foreach that spits out all the posts:
&lt;code&gt;posts_nav_link(&quot;::&quot;, &quot;newer posts&quot;, &quot;older posts&quot; );&lt;/code&gt;
And it works like a charm (&lt;a href=&quot;mrspeaker.webeisteddfod.com&quot;&gt;check my site!&lt;/a&gt;)</description>
		<content:encoded><![CDATA[<p>I wanted paged navigation too, and was curious about the option in the admin section Options->reading->front page. The drop down box has a selection called &#8220;Posts paged&#8221;.</p>
<p>I selected this, but it made no difference (Im using and older version, maybe 1.3, or 4?) It looks like the function has been written, but its just not on the front page. I had to add this line (I put it in a div) in my index.php file just after the foreach that spits out all the posts:<br />
<code>posts_nav_link("::", "newer posts", "older posts" );</code><br />
And it works like a charm (<a href="mrspeaker.webeisteddfod.com">check my site!</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web User</title>
		<link>http://www.loconet.ca/2005/01/19/wordpress-integration/comment-page-1/#comment-14</link>
		<dc:creator>Web User</dc:creator>
		<pubDate>Wed, 26 Jan 2005 12:54:07 +0000</pubDate>
		<guid isPermaLink="false">/?p=43#comment-14</guid>
		<description>Go Wordpress!</description>
		<content:encoded><![CDATA[<p>Go Wordpress!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
