<?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: Create your first WordPress Custom Post Type</title>
	<atom:link href="http://thinkvitamin.com/dev/create-your-first-wordpress-custom-post-type/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/</link>
	<description>The Web Practitioner&#039;s Blog</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:58:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Sarah</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-42714</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Wed, 04 May 2011 19:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-42714</guid>
		<description>Hopefully someone is still reading this... I&#039;ve used this fairly standard method above to make custom post types and everything seemed to be working fine, except... I just realized when I try to edit a post scheduled for the future it doesn&#039;t retain the custom field edits. Basically I can input data but once it&#039;s in I can&#039;t edit it. A bit of a problem. Any ideas??</description>
		<content:encoded><![CDATA[<p>Hopefully someone is still reading this&#8230; I&#8217;ve used this fairly standard method above to make custom post types and everything seemed to be working fine, except&#8230; I just realized when I try to edit a post scheduled for the future it doesn&#8217;t retain the custom field edits. Basically I can input data but once it&#8217;s in I can&#8217;t edit it. A bit of a problem. Any ideas??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beth</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-42710</link>
		<dc:creator>beth</dc:creator>
		<pubDate>Wed, 04 May 2011 17:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-42710</guid>
		<description>I need help getting the data to show, cannot figure out how to. I need to pull the post links to populate a list and the list should then link me to each single page per post. 

I can&#039;t get it to work... but I have no clue how either. Please help email me at info at cddaruba.com thanks!</description>
		<content:encoded><![CDATA[<p>I need help getting the data to show, cannot figure out how to. I need to pull the post links to populate a list and the list should then link me to each single page per post. </p>
<p>I can&#8217;t get it to work&#8230; but I have no clue how either. Please help email me at info at cddaruba.com thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Today in Web</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-42560</link>
		<dc:creator>Today in Web</dc:creator>
		<pubDate>Mon, 25 Apr 2011 17:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-42560</guid>
		<description>One way to add the year above the post for example. This will make sure the field is not empty and will post the contents if it is not.

 0){
{
  echo &#039;Completed:&#039;;
  $custom[&quot;year_completed&quot;][0];
}
the_content(); ?&gt;</description>
		<content:encoded><![CDATA[<p>One way to add the year above the post for example. This will make sure the field is not empty and will post the contents if it is not.</p>
<p> 0){<br />
{<br />
  echo &#8216;Completed:&#8217;;<br />
  $custom["year_completed"][0];<br />
}<br />
the_content(); ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saintdo</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-42550</link>
		<dc:creator>Saintdo</dc:creator>
		<pubDate>Sun, 24 Apr 2011 18:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-42550</guid>
		<description>Thanks so much. You helped me :D</description>
		<content:encoded><![CDATA[<p>Thanks so much. You helped me :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BankReview.com.br</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-42536</link>
		<dc:creator>BankReview.com.br</dc:creator>
		<pubDate>Sat, 23 Apr 2011 15:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-42536</guid>
		<description>Brilliant. Much more detailed than the official documentation on the CODEX. Followed this through while making modifications to get to my specific entity I needed and work out superbly. </description>
		<content:encoded><![CDATA[<p>Brilliant. Much more detailed than the official documentation on the CODEX. Followed this through while making modifications to get to my specific entity I needed and work out superbly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-42498</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 19 Apr 2011 10:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-42498</guid>
		<description>very good point, you get an error otherwise that says &quot;Cheatin&#039; huh&quot;</description>
		<content:encoded><![CDATA[<p>very good point, you get an error otherwise that says &#8220;Cheatin&#8217; huh&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lewis Litanzios</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-42486</link>
		<dc:creator>Lewis Litanzios</dc:creator>
		<pubDate>Sun, 17 Apr 2011 23:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-42486</guid>
		<description>Would be helpful addition if a &#039;Step 5&#039; covered querying for these custom posts, so we could output them in our page templates.

Cheers,</description>
		<content:encoded><![CDATA[<p>Would be helpful addition if a &#8216;Step 5&#8242; covered querying for these custom posts, so we could output them in our page templates.</p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lewis Litanzios</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-42485</link>
		<dc:creator>Lewis Litanzios</dc:creator>
		<pubDate>Sun, 17 Apr 2011 23:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-42485</guid>
		<description>No compatibility with standard widgets (i.e. &#039;Categories&#039;/&#039;Recent Posts&#039; etc.)

Anyone know where to fork these scripts to plug that hole?

Cheers,</description>
		<content:encoded><![CDATA[<p>No compatibility with standard widgets (i.e. &#8216;Categories&#8217;/'Recent Posts&#8217; etc.)</p>
<p>Anyone know where to fork these scripts to plug that hole?</p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saad Ibrahim</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-42483</link>
		<dc:creator>Saad Ibrahim</dc:creator>
		<pubDate>Sun, 17 Apr 2011 14:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-42483</guid>
		<description>just remove custom fields from supports parameter when creating a new post type</description>
		<content:encoded><![CDATA[<p>just remove custom fields from supports parameter when creating a new post type</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bloggers Templates</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-42417</link>
		<dc:creator>Bloggers Templates</dc:creator>
		<pubDate>Mon, 11 Apr 2011 03:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-42417</guid>
		<description>Whoa...Nice Tutorial.</description>
		<content:encoded><![CDATA[<p>Whoa&#8230;Nice Tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damon</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-42373</link>
		<dc:creator>Damon</dc:creator>
		<pubDate>Thu, 07 Apr 2011 19:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-42373</guid>
		<description>@Alex, thanks as this helped me fix why it wasn&#039;t working for me, and I still have a few pieces of hair left :-/   Make sure you register taxonomy as:  &lt;code&gt;register_taxonomy(&quot;skills&quot;, array(&quot;portfolio&quot;), array(&quot;hierarchical&quot; =&gt; true, &quot;label&quot; =&gt; &quot;Skills&quot;, &quot;singular_label&quot; =&gt; &quot;Skill&quot;, &quot;rewrite&quot; =&gt; true));&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@Alex, thanks as this helped me fix why it wasn&#8217;t working for me, and I still have a few pieces of hair left :-/   Make sure you register taxonomy as:  <code>register_taxonomy("skills", array("portfolio"), array("hierarchical" =&gt; true, "label" =&gt; "Skills", "singular_label" =&gt; "Skill", "rewrite" =&gt; true));</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fox Hats</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-42058</link>
		<dc:creator>Fox Hats</dc:creator>
		<pubDate>Tue, 29 Mar 2011 04:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-42058</guid>
		<description>Thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, </description>
		<content:encoded><![CDATA[<p>Thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you, thank you,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timo Burmeister</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-42054</link>
		<dc:creator>Timo Burmeister</dc:creator>
		<pubDate>Mon, 28 Mar 2011 22:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-42054</guid>
		<description>Great tutorial! I&#039;ve read a lot about custom posts, but yours really works! ;)

thanks!</description>
		<content:encoded><![CDATA[<p>Great tutorial! I&#8217;ve read a lot about custom posts, but yours really works! ;)</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nauris Pukis</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-42010</link>
		<dc:creator>Nauris Pukis</dc:creator>
		<pubDate>Fri, 25 Mar 2011 19:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-42010</guid>
		<description>Thank you so much for this awesome article. I was googling about the Custom post types and stumbled on this. Will have much more stuff to dig into :)</description>
		<content:encoded><![CDATA[<p>Thank you so much for this awesome article. I was googling about the Custom post types and stumbled on this. Will have much more stuff to dig into :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamesssy</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-41996</link>
		<dc:creator>Jamesssy</dc:creator>
		<pubDate>Fri, 25 Mar 2011 08:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-41996</guid>
		<description>Great article. Rounded up every thing perfectly. Only problem is I want to redo previous sites using this!</description>
		<content:encoded><![CDATA[<p>Great article. Rounded up every thing perfectly. Only problem is I want to redo previous sites using this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henri</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-41897</link>
		<dc:creator>Henri</dc:creator>
		<pubDate>Mon, 21 Mar 2011 06:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-41897</guid>
		<description>What about a Company listing system. if i have about 1000-3000 companies and everyone have about 30 metaboxes. Is metaboxes the right way to store data in WP or should i make a own table to the company listing. 

The postmeta table seems to be hard to maintane. I think with that much data it should have own table? Is there any way in WP to maintaine a DB table like custom posts meta information?


</description>
		<content:encoded><![CDATA[<p>What about a Company listing system. if i have about 1000-3000 companies and everyone have about 30 metaboxes. Is metaboxes the right way to store data in WP or should i make a own table to the company listing. </p>
<p>The postmeta table seems to be hard to maintane. I think with that much data it should have own table? Is there any way in WP to maintaine a DB table like custom posts meta information?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henri Idstrom</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-41894</link>
		<dc:creator>Henri Idstrom</dc:creator>
		<pubDate>Sun, 20 Mar 2011 18:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-41894</guid>
		<description>Very nice post. Just one thing

register_taxonomy(&quot;Skills&quot;  TO &gt;
register_taxonomy(&quot;skills&quot;

WP3 Right?</description>
		<content:encoded><![CDATA[<p>Very nice post. Just one thing</p>
<p>register_taxonomy(&#8220;Skills&#8221;  TO &gt;<br />
register_taxonomy(&#8220;skills&#8221;</p>
<p>WP3 Right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Turner</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-41884</link>
		<dc:creator>Greg Turner</dc:creator>
		<pubDate>Sat, 19 Mar 2011 21:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-41884</guid>
		<description>Yes, all that is really obvious.  My question has to do with ordering a list by a custom data field within a custom post type, not a custom field.  Although I would expect on the back end the implementation is the same.</description>
		<content:encoded><![CDATA[<p>Yes, all that is really obvious.  My question has to do with ordering a list by a custom data field within a custom post type, not a custom field.  Although I would expect on the back end the implementation is the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Elkin</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-41883</link>
		<dc:creator>Scott Elkin</dc:creator>
		<pubDate>Sat, 19 Mar 2011 21:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-41883</guid>
		<description>If you do a custom field, I believe it is stored as text.  So you will need to make sure that you store the date so that it can be sorted like YEARMONTHDAY (20110317).

Then read this:  http://wordpress.org/support/topic/how-do-i-sort-posts-by-a-custom-field</description>
		<content:encoded><![CDATA[<p>If you do a custom field, I believe it is stored as text.  So you will need to make sure that you store the date so that it can be sorted like YEARMONTHDAY (20110317).</p>
<p>Then read this:  <a href="http://wordpress.org/support/topic/how-do-i-sort-posts-by-a-custom-field" rel="nofollow">http://wordpress.org/support/topic/how-do-i-sort-posts-by-a-custom-field</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Turner</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-41882</link>
		<dc:creator>Greg Turner</dc:creator>
		<pubDate>Sat, 19 Mar 2011 20:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-41882</guid>
		<description>Thank you very much for this.  It helped me really get the hang of what post types are all about.  I have an application where I think using custom post types will work nicely.  In this application I will want to add a custom data field for a date.  Either one field, or three for month,day, and year.  I am wondering in my loop will I be able to do an orderby my custom data type.  Anyone know the answer?  Thanks again.</description>
		<content:encoded><![CDATA[<p>Thank you very much for this.  It helped me really get the hang of what post types are all about.  I have an application where I think using custom post types will work nicely.  In this application I will want to add a custom data field for a date.  Either one field, or three for month,day, and year.  I am wondering in my loop will I be able to do an orderby my custom data type.  Anyone know the answer?  Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Elkin</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-41815</link>
		<dc:creator>Scott Elkin</dc:creator>
		<pubDate>Wed, 16 Mar 2011 01:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-41815</guid>
		<description>Do you know of a good solution to show a list of custom post type / category?

A common way to view a posts withing a category would be /category/category-name/.

And now with Wordpress 3.1, you can list all custom types post by going to /custom-post-type-name/.

But how do I view /custom-post-type-name/category-name/?

The only way I know of is to create a page and template, which is a bit hacky.</description>
		<content:encoded><![CDATA[<p>Do you know of a good solution to show a list of custom post type / category?</p>
<p>A common way to view a posts withing a category would be /category/category-name/.</p>
<p>And now with WordPress 3.1, you can list all custom types post by going to /custom-post-type-name/.</p>
<p>But how do I view /custom-post-type-name/category-name/?</p>
<p>The only way I know of is to create a page and template, which is a bit hacky.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devinderkumar</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-41749</link>
		<dc:creator>Devinderkumar</dc:creator>
		<pubDate>Tue, 15 Mar 2011 08:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-41749</guid>
		<description>will you please tell me how i apply validation on the field of custom post type, i make that one and now facing problem of applying validation on title, description and custom fields.</description>
		<content:encoded><![CDATA[<p>will you please tell me how i apply validation on the field of custom post type, i make that one and now facing problem of applying validation on title, description and custom fields.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaizer1v</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-41665</link>
		<dc:creator>Kaizer1v</dc:creator>
		<pubDate>Mon, 14 Mar 2011 10:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-41665</guid>
		<description>How do you display these custom post types that you just created?</description>
		<content:encoded><![CDATA[<p>How do you display these custom post types that you just created?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Duncan</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-41618</link>
		<dc:creator>Alex Duncan</dc:creator>
		<pubDate>Thu, 10 Mar 2011 07:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-41618</guid>
		<description>Be careful when creating a custom taxonomy. For safety you should not include capitals in the taxonomy slug. The recent update to WP 3.1 shows errors when you try to edit taxonomies in the back end if their slug contains a capital letter. This is predictably an incredibly difficult problem to undo.</description>
		<content:encoded><![CDATA[<p>Be careful when creating a custom taxonomy. For safety you should not include capitals in the taxonomy slug. The recent update to WP 3.1 shows errors when you try to edit taxonomies in the back end if their slug contains a capital letter. This is predictably an incredibly difficult problem to undo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-41616</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Thu, 10 Mar 2011 01:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-41616</guid>
		<description>What do you exactly mean? I believe that&#039;s a normal behavior as meta boxes = custom fields? :)</description>
		<content:encoded><![CDATA[<p>What do you exactly mean? I believe that&#8217;s a normal behavior as meta boxes = custom fields? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Gw Turpin</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-41564</link>
		<dc:creator>James Gw Turpin</dc:creator>
		<pubDate>Tue, 08 Mar 2011 21:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-41564</guid>
		<description>Great walk-through!

I am using the the_meta() function to display the custom fields on the page. but issue is that the custom field keys are showing up like custom_key_name instead of Custom Key Name. 

Is there anything that I can do to fix this?

My code:



Outputting:

custom_field_name: Value I Typed In</description>
		<content:encoded><![CDATA[<p>Great walk-through!</p>
<p>I am using the the_meta() function to display the custom fields on the page. but issue is that the custom field keys are showing up like custom_key_name instead of Custom Key Name. </p>
<p>Is there anything that I can do to fix this?</p>
<p>My code:</p>
<p>Outputting:</p>
<p>custom_field_name: Value I Typed In</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Savkin</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-41498</link>
		<dc:creator>Anton Savkin</dc:creator>
		<pubDate>Sun, 06 Mar 2011 16:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-41498</guid>
		<description>Thank you
The best I Have Found</description>
		<content:encoded><![CDATA[<p>Thank you<br />
The best I Have Found</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Kenkel</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-41409</link>
		<dc:creator>Tom Kenkel</dc:creator>
		<pubDate>Wed, 02 Mar 2011 16:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-41409</guid>
		<description>Add an underscore before the values to hide them from custom field values.</description>
		<content:encoded><![CDATA[<p>Add an underscore before the values to hide them from custom field values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shreedhar</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-41305</link>
		<dc:creator>Shreedhar</dc:creator>
		<pubDate>Thu, 24 Feb 2011 08:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-41305</guid>
		<description>Thanks, its really a headstart for my new work</description>
		<content:encoded><![CDATA[<p>Thanks, its really a headstart for my new work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Dosin</title>
		<link>http://thinkvitamin.com/code/create-your-first-wordpress-custom-post-type/#comment-41285</link>
		<dc:creator>Christopher Dosin</dc:creator>
		<pubDate>Wed, 23 Feb 2011 19:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=6257#comment-41285</guid>
		<description>awesome !
thanks for this kick ass tutorial mate!</description>
		<content:encoded><![CDATA[<p>awesome !<br />
thanks for this kick ass tutorial mate!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.575 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-09 03:59:52 -->

