<?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: Custom Post Types with a Drag &amp; Drop Interface</title>
	<atom:link href="http://sneekdigital.co.uk/2012/01/custom-post-types-with-a-drag-drop-interface/feed/" rel="self" type="application/rss+xml" />
	<link>http://sneekdigital.co.uk/2012/01/custom-post-types-with-a-drag-drop-interface/</link>
	<description>We&#039;re a small team with a cocktail of skills creating the perfect mix</description>
	<lastBuildDate>Mon, 01 Apr 2013 11:26:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Cristian</title>
		<link>http://sneekdigital.co.uk/2012/01/custom-post-types-with-a-drag-drop-interface/#comment-334</link>
		<dc:creator>Cristian</dc:creator>
		<pubDate>Fri, 08 Mar 2013 08:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://sneekdigital.co.uk/?p=128#comment-334</guid>
		<description><![CDATA[This tutorial is over a year old, there are many improvements to be made to it!

The meta is nice, I wouldn&#039;t use the global $post, instead use the function get_the_ID().

Research:
1. WP List table - http://wpengineer.com/2426/wp_list_table-a-step-by-step-guide/
2. Better AJAX response  - http://codex.wordpress.org/Class_Reference/WP_Ajax_Response

:)]]></description>
		<content:encoded><![CDATA[<p>This tutorial is over a year old, there are many improvements to be made to it!</p>
<p>The meta is nice, I wouldn&#8217;t use the global $post, instead use the function get_the_ID().</p>
<p>Research:<br />
1. WP List table &#8211; <a href="http://wpengineer.com/2426/wp_list_table-a-step-by-step-guide/" rel="nofollow">http://wpengineer.com/2426/wp_list_table-a-step-by-step-guide/</a><br />
2. Better AJAX response  &#8211; <a href="http://codex.wordpress.org/Class_Reference/WP_Ajax_Response" rel="nofollow">http://codex.wordpress.org/Class_Reference/WP_Ajax_Response</a></p>
<p>:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roc</title>
		<link>http://sneekdigital.co.uk/2012/01/custom-post-types-with-a-drag-drop-interface/#comment-333</link>
		<dc:creator>Roc</dc:creator>
		<pubDate>Fri, 08 Mar 2013 02:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://sneekdigital.co.uk/?p=128#comment-333</guid>
		<description><![CDATA[Wow, twice in a row. Here is the link: http://pastebin.com/AN4NDJGK]]></description>
		<content:encoded><![CDATA[<p>Wow, twice in a row. Here is the link: <a href="http://pastebin.com/AN4NDJGK" rel="nofollow">http://pastebin.com/AN4NDJGK</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roc</title>
		<link>http://sneekdigital.co.uk/2012/01/custom-post-types-with-a-drag-drop-interface/#comment-332</link>
		<dc:creator>Roc</dc:creator>
		<pubDate>Fri, 08 Mar 2013 02:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://sneekdigital.co.uk/?p=128#comment-332</guid>
		<description><![CDATA[Sorry - it didn&#039;t post correctly. Here is a pastebin URL.

&lt;a href=&quot;http://pastebin.com/AN4NDJGK&quot; title=&quot;&quot; rel=&quot;nofollow&quot;&gt;]]></description>
		<content:encoded><![CDATA[<p>Sorry &#8211; it didn&#8217;t post correctly. Here is a pastebin URL.</p>
<p><a href="http://pastebin.com/AN4NDJGK" title="" rel="nofollow"></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roc</title>
		<link>http://sneekdigital.co.uk/2012/01/custom-post-types-with-a-drag-drop-interface/#comment-331</link>
		<dc:creator>Roc</dc:creator>
		<pubDate>Fri, 08 Mar 2013 02:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://sneekdigital.co.uk/?p=128#comment-331</guid>
		<description><![CDATA[Just found the solution after posting above: 

To display custom meta for a post type, you can create a new column and add this: 

&lt;code&gt;
ID ,  &#039;-metaname&#039; ,  true); ?&gt;
&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>Just found the solution after posting above: </p>
<p>To display custom meta for a post type, you can create a new column and add this: </p>
<p><code><br />
ID ,  '-metaname' ,  true); ?&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roc</title>
		<link>http://sneekdigital.co.uk/2012/01/custom-post-types-with-a-drag-drop-interface/#comment-330</link>
		<dc:creator>Roc</dc:creator>
		<pubDate>Fri, 08 Mar 2013 02:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://sneekdigital.co.uk/?p=128#comment-330</guid>
		<description><![CDATA[Hi Cris!

Just came to a road block when I was creating the reorder table. Is there a way to display custom metabox data in a separate column? For instance, the reorder table will have Title, Thumbnail, and Actors (custom post-meta).

Thanks!
Roc.]]></description>
		<content:encoded><![CDATA[<p>Hi Cris!</p>
<p>Just came to a road block when I was creating the reorder table. Is there a way to display custom metabox data in a separate column? For instance, the reorder table will have Title, Thumbnail, and Actors (custom post-meta).</p>
<p>Thanks!<br />
Roc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sneek</title>
		<link>http://sneekdigital.co.uk/2012/01/custom-post-types-with-a-drag-drop-interface/#comment-329</link>
		<dc:creator>Sneek</dc:creator>
		<pubDate>Mon, 04 Mar 2013 09:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://sneekdigital.co.uk/?p=128#comment-329</guid>
		<description><![CDATA[Thanks, I think it needs a few areas fixing but overall does the job (even if you can get a plugin and use it straight away!). I don&#039;t think there should be many / any changes to make moving forwards unless core features change (which they won&#039;t). Maybe improve on the JS with a new framework or something.

Thanks, Cris]]></description>
		<content:encoded><![CDATA[<p>Thanks, I think it needs a few areas fixing but overall does the job (even if you can get a plugin and use it straight away!). I don&#8217;t think there should be many / any changes to make moving forwards unless core features change (which they won&#8217;t). Maybe improve on the JS with a new framework or something.</p>
<p>Thanks, Cris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roc</title>
		<link>http://sneekdigital.co.uk/2012/01/custom-post-types-with-a-drag-drop-interface/#comment-328</link>
		<dc:creator>Roc</dc:creator>
		<pubDate>Sun, 03 Mar 2013 21:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://sneekdigital.co.uk/?p=128#comment-328</guid>
		<description><![CDATA[One of the easiest and nicest tutorials to follow. Thank you!

How do you feel of future WP updates affecting this tutorial? Runs great on 3.5 btw!]]></description>
		<content:encoded><![CDATA[<p>One of the easiest and nicest tutorials to follow. Thank you!</p>
<p>How do you feel of future WP updates affecting this tutorial? Runs great on 3.5 btw!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sneek</title>
		<link>http://sneekdigital.co.uk/2012/01/custom-post-types-with-a-drag-drop-interface/#comment-160</link>
		<dc:creator>Sneek</dc:creator>
		<pubDate>Thu, 11 Oct 2012 08:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://sneekdigital.co.uk/?p=128#comment-160</guid>
		<description><![CDATA[Hi Matt, 

Thanks for pointing this out, not sure what has happened so I reverted to an earlier revision :)]]></description>
		<content:encoded><![CDATA[<p>Hi Matt, </p>
<p>Thanks for pointing this out, not sure what has happened so I reverted to an earlier revision :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://sneekdigital.co.uk/2012/01/custom-post-types-with-a-drag-drop-interface/#comment-159</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 10 Oct 2012 19:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://sneekdigital.co.uk/?p=128#comment-159</guid>
		<description><![CDATA[Thanks for this however the main code under

2. Create an interface showing each product with a handle to sort

Is all jacked up. Can you clean it up so it can be copied properly?

thanks,
Matt]]></description>
		<content:encoded><![CDATA[<p>Thanks for this however the main code under</p>
<p>2. Create an interface showing each product with a handle to sort</p>
<p>Is all jacked up. Can you clean it up so it can be copied properly?</p>
<p>thanks,<br />
Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weblusive</title>
		<link>http://sneekdigital.co.uk/2012/01/custom-post-types-with-a-drag-drop-interface/#comment-140</link>
		<dc:creator>Weblusive</dc:creator>
		<pubDate>Mon, 16 Apr 2012 14:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://sneekdigital.co.uk/?p=128#comment-140</guid>
		<description><![CDATA[Just decided to step in to say thank you for this awesome tutorial! Was searching for something like this for quite a long time now.]]></description>
		<content:encoded><![CDATA[<p>Just decided to step in to say thank you for this awesome tutorial! Was searching for something like this for quite a long time now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
