<?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: Example How To Add Meta Boxes To Edit Area</title>
	<atom:link href="http://wpengineer.com/1991/example-how-to-add-meta-boxes-to-edit-area/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpengineer.com/1991/example-how-to-add-meta-boxes-to-edit-area/</link>
	<description>WordPress News, Hacks, Tips, Tutorials, Plugins and Themes</description>
	<lastBuildDate>Tue, 22 May 2012 12:01:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Erik</title>
		<link>http://wpengineer.com/1991/example-how-to-add-meta-boxes-to-edit-area/#comment-6448</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Tue, 01 Feb 2011 12:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1991#comment-6448</guid>
		<description>Hey, I have an easy example of how to add different kinds of meta boxes to posts, pages, and custom posts &lt;a href=&quot;http://nielsencreativemedia.com/blog/adding-custom-meta-boxes-to-posts-or-pages-in-wordpress&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.  I&#039;d love to know what you think.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hey, I have an easy example of how to add different kinds of meta boxes to posts, pages, and custom posts <a href="http://nielsencreativemedia.com/blog/adding-custom-meta-boxes-to-posts-or-pages-in-wordpress" rel="nofollow">here</a>.  I'd love to know what you think.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hdmi Over Cat5</title>
		<link>http://wpengineer.com/1991/example-how-to-add-meta-boxes-to-edit-area/#comment-6130</link>
		<dc:creator>Hdmi Over Cat5</dc:creator>
		<pubDate>Wed, 22 Dec 2010 10:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1991#comment-6130</guid>
		<description>I am trying to implement a custom post type and custom meta box for one of my client.

 As I recognized, there is a little bug, when you initilaze the first register_post_type by using admin_init , if your rewritng setting is true you recieve 404 error. 

But if you go to the Settings-&gt;permalinks  area then doing nothing just close. Your slug will work as normal. I couldn&#039;t find the reason, why this occurs. 

Also, adding a meta box to custome post type is a bit unclear at the wordpress codex page.</description>
		<content:encoded><![CDATA[<p>I am trying to implement a custom post type and custom meta box for one of my client.</p>
<p> As I recognized, there is a little bug, when you initilaze the first register_post_type by using admin_init , if your rewritng setting is true you recieve 404 error. </p>
<p>But if you go to the Settings-&gt;permalinks  area then doing nothing just close. Your slug will work as normal. I couldn't find the reason, why this occurs. </p>
<p>Also, adding a meta box to custome post type is a bit unclear at the wordpress codex page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJ</title>
		<link>http://wpengineer.com/1991/example-how-to-add-meta-boxes-to-edit-area/#comment-5205</link>
		<dc:creator>AJ</dc:creator>
		<pubDate>Sat, 20 Nov 2010 16:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1991#comment-5205</guid>
		<description>Really great tutorial. I have always wondered how to add them but could never find the right name to search - &quot;meta boxes&quot;. This post is very handy, will definitely try adding one or two to my next free theme release.</description>
		<content:encoded><![CDATA[<p>Really great tutorial. I have always wondered how to add them but could never find the right name to search - "meta boxes". This post is very handy, will definitely try adding one or two to my next free theme release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stace</title>
		<link>http://wpengineer.com/1991/example-how-to-add-meta-boxes-to-edit-area/#comment-4870</link>
		<dc:creator>Stace</dc:creator>
		<pubDate>Mon, 13 Sep 2010 19:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1991#comment-4870</guid>
		<description>Great tutorial!  Thanks very much.

Wondering how I might add additional fields - not a new field but, say a second or third list data field.  Sort of like what happens when you click &#039;Add Custom Field&#039; in the Custom Fields box. 

I&#039;m totally lost on this so any thoughts or suggestions appreciated!</description>
		<content:encoded><![CDATA[<p>Great tutorial!  Thanks very much.</p>
<p>Wondering how I might add additional fields - not a new field but, say a second or third list data field.  Sort of like what happens when you click 'Add Custom Field' in the Custom Fields box. </p>
<p>I'm totally lost on this so any thoughts or suggestions appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Newman</title>
		<link>http://wpengineer.com/1991/example-how-to-add-meta-boxes-to-edit-area/#comment-4765</link>
		<dc:creator>Ken Newman</dc:creator>
		<pubDate>Mon, 09 Aug 2010 20:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1991#comment-4765</guid>
		<description>The link to the repository should be http://github.com/bueltge/different-type</description>
		<content:encoded><![CDATA[<p>The link to the repository should be <a href="http://github.com/bueltge/different-type" rel="nofollow">http://github.com/bueltge/different-type</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Newman</title>
		<link>http://wpengineer.com/1991/example-how-to-add-meta-boxes-to-edit-area/#comment-4764</link>
		<dc:creator>Ken Newman</dc:creator>
		<pubDate>Mon, 09 Aug 2010 20:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1991#comment-4764</guid>
		<description>For those of you asking about different page types, the easiest way is to change instances of &#039;post&#039; to &#039;page&#039; or if you are using custom post types, &#039;movie&#039;. The functionality you are looking for is in the core function &#039;add_meta_box&#039; and http://codex.wordpress.org/Function_Reference/add_meta_box is the reference you are looking for.

To Frank, Thanks for this example. Much better then what I found else where. Hopefully the &quot;3.org&quot; update includes info like this in the codex!</description>
		<content:encoded><![CDATA[<p>For those of you asking about different page types, the easiest way is to change instances of 'post' to 'page' or if you are using custom post types, 'movie'. The functionality you are looking for is in the core function 'add_meta_box' and <a href="http://codex.wordpress.org/Function_Reference/add_meta_box" rel="nofollow">http://codex.wordpress.org/Function_Reference/add_meta_box</a> is the reference you are looking for.</p>
<p>To Frank, Thanks for this example. Much better then what I found else where. Hopefully the "3.org" update includes info like this in the codex!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://wpengineer.com/1991/example-how-to-add-meta-boxes-to-edit-area/#comment-4635</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 08 Jul 2010 21:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1991#comment-4635</guid>
		<description>FYI, I figured out how to add meta boxes for specific page templates.

Simply check the $post-&gt;page_template to see if it matches the filename of the template you&#039;re looking for as follows:

&lt;code&gt;if( function_exists( &#039;add_meta_box&#039; ) &amp;&amp; IsSet($post,$post-&gt;page_template)) {
	if ($post-&gt;page_template == &#039;page.php&#039;)) {
		add_meta_box( ....);
	}
}&lt;/code&gt;

NEXT QUESTION
How to add a file upload field that handles images in a WordPressy way (ideally can select from media already uploaded, does resizing, etc).</description>
		<content:encoded><![CDATA[<p>FYI, I figured out how to add meta boxes for specific page templates.</p>
<p>Simply check the $post-&gt;page_template to see if it matches the filename of the template you're looking for as follows:</p>
<p><code>if( function_exists( 'add_meta_box' ) &amp;&amp; IsSet($post,$post-&gt;page_template)) {<br />
	if ($post-&gt;page_template == 'page.php')) {<br />
		add_meta_box( ....);<br />
	}<br />
}</code></p>
<p>NEXT QUESTION<br />
How to add a file upload field that handles images in a WordPressy way (ideally can select from media already uploaded, does resizing, etc).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eavasi</title>
		<link>http://wpengineer.com/1991/example-how-to-add-meta-boxes-to-edit-area/#comment-4039</link>
		<dc:creator>eavasi</dc:creator>
		<pubDate>Wed, 28 Apr 2010 06:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1991#comment-4039</guid>
		<description>Realy this function is provided with WordPress plugin All in SEO Pack?</description>
		<content:encoded><![CDATA[<p>Realy this function is provided with WordPress plugin All in SEO Pack?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher</title>
		<link>http://wpengineer.com/1991/example-how-to-add-meta-boxes-to-edit-area/#comment-4023</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Tue, 27 Apr 2010 13:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1991#comment-4023</guid>
		<description>Also I see an option for a text field. text box, and list box, what code who wont use to capture a radio box?</description>
		<content:encoded><![CDATA[<p>Also I see an option for a text field. text box, and list box, what code who wont use to capture a radio box?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher</title>
		<link>http://wpengineer.com/1991/example-how-to-add-meta-boxes-to-edit-area/#comment-4010</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Mon, 26 Apr 2010 21:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1991#comment-4010</guid>
		<description>I second Pete&#039;s and David&#039;s question. That is perfect, but how do we do this for different templates. That is I&#039;ve created two custom post types. How do I assign meta boxes to one and different ones to another. Or is their a good reference somewhere on how to go about this? Thank you!</description>
		<content:encoded><![CDATA[<p>I second Pete's and David's question. That is perfect, but how do we do this for different templates. That is I've created two custom post types. How do I assign meta boxes to one and different ones to another. Or is their a good reference somewhere on how to go about this? Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

