<?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: Order Posts Wordpress Plugin</title>
	<atom:link href="http://jamesangus.ucantblamem.com/programming/order-posts-wordpress-plugin/86/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesangus.ucantblamem.com/programming/order-posts-wordpress-plugin/86/</link>
	<description>Hi, I'm James Angus. I have a greed for learning, an obsession with all things web; I am in love with standards, accessibility, creating things for use by people and yes, this site was designed on a mac.</description>
	<pubDate>Fri, 04 Jul 2008 00:37:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Steven</title>
		<link>http://jamesangus.ucantblamem.com/programming/order-posts-wordpress-plugin/86/#comment-180</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Fri, 19 Oct 2007 10:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://jamesangus.ucantblamem.com/programming/order-posts-wordpress-plugin/86/#comment-180</guid>
		<description>Same here.</description>
		<content:encoded><![CDATA[<p>Same here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://jamesangus.ucantblamem.com/programming/order-posts-wordpress-plugin/86/#comment-179</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 09 Oct 2007 21:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://jamesangus.ucantblamem.com/programming/order-posts-wordpress-plugin/86/#comment-179</guid>
		<description>I think you have a great plugin. However it does not work in 2.3. It give the error:

WordPress database error: [Table 'wordpress.wp_categories' doesn't exist]
SELECT * FROM wp_categories WHERE category_count &#62; 0 ORDER BY cat_ID

Do you think you might be able to update it for 2.3?</description>
		<content:encoded><![CDATA[<p>I think you have a great plugin. However it does not work in 2.3. It give the error:</p>
<p>WordPress database error: [Table 'wordpress.wp_categories' doesn't exist]<br />
SELECT * FROM wp_categories WHERE category_count &gt; 0 ORDER BY cat_ID</p>
<p>Do you think you might be able to update it for 2.3?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bea</title>
		<link>http://jamesangus.ucantblamem.com/programming/order-posts-wordpress-plugin/86/#comment-175</link>
		<dc:creator>Bea</dc:creator>
		<pubDate>Sat, 15 Sep 2007 01:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://jamesangus.ucantblamem.com/programming/order-posts-wordpress-plugin/86/#comment-175</guid>
		<description>geh. the codes don't come out of the comments box.

what i meant was that i didn't have this:
php while (have_posts()) : the_post();

so i merged what you gave me with one of the existing codes and came out with this:
&#60;?php $offset = ($paged) ? (int) (get_option('posts_per_page') * ($paged - 1)) : 0; ?&#62;
&#60;php query_posts("cat=".$cat. "&#38;orderby=menu_order&#38;order=ASC&#38;offset={$offset}"); while (have_posts()) : the_post(); ?&#62;</description>
		<content:encoded><![CDATA[<p>geh. the codes don&#8217;t come out of the comments box.</p>
<p>what i meant was that i didn&#8217;t have this:<br />
php while (have_posts()) : the_post();</p>
<p>so i merged what you gave me with one of the existing codes and came out with this:<br />
&lt;?php $offset = ($paged) ? (int) (get_option(&#8217;posts_per_page&#8217;) * ($paged - 1)) : 0; ?&gt;<br />
&lt;php query_posts(&#8221;cat=&#8221;.$cat. &#8220;&amp;orderby=menu_order&amp;order=ASC&amp;offset={$offset}&#8221;); while (have_posts()) : the_post(); ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bea</title>
		<link>http://jamesangus.ucantblamem.com/programming/order-posts-wordpress-plugin/86/#comment-174</link>
		<dc:creator>Bea</dc:creator>
		<pubDate>Sat, 15 Sep 2007 01:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://jamesangus.ucantblamem.com/programming/order-posts-wordpress-plugin/86/#comment-174</guid>
		<description>Hi!  I received your email. I couldn't figure out how the calendar should follow the order post because it's still showing the old posts and not the ones posted on the real date.

I noticed that I don't really have the code:


So I sort of tinkered with one line that's closest to it and merged it with what you provided. I came out with this:



I hope I didn't mess up anything.</description>
		<content:encoded><![CDATA[<p>Hi!  I received your email. I couldn&#8217;t figure out how the calendar should follow the order post because it&#8217;s still showing the old posts and not the ones posted on the real date.</p>
<p>I noticed that I don&#8217;t really have the code:</p>
<p>So I sort of tinkered with one line that&#8217;s closest to it and merged it with what you provided. I came out with this:</p>
<p>I hope I didn&#8217;t mess up anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher</title>
		<link>http://jamesangus.ucantblamem.com/programming/order-posts-wordpress-plugin/86/#comment-172</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Mon, 10 Sep 2007 00:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://jamesangus.ucantblamem.com/programming/order-posts-wordpress-plugin/86/#comment-172</guid>
		<description>Hi, I like your plug-in's menu and concept. There is a problem. The Previous post and next post don't work anymore so any post not on the first page are only accessable from the sidebar category menu.</description>
		<content:encoded><![CDATA[<p>Hi, I like your plug-in&#8217;s menu and concept. There is a problem. The Previous post and next post don&#8217;t work anymore so any post not on the first page are only accessable from the sidebar category menu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liam Sidley</title>
		<link>http://jamesangus.ucantblamem.com/programming/order-posts-wordpress-plugin/86/#comment-153</link>
		<dc:creator>Liam Sidley</dc:creator>
		<pubDate>Sun, 19 Aug 2007 06:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://jamesangus.ucantblamem.com/programming/order-posts-wordpress-plugin/86/#comment-153</guid>
		<description>Hi nice plugin i really like it but as mentioned the up and down thing can be a little bit of a pain ach specially when the newest post is at the top and you want the latest at the bottom... if you or anyone else knows how i can make it just jump to the very bottom please let me know or as Jeff Walters suggested incorporate the drag and drop thing it' be appreciated!</description>
		<content:encoded><![CDATA[<p>Hi nice plugin i really like it but as mentioned the up and down thing can be a little bit of a pain ach specially when the newest post is at the top and you want the latest at the bottom&#8230; if you or anyone else knows how i can make it just jump to the very bottom please let me know or as Jeff Walters suggested incorporate the drag and drop thing it&#8217; be appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Walters</title>
		<link>http://jamesangus.ucantblamem.com/programming/order-posts-wordpress-plugin/86/#comment-150</link>
		<dc:creator>Jeff Walters</dc:creator>
		<pubDate>Tue, 14 Aug 2007 08:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://jamesangus.ucantblamem.com/programming/order-posts-wordpress-plugin/86/#comment-150</guid>
		<description>Hi

Been looking for a solution for this for a while. So simple to use the same field that is used for ordering Pages.

Worked fine in FireFox when I tested it. Then the next day while working in IE it didn't work - the arrow up and down did nothing. Tried switching off all my other plugins, then started fiddling in the code - it seems that IE(7) is not returning the + and - - seems to be picking up an ID instead. So - I can administer in FF, but I can't recommend this to my customers at present - as many just use IE.

Regarding the Drag &#38; Drop - maybe save some time, and take a look at the MyCategoryOrder / MyPageOrder plguins - 
http://www.geekyweekly.com/mycategoryorder

Thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Been looking for a solution for this for a while. So simple to use the same field that is used for ordering Pages.</p>
<p>Worked fine in FireFox when I tested it. Then the next day while working in IE it didn&#8217;t work - the arrow up and down did nothing. Tried switching off all my other plugins, then started fiddling in the code - it seems that IE(7) is not returning the + and - - seems to be picking up an ID instead. So - I can administer in FF, but I can&#8217;t recommend this to my customers at present - as many just use IE.</p>
<p>Regarding the Drag &amp; Drop - maybe save some time, and take a look at the MyCategoryOrder / MyPageOrder plguins -<br />
<a href="http://www.geekyweekly.com/mycategoryorder" rel="nofollow">http://www.geekyweekly.com/mycategoryorder</a></p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://jamesangus.ucantblamem.com/programming/order-posts-wordpress-plugin/86/#comment-149</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Mon, 13 Aug 2007 04:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://jamesangus.ucantblamem.com/programming/order-posts-wordpress-plugin/86/#comment-149</guid>
		<description>Is there a way to pick the order that the categories appear? ex: I want news to be first displayed, files to be second, and fun to be third. How do I do this?</description>
		<content:encoded><![CDATA[<p>Is there a way to pick the order that the categories appear? ex: I want news to be first displayed, files to be second, and fun to be third. How do I do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bea</title>
		<link>http://jamesangus.ucantblamem.com/programming/order-posts-wordpress-plugin/86/#comment-148</link>
		<dc:creator>Bea</dc:creator>
		<pubDate>Sun, 12 Aug 2007 04:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://jamesangus.ucantblamem.com/programming/order-posts-wordpress-plugin/86/#comment-148</guid>
		<description>Hi!  I'm one of your plugin's greatest fans as it helps me order my posts backwards (last posts go to the bottom).  There is just  one tiny problem with regards to archive.php...

If you click on the categories' "previous", it would still show the very very first post on that category, no matter how many pages you go backwards.  The calendar also doesn't reflect the posts on the actual date, but again, the very first posts on the site. I think it has something to do with archives.php.  Anyway,  I'm looking forward to future updates.  Great job! Thanks so much!</description>
		<content:encoded><![CDATA[<p>Hi!  I&#8217;m one of your plugin&#8217;s greatest fans as it helps me order my posts backwards (last posts go to the bottom).  There is just  one tiny problem with regards to archive.php&#8230;</p>
<p>If you click on the categories&#8217; &#8220;previous&#8221;, it would still show the very very first post on that category, no matter how many pages you go backwards.  The calendar also doesn&#8217;t reflect the posts on the actual date, but again, the very first posts on the site. I think it has something to do with archives.php.  Anyway,  I&#8217;m looking forward to future updates.  Great job! Thanks so much!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
