<?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: Admin Post Navigation v1.1.1</title>
	<atom:link href="http://coffee2code.com/archives/2010/01/05/admin-post-navigation-v1-1-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://coffee2code.com/archives/2010/01/05/admin-post-navigation-v1-1-1/</link>
	<description>pro-gram-mer: n. a person who converts coffee into code</description>
	<lastBuildDate>Sun, 26 Feb 2012 18:20:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Scott</title>
		<link>http://coffee2code.com/archives/2010/01/05/admin-post-navigation-v1-1-1/comment-page-1/#comment-477559</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 22 Dec 2011 05:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=487#comment-477559</guid>
		<description>@Jill: v1.6 of the plugin introduced the ability to navigate between pages (and other post types).

@geoff: v1.5 introduced the ability to limit navigation for certain post statuses (of which &#039;draft&#039; is one).  If you only want if for drafts, you could use this in your theme&#039;s functions.php file:

&lt;code&gt;add_filter( &#039;c2c_admin_post_navigation_post_statuses&#039;, &#039;change_apn_post_status&#039; );
function change_apn_post_status( $post_statuses ) {
	return array( &#039;draft&#039; );
}
&lt;/code&gt;

@Mikko: v1.5 of the plugin sorts by ID rather than post_date.</description>
		<content:encoded><![CDATA[<p>@Jill: v1.6 of the plugin introduced the ability to navigate between pages (and other post types).</p>
<p>@geoff: v1.5 introduced the ability to limit navigation for certain post statuses (of which &#8216;draft&#8217; is one).  If you only want if for drafts, you could use this in your theme&#8217;s functions.php file:</p>
<p><pre><code>add_filter( &#039;c2c_admin_post_navigation_post_statuses&#039;, &#039;change_apn_post_status&#039; );
function change_apn_post_status( $post_statuses ) {
  return array( &#039;draft&#039; );
}
</code></pre></p>
<p>@Mikko: v1.5 of the plugin sorts by ID rather than post_date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ch Ch Ch Changes. &#171; As Scene Interactive</title>
		<link>http://coffee2code.com/archives/2010/01/05/admin-post-navigation-v1-1-1/comment-page-1/#comment-457139</link>
		<dc:creator>Ch Ch Ch Changes. &#171; As Scene Interactive</dc:creator>
		<pubDate>Tue, 28 Sep 2010 05:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=487#comment-457139</guid>
		<description>[...] the comments to the original and while the process was tedious, it was made easier by this plugin. Admin Post Navigation &#8211; One of the things I&#8217;d noticed in WP was that when in Admin mode you can&#8217;t [...]</description>
		<content:encoded><![CDATA[<p>[...] the comments to the original and while the process was tedious, it was made easier by this plugin. Admin Post Navigation &#8211; One of the things I&#8217;d noticed in WP was that when in Admin mode you can&#8217;t [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikko Saari</title>
		<link>http://coffee2code.com/archives/2010/01/05/admin-post-navigation-v1-1-1/comment-page-1/#comment-453799</link>
		<dc:creator>Mikko Saari</dc:creator>
		<pubDate>Tue, 11 May 2010 04:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=487#comment-453799</guid>
		<description>This is a very good plugin, but it didn&#039;t work for me. The order of entries was wrong. I was able to figure out why, though - it&#039;s the &lt;code&gt;ORDER BY post_date&lt;/code&gt;. That can break the post order if a post with a bigger ID has an earlier date. When I changed that bit to &lt;code&gt;ORDER BY ID&lt;/code&gt;, everything works as I&#039;d expect it to.</description>
		<content:encoded><![CDATA[<p>This is a very good plugin, but it didn&#8217;t work for me. The order of entries was wrong. I was able to figure out why, though &#8211; it&#8217;s the <code>ORDER BY post_date</code>. That can break the post order if a post with a bigger ID has an earlier date. When I changed that bit to <code>ORDER BY ID</code>, everything works as I&#8217;d expect it to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geoff</title>
		<link>http://coffee2code.com/archives/2010/01/05/admin-post-navigation-v1-1-1/comment-page-1/#comment-452475</link>
		<dc:creator>geoff</dc:creator>
		<pubDate>Sat, 10 Apr 2010 03:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=487#comment-452475</guid>
		<description>Great plugin.  Is there a way to configure it so that when you hit next it jumps only through &quot;Draft&quot; posts? I am using WP as a CMS and need to click throug Draft posts, edit them, then post them.  This feature would help things move faster.</description>
		<content:encoded><![CDATA[<p>Great plugin.  Is there a way to configure it so that when you hit next it jumps only through &#8220;Draft&#8221; posts? I am using WP as a CMS and need to click throug Draft posts, edit them, then post them.  This feature would help things move faster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jill</title>
		<link>http://coffee2code.com/archives/2010/01/05/admin-post-navigation-v1-1-1/comment-page-1/#comment-451787</link>
		<dc:creator>Jill</dc:creator>
		<pubDate>Fri, 26 Mar 2010 20:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=487#comment-451787</guid>
		<description>This is great! I&#039;d really like this feature for the page editing area. Any plans to do this in the future? Was searching and searching and couldn&#039;t find one for pages, only posts.</description>
		<content:encoded><![CDATA[<p>This is great! I&#8217;d really like this feature for the page editing area. Any plans to do this in the future? Was searching and searching and couldn&#8217;t find one for pages, only posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders</title>
		<link>http://coffee2code.com/archives/2010/01/05/admin-post-navigation-v1-1-1/comment-page-1/#comment-450558</link>
		<dc:creator>Anders</dc:creator>
		<pubDate>Fri, 26 Feb 2010 05:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://coffee2code.com/?p=487#comment-450558</guid>
		<description>Thanks for this plugin. I use the wp as content management system and sometime I need to change info in all posts and without this plugin do I waste a lot of time. So thank you.</description>
		<content:encoded><![CDATA[<p>Thanks for this plugin. I use the wp as content management system and sometime I need to change info in all posts and without this plugin do I waste a lot of time. So thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 262/263 objects using disk: basic

Served from: coffee2code.com @ 2012-05-21 02:39:52 -->
