<?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 use Wordpress Metaboxes at own plugins</title>
	<atom:link href="http://www.code-styling.de/english/how-to-use-wordpress-metaboxes-at-own-plugins/feed" rel="self" type="application/rss+xml" />
	<link>http://www.code-styling.de/english/how-to-use-wordpress-metaboxes-at-own-plugins</link>
	<description>It's not a bug, it's always a feature.</description>
	<pubDate>Sat, 04 Feb 2012 05:27:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: codestyling</title>
		<link>http://www.code-styling.de/english/how-to-use-wordpress-metaboxes-at-own-plugins#comment-2059</link>
		<dc:creator>codestyling</dc:creator>
		<pubDate>Wed, 25 May 2011 06:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-styling.de/?p=520#comment-2059</guid>
		<description>There is no preoblem with it. I moved sidebar 2 to on_show_page and it will be excluded from disabling but still shown. If you move it after you did disable it, it will diappeare for sure. Please enable it and move it afterwards to the show method. If it doesnt help, than something else running at your blog damages the functionality.</description>
		<content:encoded><![CDATA[<p>There is no preoblem with it. I moved sidebar 2 to on_show_page and it will be excluded from disabling but still shown. If you move it after you did disable it, it will diappeare for sure. Please enable it and move it afterwards to the show method. If it doesnt help, than something else running at your blog damages the functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codestyling</title>
		<link>http://www.code-styling.de/english/how-to-use-wordpress-metaboxes-at-own-plugins#comment-2058</link>
		<dc:creator>codestyling</dc:creator>
		<pubDate>Wed, 25 May 2011 06:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-styling.de/?p=520#comment-2058</guid>
		<description>The jquery initialization has to be done always, please look at the main core pages too. It owrk perfectly at my single and multisite installations upto WP 3.1.2 with no feature break.
May be you have got a theme or plugin loading it's own jquery version not only for frontend but also at any backend pages which is the most common mistake theme writers (and also plugin writers) do at the moment!
Please check it with firebug.</description>
		<content:encoded><![CDATA[<p>The jquery initialization has to be done always, please look at the main core pages too. It owrk perfectly at my single and multisite installations upto WP 3.1.2 with no feature break.<br />
May be you have got a theme or plugin loading it&#8217;s own jquery version not only for frontend but also at any backend pages which is the most common mistake theme writers (and also plugin writers) do at the moment!<br />
Please check it with firebug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devcorn</title>
		<link>http://www.code-styling.de/english/how-to-use-wordpress-metaboxes-at-own-plugins#comment-2057</link>
		<dc:creator>Devcorn</dc:creator>
		<pubDate>Tue, 24 May 2011 16:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-styling.de/?p=520#comment-2057</guid>
		<description>excellent article,

but one thing which, I would like to correct.. you don't need to initialize jquery and other scripts. not sure if it is changed after 2.8. the initialize code break the toggle feature. please let me know if I am missing something.</description>
		<content:encoded><![CDATA[<p>excellent article,</p>
<p>but one thing which, I would like to correct.. you don&#8217;t need to initialize jquery and other scripts. not sure if it is changed after 2.8. the initialize code break the toggle feature. please let me know if I am missing something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Ross</title>
		<link>http://www.code-styling.de/english/how-to-use-wordpress-metaboxes-at-own-plugins#comment-2049</link>
		<dc:creator>Christopher Ross</dc:creator>
		<pubDate>Thu, 19 May 2011 12:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-styling.de/?p=520#comment-2049</guid>
		<description>Wonderful Helen! Absolutely wonderful. I struggled to simplify this process for several of my own plugins, now thanks to you the new releases will have a great new process. I really appreciate this sample.</description>
		<content:encoded><![CDATA[<p>Wonderful Helen! Absolutely wonderful. I struggled to simplify this process for several of my own plugins, now thanks to you the new releases will have a great new process. I really appreciate this sample.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: estetik burun</title>
		<link>http://www.code-styling.de/english/how-to-use-wordpress-metaboxes-at-own-plugins#comment-2008</link>
		<dc:creator>estetik burun</dc:creator>
		<pubDate>Thu, 14 Apr 2011 06:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-styling.de/?p=520#comment-2008</guid>
		<description>Very useful tutorial for me.</description>
		<content:encoded><![CDATA[<p>Very useful tutorial for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ketan mujumdar</title>
		<link>http://www.code-styling.de/english/how-to-use-wordpress-metaboxes-at-own-plugins#comment-1922</link>
		<dc:creator>ketan mujumdar</dc:creator>
		<pubDate>Tue, 15 Feb 2011 06:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-styling.de/?p=520#comment-1922</guid>
		<description>More information abt metabox 

http://techwithketan.wordpress.com/2011/02/09/adding-metabox-in-post/</description>
		<content:encoded><![CDATA[<p>More information abt metabox </p>
<p><a href="http://techwithketan.wordpress.com/2011/02/09/adding-metabox-in-post/" rel="nofollow">http://techwithketan.wordpress.com/2011/02/09/adding-metabox-in-post/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ผลบอล</title>
		<link>http://www.code-styling.de/english/how-to-use-wordpress-metaboxes-at-own-plugins#comment-1884</link>
		<dc:creator>ผลบอล</dc:creator>
		<pubDate>Wed, 19 Jan 2011 03:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-styling.de/?p=520#comment-1884</guid>
		<description>what if you don’t want *any* of the metaboxes to be able to be turned off? If you move all the add_meta_box calls from on_load_page to on_show_page then the sidebox metaboxes no longer show! What’s up with that?</description>
		<content:encoded><![CDATA[<p>what if you don’t want *any* of the metaboxes to be able to be turned off? If you move all the add_meta_box calls from on_load_page to on_show_page then the sidebox metaboxes no longer show! What’s up with that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radhe</title>
		<link>http://www.code-styling.de/english/how-to-use-wordpress-metaboxes-at-own-plugins#comment-1453</link>
		<dc:creator>Radhe</dc:creator>
		<pubDate>Fri, 30 Jul 2010 10:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-styling.de/?p=520#comment-1453</guid>
		<description>&lt;strong&gt;Absolute Genius&lt;/strong&gt;
For the past 2 days I was trying to reverse engineer dashboard.php, and suddenly you came along and saved me.
This tutorial is awesome and demo plugin is pure generosity for the WP developer community.

You ROCK.</description>
		<content:encoded><![CDATA[<p><strong>Absolute Genius</strong><br />
For the past 2 days I was trying to reverse engineer dashboard.php, and suddenly you came along and saved me.<br />
This tutorial is awesome and demo plugin is pure generosity for the WP developer community.</p>
<p>You ROCK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: strip that fat</title>
		<link>http://www.code-styling.de/english/how-to-use-wordpress-metaboxes-at-own-plugins#comment-1451</link>
		<dc:creator>strip that fat</dc:creator>
		<pubDate>Sun, 25 Jul 2010 21:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-styling.de/?p=520#comment-1451</guid>
		<description>I know this is an old post, but it seems to work with wordpress 3.0 I been searching for a while to figure out how to do this.. Thanks.

Is there any real changes or best practices for wp 3.0 ?  Or is it all the same since 2.8 ?</description>
		<content:encoded><![CDATA[<p>I know this is an old post, but it seems to work with wordpress 3.0 I been searching for a while to figure out how to do this.. Thanks.</p>
<p>Is there any real changes or best practices for wp 3.0 ?  Or is it all the same since 2.8 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Burner</title>
		<link>http://www.code-styling.de/english/how-to-use-wordpress-metaboxes-at-own-plugins#comment-1401</link>
		<dc:creator>Burner</dc:creator>
		<pubDate>Fri, 11 Jun 2010 00:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.code-styling.de/?p=520#comment-1401</guid>
		<description>Hello. I have two questions:
1. How can you toggle a meta-box by default? In your example, the meta-boxes are open. I want to close 2-3 meta-boxes by default.
2. How can you start with 1 column layout selected?  I want to start with 1 layout column and let the user to choose the 2 layout column.
Thanks.</description>
		<content:encoded><![CDATA[<p>Hello. I have two questions:<br />
1. How can you toggle a meta-box by default? In your example, the meta-boxes are open. I want to close 2-3 meta-boxes by default.<br />
2. How can you start with 1 column layout selected?  I want to start with 1 layout column and let the user to choose the 2 layout column.<br />
Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

