<?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: How to: Automatically add a default set of Custom Fields to each post in WordPress</title>
	<atom:link href="http://www.gabrielserafini.com/archives/2009/02/12/how-to-automatically-add-a-default-set-of-custom-fields-to-each-post-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gabrielserafini.com/archives/2009/02/12/how-to-automatically-add-a-default-set-of-custom-fields-to-each-post-in-wordpress/</link>
	<description>Web Design, Development and Business ... infopoet</description>
	<lastBuildDate>Thu, 11 Mar 2010 21:03:46 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daniel Chatfield</title>
		<link>http://www.gabrielserafini.com/archives/2009/02/12/how-to-automatically-add-a-default-set-of-custom-fields-to-each-post-in-wordpress/comment-page-1/#comment-128847</link>
		<dc:creator>Daniel Chatfield</dc:creator>
		<pubDate>Wed, 03 Mar 2010 20:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabrielserafini.com/?p=1006#comment-128847</guid>
		<description>Hi Can I have the input boxes a default value (I need a custom input called security level so if I forget to set it it defaults to highest level)</description>
		<content:encoded><![CDATA[<p>Hi Can I have the input boxes a default value (I need a custom input called security level so if I forget to set it it defaults to highest level)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kai</title>
		<link>http://www.gabrielserafini.com/archives/2009/02/12/how-to-automatically-add-a-default-set-of-custom-fields-to-each-post-in-wordpress/comment-page-1/#comment-128812</link>
		<dc:creator>Kai</dc:creator>
		<pubDate>Sun, 03 Jan 2010 21:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabrielserafini.com/?p=1006#comment-128812</guid>
		<description>Hey,
to everyone who has problems with get_post_meta, it didnt&#039;t work for me, but get_post_custom_values(&#039;key&#039;, $post-&gt;ID) does work.
It returns an array, to access the value use key[0].</description>
		<content:encoded><![CDATA[<p>Hey,<br />
to everyone who has problems with get_post_meta, it didnt&#8217;t work for me, but get_post_custom_values(&#8216;key&#8217;, $post-&gt;ID) does work.<br />
It returns an array, to access the value use key[0].</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandy</title>
		<link>http://www.gabrielserafini.com/archives/2009/02/12/how-to-automatically-add-a-default-set-of-custom-fields-to-each-post-in-wordpress/comment-page-1/#comment-128720</link>
		<dc:creator>Sandy</dc:creator>
		<pubDate>Tue, 08 Dec 2009 01:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabrielserafini.com/?p=1006#comment-128720</guid>
		<description>I am very new to wordpress and I wanted to say thank you so much for your instructions and clarifications on the use of the Custom Field Template plugin.  Wasn&#039;t really sure how to use this plugin or IF this plugin would even solve the problem I was having.  Tried to use it once before but got flustered and deactiviated it.  Then I found your site. Thank you so much for clarifying how to use this plugin.</description>
		<content:encoded><![CDATA[<p>I am very new to wordpress and I wanted to say thank you so much for your instructions and clarifications on the use of the Custom Field Template plugin.  Wasn&#8217;t really sure how to use this plugin or IF this plugin would even solve the problem I was having.  Tried to use it once before but got flustered and deactiviated it.  Then I found your site. Thank you so much for clarifying how to use this plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coco</title>
		<link>http://www.gabrielserafini.com/archives/2009/02/12/how-to-automatically-add-a-default-set-of-custom-fields-to-each-post-in-wordpress/comment-page-1/#comment-128596</link>
		<dc:creator>Coco</dc:creator>
		<pubDate>Thu, 05 Nov 2009 01:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabrielserafini.com/?p=1006#comment-128596</guid>
		<description>Excellent post :) I have a question, though: is there a way to make all posts have a certain custom field by default without the need of adding it one by one? TIA</description>
		<content:encoded><![CDATA[<p>Excellent post <img src='http://www.gabrielserafini.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I have a question, though: is there a way to make all posts have a certain custom field by default without the need of adding it one by one? TIA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eugene gordin &#187; Blog Archive &#187; [WP Tip] Custom Fields inside Posts with Formatting using Shortcodes</title>
		<link>http://www.gabrielserafini.com/archives/2009/02/12/how-to-automatically-add-a-default-set-of-custom-fields-to-each-post-in-wordpress/comment-page-1/#comment-128422</link>
		<dc:creator>eugene gordin &#187; Blog Archive &#187; [WP Tip] Custom Fields inside Posts with Formatting using Shortcodes</dc:creator>
		<pubDate>Thu, 01 Oct 2009 23:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabrielserafini.com/?p=1006#comment-128422</guid>
		<description>[...] it cleaner to do it with a plugin. I want to say a big thanks to Gabriel Serafini for his help and original CFT post which inspired this work [...]</description>
		<content:encoded><![CDATA[<p>[...] it cleaner to do it with a plugin. I want to say a big thanks to Gabriel Serafini for his help and original CFT post which inspired this work [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francois Arbour</title>
		<link>http://www.gabrielserafini.com/archives/2009/02/12/how-to-automatically-add-a-default-set-of-custom-fields-to-each-post-in-wordpress/comment-page-1/#comment-128224</link>
		<dc:creator>Francois Arbour</dc:creator>
		<pubDate>Tue, 11 Aug 2009 03:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabrielserafini.com/?p=1006#comment-128224</guid>
		<description>Thank you very much for this excellent post, I can&#039;t believe this is not a standard wordpress feature, so useful.

thanks

francois</description>
		<content:encoded><![CDATA[<p>Thank you very much for this excellent post, I can&#8217;t believe this is not a standard wordpress feature, so useful.</p>
<p>thanks</p>
<p>francois</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinny Troia</title>
		<link>http://www.gabrielserafini.com/archives/2009/02/12/how-to-automatically-add-a-default-set-of-custom-fields-to-each-post-in-wordpress/comment-page-1/#comment-128199</link>
		<dc:creator>Vinny Troia</dc:creator>
		<pubDate>Fri, 17 Jul 2009 21:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabrielserafini.com/?p=1006#comment-128199</guid>
		<description>Bro, you&#039;re a lifesaver.</description>
		<content:encoded><![CDATA[<p>Bro, you&#8217;re a lifesaver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MorseFire</title>
		<link>http://www.gabrielserafini.com/archives/2009/02/12/how-to-automatically-add-a-default-set-of-custom-fields-to-each-post-in-wordpress/comment-page-1/#comment-128008</link>
		<dc:creator>MorseFire</dc:creator>
		<pubDate>Thu, 30 Apr 2009 12:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabrielserafini.com/?p=1006#comment-128008</guid>
		<description>hey gabriel,

thanks for helping us out with this nice plugin. unfortunately i can&#039;t get it to work for me. i left all the default data intact after i installed it. then i tried to use the code you provided above to pull the custom field data into my blog, but nothing happens. what works though is the regular &lt;&gt;ID, &#039;fill me with the key&#039;, true); &gt;&gt; but that one also dosen&#039;t work properly. for example it doesn&#039;t list the checkboxes, only the first active checkbox is being displayed. do you have any advice?

thanks
marc</description>
		<content:encoded><![CDATA[<p>hey gabriel,</p>
<p>thanks for helping us out with this nice plugin. unfortunately i can&#8217;t get it to work for me. i left all the default data intact after i installed it. then i tried to use the code you provided above to pull the custom field data into my blog, but nothing happens. what works though is the regular &lt;&gt;ID, &#8216;fill me with the key&#8217;, true); &gt;&gt; but that one also dosen&#8217;t work properly. for example it doesn&#8217;t list the checkboxes, only the first active checkbox is being displayed. do you have any advice?</p>
<p>thanks<br />
marc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihnea</title>
		<link>http://www.gabrielserafini.com/archives/2009/02/12/how-to-automatically-add-a-default-set-of-custom-fields-to-each-post-in-wordpress/comment-page-1/#comment-126116</link>
		<dc:creator>Mihnea</dc:creator>
		<pubDate>Mon, 02 Mar 2009 22:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabrielserafini.com/?p=1006#comment-126116</guid>
		<description>Oh, no! I don&#039;t to display the CFT. I want to create a box that would appear at the bottom of the post (ex: TechCrunch has such a box).

The values from the box should be inserted by the admin using the CFT. I  understood what this plugin does, but I didn&#039;t figure out how to put that box in the single post page.

I&#039;ve tried the WordPress indications for Custom Fields usage with the_meta() function, but it displays all the templates:(

Thanks for the quick reply,
Mihnea</description>
		<content:encoded><![CDATA[<p>Oh, no! I don&#8217;t to display the CFT. I want to create a box that would appear at the bottom of the post (ex: TechCrunch has such a box).</p>
<p>The values from the box should be inserted by the admin using the CFT. I  understood what this plugin does, but I didn&#8217;t figure out how to put that box in the single post page.</p>
<p>I&#8217;ve tried the WordPress indications for Custom Fields usage with the_meta() function, but it displays all the templates:(</p>
<p>Thanks for the quick reply,<br />
Mihnea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://www.gabrielserafini.com/archives/2009/02/12/how-to-automatically-add-a-default-set-of-custom-fields-to-each-post-in-wordpress/comment-page-1/#comment-126093</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Mon, 02 Mar 2009 18:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.gabrielserafini.com/?p=1006#comment-126093</guid>
		<description>Mihnea,

Look at the &quot;Using the Custom Fields in a template&quot; section above.  To actually display the custom fields, you have to retrieve them and then add them to your template.

I don&#039;t think this plugin supports adding a Custom Field Template to the public view of a site (it&#039;s a backend admin view only I believe).

--
Gabriel</description>
		<content:encoded><![CDATA[<p>Mihnea,</p>
<p>Look at the &#8220;Using the Custom Fields in a template&#8221; section above.  To actually display the custom fields, you have to retrieve them and then add them to your template.</p>
<p>I don&#8217;t think this plugin supports adding a Custom Field Template to the public view of a site (it&#8217;s a backend admin view only I believe).</p>
<p>&#8211;<br />
Gabriel</p>
]]></content:encoded>
	</item>
</channel>
</rss>
