<?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: Add A Meta Box In WordPress</title> <atom:link href="http://wpshout.com/create-an-in-post-theme-options-meta-box-in-wordpress/feed/" rel="self" type="application/rss+xml" /><link>http://wpshout.com/create-an-in-post-theme-options-meta-box-in-wordpress/</link> <description>WordPress Tutorials</description> <lastBuildDate>Wed, 01 Feb 2012 21:08:59 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: dustin</title><link>http://wpshout.com/create-an-in-post-theme-options-meta-box-in-wordpress/#comment-81447</link> <dc:creator>dustin</dc:creator> <pubDate>Thu, 05 Jan 2012 16:39:44 +0000</pubDate> <guid isPermaLink="false">http://wpshout.com/?p=1020#comment-81447</guid> <description>Thanks so much for this tutorial!</description> <content:encoded><![CDATA[<p>Thanks so much for this tutorial!</p> ]]></content:encoded> </item> <item><title>By: Petra</title><link>http://wpshout.com/create-an-in-post-theme-options-meta-box-in-wordpress/#comment-77285</link> <dc:creator>Petra</dc:creator> <pubDate>Thu, 08 Dec 2011 17:05:17 +0000</pubDate> <guid isPermaLink="false">http://wpshout.com/?p=1020#comment-77285</guid> <description>Thanks for the tutorial. I tried to implement  your code and seems to be working fine, only that I am getting two sets of custom fields: I get my own custom write panel with custom fields and the one that comes with Wordpress. For some reason when I add a custom field in my custom write panel, it also automatically adds it into a default custom field panel, so I have two custom fields with the same name and content. Any ideas why and how to resolve this problem? I am using the latest version of Wordpress.</description> <content:encoded><![CDATA[<p>Thanks for the tutorial. I tried to implement  your code and seems to be working fine, only that I am getting two sets of custom fields: I get my own custom write panel with custom fields and the one that comes with WordPress. For some reason when I add a custom field in my custom write panel, it also automatically adds it into a default custom field panel, so I have two custom fields with the same name and content. Any ideas why and how to resolve this problem? I am using the latest version of WordPress.</p> ]]></content:encoded> </item> <item><title>By: Marco Berrocal</title><link>http://wpshout.com/create-an-in-post-theme-options-meta-box-in-wordpress/#comment-69884</link> <dc:creator>Marco Berrocal</dc:creator> <pubDate>Mon, 17 Oct 2011 19:02:53 +0000</pubDate> <guid isPermaLink="false">http://wpshout.com/?p=1020#comment-69884</guid> <description>Does anybody know how to loop this? Say I want to do a slider for pages with the meta box set to TRUE or something, and then I want to grab all pages or posts with that condition?</description> <content:encoded><![CDATA[<p>Does anybody know how to loop this? Say I want to do a slider for pages with the meta box set to TRUE or something, and then I want to grab all pages or posts with that condition?</p> ]]></content:encoded> </item> <item><title>By: Michael</title><link>http://wpshout.com/create-an-in-post-theme-options-meta-box-in-wordpress/#comment-38721</link> <dc:creator>Michael</dc:creator> <pubDate>Fri, 25 Feb 2011 10:52:02 +0000</pubDate> <guid isPermaLink="false">http://wpshout.com/?p=1020#comment-38721</guid> <description>Hi, I&#039;ve stumbled across your code and it is the perfect solution for what I need to do but when I try putting it in to my functions.php file it gives me the following errorWarning: Cannot modify header information - headers already sent by (output started at /usr/var/www/localhost/htdocs/oowebsite/wp-includes/plugin.php:395) in /usr/var/www/localhost/htdocs/oowebsite/wp-admin/theme-editor.php on line 89I&#039;m inserting it directly at the top of the functions file to call it as early as possible, am I putting it in the wrong place? Any feeback very much obliged.</description> <content:encoded><![CDATA[<p>Hi, I&#8217;ve stumbled across your code and it is the perfect solution for what I need to do but when I try putting it in to my functions.php file it gives me the following error</p><p>Warning: Cannot modify header information &#8211; headers already sent by (output started at /usr/var/www/localhost/htdocs/oowebsite/wp-includes/plugin.php:395) in /usr/var/www/localhost/htdocs/oowebsite/wp-admin/theme-editor.php on line 89</p><p>I&#8217;m inserting it directly at the top of the functions file to call it as early as possible, am I putting it in the wrong place? Any feeback very much obliged.</p> ]]></content:encoded> </item> <item><title>By: anuj</title><link>http://wpshout.com/create-an-in-post-theme-options-meta-box-in-wordpress/#comment-37458</link> <dc:creator>anuj</dc:creator> <pubDate>Thu, 17 Feb 2011 20:14:49 +0000</pubDate> <guid isPermaLink="false">http://wpshout.com/?p=1020#comment-37458</guid> <description>i must say that simply gr8 tip :)</description> <content:encoded><![CDATA[<p>i must say that simply gr8 tip <img src='http://wpshout.wpcdn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Jan Fabry</title><link>http://wpshout.com/create-an-in-post-theme-options-meta-box-in-wordpress/#comment-32006</link> <dc:creator>Jan Fabry</dc:creator> <pubDate>Thu, 13 Jan 2011 08:05:03 +0000</pubDate> <guid isPermaLink="false">http://wpshout.com/?p=1020#comment-32006</guid> <description>I expanded this code with support for a group of checkboxes, in response to &lt;a href=&quot;http://wordpress.stackexchange.com/q/6513/8&quot; rel=&quot;nofollow&quot;&gt;a question on the WordPress Stack Exchange&lt;/a&gt;. Feel free to use it too, or maybe integrate it in the base file!</description> <content:encoded><![CDATA[<p>I expanded this code with support for a group of checkboxes, in response to <a href="http://wordpress.stackexchange.com/q/6513/8" rel="nofollow">a question on the WordPress Stack Exchange</a>. Feel free to use it too, or maybe integrate it in the base file!</p> ]]></content:encoded> </item> <item><title>By: Patricia</title><link>http://wpshout.com/create-an-in-post-theme-options-meta-box-in-wordpress/#comment-23332</link> <dc:creator>Patricia</dc:creator> <pubDate>Fri, 03 Dec 2010 02:12:05 +0000</pubDate> <guid isPermaLink="false">http://wpshout.com/?p=1020#comment-23332</guid> <description>Hi, I really like the way this is done. Would it be recommended to insert a custom field with keywords as well or is this not needed anymore?</description> <content:encoded><![CDATA[<p>Hi, I really like the way this is done. Would it be recommended to insert a custom field with keywords as well or is this not needed anymore?</p> ]]></content:encoded> </item> <item><title>By: Fighting Reality</title><link>http://wpshout.com/create-an-in-post-theme-options-meta-box-in-wordpress/#comment-21976</link> <dc:creator>Fighting Reality</dc:creator> <pubDate>Fri, 26 Nov 2010 21:10:17 +0000</pubDate> <guid isPermaLink="false">http://wpshout.com/?p=1020#comment-21976</guid> <description>[...] that were as straight-forward as I was hoping there would be. The best tutorial I found was located here. The problem with this tutorial was that it didn&#8217;t spell it out clearly enough for me. It was [...]</description> <content:encoded><![CDATA[<p>[...] that were as straight-forward as I was hoping there would be. The best tutorial I found was located here. The problem with this tutorial was that it didn&#8217;t spell it out clearly enough for me. It was [...]</p> ]]></content:encoded> </item> <item><title>By: Rob Malon</title><link>http://wpshout.com/create-an-in-post-theme-options-meta-box-in-wordpress/#comment-16981</link> <dc:creator>Rob Malon</dc:creator> <pubDate>Fri, 08 Oct 2010 03:53:21 +0000</pubDate> <guid isPermaLink="false">http://wpshout.com/?p=1020#comment-16981</guid> <description>I was doing something like this for a while. It was a pain to manage so I did some searching. Found the Verde Meta Box plugin and found a way to convert my existing custom fields to be used in it. Its not without bugs but I&#039;ve outlined both of these things here: http://robmalon.com/creating-wordpress-custom-field-boxes-from-existing-meta-data/</description> <content:encoded><![CDATA[<p>I was doing something like this for a while. It was a pain to manage so I did some searching. Found the Verde Meta Box plugin and found a way to convert my existing custom fields to be used in it. Its not without bugs but I&#8217;ve outlined both of these things here: <a href="http://robmalon.com/creating-wordpress-custom-field-boxes-from-existing-meta-data/" rel="nofollow">http://robmalon.com/creating-wordpress-custom-field-boxes-from-existing-meta-data/</a></p> ]]></content:encoded> </item> <item><title>By: philip</title><link>http://wpshout.com/create-an-in-post-theme-options-meta-box-in-wordpress/#comment-15471</link> <dc:creator>philip</dc:creator> <pubDate>Sat, 25 Sep 2010 09:48:30 +0000</pubDate> <guid isPermaLink="false">http://wpshout.com/?p=1020#comment-15471</guid> <description>thanks Chris but how you call an if statement here?i need to make a show/hide dropdown, if is show //get php file else //do nothingthanks a lot!</description> <content:encoded><![CDATA[<p>thanks Chris but how you call an if statement here?</p><p>i need to make a show/hide dropdown,<br /> if is show<br /> //get php file<br /> else<br /> //do nothing</p><p>thanks a lot!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 15/27 queries in 0.121 seconds using disk
Content Delivery Network via wpshout.wpcdn.com

Served from: wpshout.com @ 2012-02-07 17:29:16 -->
