<?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 Create A Custom WordPress Meta Box Instead of Using WordPress Custom Fields	</title>
	<atom:link href="https://www.farinspace.com/how-to-create-custom-wordpress-meta-box/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.farinspace.com/how-to-create-custom-wordpress-meta-box/</link>
	<description>Practical Real World Web Development</description>
	<lastBuildDate>Wed, 30 Sep 2015 19:41:29 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>
		By: Vinoth Kumar		</title>
		<link>https://www.farinspace.com/how-to-create-custom-wordpress-meta-box/#comment-35107</link>

		<dc:creator><![CDATA[Vinoth Kumar]]></dc:creator>
		<pubDate>Wed, 02 Oct 2013 08:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=545#comment-35107</guid>

					<description><![CDATA[Looks good, but adding combobox is quite difficult, Hope this article may helpful for adding combo box in meta boxes area. http://buffercode.com/simple-technique-add-custom-meta-box-wordpress-admin-dashboard/]]></description>
			<content:encoded><![CDATA[<p>Looks good, but adding combobox is quite difficult, Hope this article may helpful for adding combo box in meta boxes area. <a href="http://buffercode.com/simple-technique-add-custom-meta-box-wordpress-admin-dashboard/" rel="nofollow ugc">http://buffercode.com/simple-technique-add-custom-meta-box-wordpress-admin-dashboard/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John		</title>
		<link>https://www.farinspace.com/how-to-create-custom-wordpress-meta-box/#comment-30774</link>

		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Tue, 28 May 2013 08:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=545#comment-30774</guid>

					<description><![CDATA[For adding the files through wordpress meta box. See full tutorial at: http://wordpressapi.com/2010/11/22/file-upload-with-add_meta_box-or-custom_post_type-in-wordpress/]]></description>
			<content:encoded><![CDATA[<p>For adding the files through wordpress meta box. See full tutorial at: <a href="http://wordpressapi.com/2010/11/22/file-upload-with-add_meta_box-or-custom_post_type-in-wordpress/" rel="nofollow ugc">http://wordpressapi.com/2010/11/22/file-upload-with-add_meta_box-or-custom_post_type-in-wordpress/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: bhadresh Ganjawala		</title>
		<link>https://www.farinspace.com/how-to-create-custom-wordpress-meta-box/#comment-26067</link>

		<dc:creator><![CDATA[bhadresh Ganjawala]]></dc:creator>
		<pubDate>Tue, 04 Dec 2012 05:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=545#comment-26067</guid>

					<description><![CDATA[Thanks,
for this document of the wp meta box
this is work grate]]></description>
			<content:encoded><![CDATA[<p>Thanks,<br />
for this document of the wp meta box<br />
this is work grate</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: hookedonweb		</title>
		<link>https://www.farinspace.com/how-to-create-custom-wordpress-meta-box/#comment-25950</link>

		<dc:creator><![CDATA[hookedonweb]]></dc:creator>
		<pubDate>Sun, 25 Nov 2012 08:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=545#comment-25950</guid>

					<description><![CDATA[When I update a page the metabox data is not saved.

I made a few basic changes that I assume should not affect the ability to save.

Instead of running this as part of a theme I added it to a plugin, so the changes I made are: I include the main.php file from may plugin, I changed the path from the theme dir to the plugin dir.

I metabox shows up, the css is applied, it works like normal but I can not save the metabox data.

I am on wordpress 3.4.2]]></description>
			<content:encoded><![CDATA[<p>When I update a page the metabox data is not saved.</p>
<p>I made a few basic changes that I assume should not affect the ability to save.</p>
<p>Instead of running this as part of a theme I added it to a plugin, so the changes I made are: I include the main.php file from may plugin, I changed the path from the theme dir to the plugin dir.</p>
<p>I metabox shows up, the css is applied, it works like normal but I can not save the metabox data.</p>
<p>I am on wordpress 3.4.2</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michel		</title>
		<link>https://www.farinspace.com/how-to-create-custom-wordpress-meta-box/#comment-24581</link>

		<dc:creator><![CDATA[Michel]]></dc:creator>
		<pubDate>Tue, 31 Jul 2012 09:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=545#comment-24581</guid>

					<description><![CDATA[Dude,

This is awsome. It works like a charm.
So I&#039;m using it!

However I would like to extend the fields listed in the meta box. I do this in the mets.php file. Every field I create works however I come across one thing that I can&#039;t seem to get working.

I want to add an upload-file field so the user (CMS-end not front-end) can upload a image.
I created the field and I can select the file I would like to upload. Now I need a button that sais &quot;Upload&quot;. The problem is not how to create the button but the problem is how to upload the file.

Maybe this has nothing to do with your script and it should be done with some PHP, but I hoped you have a solution for me!

Thnx in advance.
Oh and did I mention that your tutorial is Awsome!

M.]]></description>
			<content:encoded><![CDATA[<p>Dude,</p>
<p>This is awsome. It works like a charm.<br />
So I&#8217;m using it!</p>
<p>However I would like to extend the fields listed in the meta box. I do this in the mets.php file. Every field I create works however I come across one thing that I can&#8217;t seem to get working.</p>
<p>I want to add an upload-file field so the user (CMS-end not front-end) can upload a image.<br />
I created the field and I can select the file I would like to upload. Now I need a button that sais &#8220;Upload&#8221;. The problem is not how to create the button but the problem is how to upload the file.</p>
<p>Maybe this has nothing to do with your script and it should be done with some PHP, but I hoped you have a solution for me!</p>
<p>Thnx in advance.<br />
Oh and did I mention that your tutorial is Awsome!</p>
<p>M.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ashok		</title>
		<link>https://www.farinspace.com/how-to-create-custom-wordpress-meta-box/#comment-23191</link>

		<dc:creator><![CDATA[Ashok]]></dc:creator>
		<pubDate>Sat, 12 May 2012 00:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=545#comment-23191</guid>

					<description><![CDATA[Namskar,

Everything is work for me.Thanks for a great tutorial.]]></description>
			<content:encoded><![CDATA[<p>Namskar,</p>
<p>Everything is work for me.Thanks for a great tutorial.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Katie Okolita		</title>
		<link>https://www.farinspace.com/how-to-create-custom-wordpress-meta-box/#comment-23175</link>

		<dc:creator><![CDATA[Katie Okolita]]></dc:creator>
		<pubDate>Thu, 10 May 2012 18:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=545#comment-23175</guid>

					<description><![CDATA[Wonderful tutorial.  Worked perfect for me.]]></description>
			<content:encoded><![CDATA[<p>Wonderful tutorial.  Worked perfect for me.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: MJ		</title>
		<link>https://www.farinspace.com/how-to-create-custom-wordpress-meta-box/#comment-22628</link>

		<dc:creator><![CDATA[MJ]]></dc:creator>
		<pubDate>Sat, 07 Apr 2012 09:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=545#comment-22628</guid>

					<description><![CDATA[where to use this comment ??
i mean in which file ??


$my_meta = get_post_meta($post-&#062;ID,&#039;_my_meta&#039;,TRUE);
echo $my_meta[&#039;name&#039;];
echo $my_meta[&#039;description&#039;];]]></description>
			<content:encoded><![CDATA[<p>where to use this comment ??<br />
i mean in which file ??</p>
<p>$my_meta = get_post_meta($post-&gt;ID,&#8217;_my_meta&#8217;,TRUE);<br />
echo $my_meta[&#8216;name&#8217;];<br />
echo $my_meta[&#8216;description&#8217;];</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dimas		</title>
		<link>https://www.farinspace.com/how-to-create-custom-wordpress-meta-box/#comment-22236</link>

		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Tue, 13 Mar 2012 20:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=545#comment-22236</guid>

					<description><![CDATA[wpalchemy essentially abstracts the code above, making it easier to handle and use.]]></description>
			<content:encoded><![CDATA[<p>wpalchemy essentially abstracts the code above, making it easier to handle and use.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dimas		</title>
		<link>https://www.farinspace.com/how-to-create-custom-wordpress-meta-box/#comment-22235</link>

		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Tue, 13 Mar 2012 20:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://farinspace.com/?p=545#comment-22235</guid>

					<description><![CDATA[The install videos are pretty basic, additionally there are some examples that should get you up and running pretty quickly, and it has a nice handy repeating fields feature.]]></description>
			<content:encoded><![CDATA[<p>The install videos are pretty basic, additionally there are some examples that should get you up and running pretty quickly, and it has a nice handy repeating fields feature.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
