<?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: Tutorial: How to write a WordPress Plugin?</title>
	<atom:link href="http://corpocrat.com/2009/12/27/tutorial-how-to-write-a-wordpress-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://corpocrat.com/2009/12/27/tutorial-how-to-write-a-wordpress-plugin/</link>
	<description>Daily Blog from Internet Entrepreneur/Webmaster</description>
	<lastBuildDate>Fri, 30 Jul 2010 03:24:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Dinesh</title>
		<link>http://corpocrat.com/2009/12/27/tutorial-how-to-write-a-wordpress-plugin/#comment-7687</link>
		<dc:creator>Dinesh</dc:creator>
		<pubDate>Wed, 14 Jul 2010 19:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=904#comment-7687</guid>
		<description>This gives me a good start to create wordpress plugin. Very simple tutorial. 

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>This gives me a good start to create wordpress plugin. Very simple tutorial. </p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://corpocrat.com/2009/12/27/tutorial-how-to-write-a-wordpress-plugin/#comment-7602</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Fri, 18 Jun 2010 03:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=904#comment-7602</guid>
		<description>hi. i couldn&#039;t get what it does option.php file. can you show us the file please.</description>
		<content:encoded><![CDATA[<p>hi. i couldn&#8217;t get what it does option.php file. can you show us the file please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://corpocrat.com/2009/12/27/tutorial-how-to-write-a-wordpress-plugin/#comment-7599</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 17 Jun 2010 04:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=904#comment-7599</guid>
		<description>HI 
thanks bro, this is such a great tutorial. it is simple steps and very easy to fellow.</description>
		<content:encoded><![CDATA[<p>HI<br />
thanks bro, this is such a great tutorial. it is simple steps and very easy to fellow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zacharyrs</title>
		<link>http://corpocrat.com/2009/12/27/tutorial-how-to-write-a-wordpress-plugin/#comment-7531</link>
		<dc:creator>zacharyrs</dc:creator>
		<pubDate>Thu, 13 May 2010 20:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=904#comment-7531</guid>
		<description>i understand we&#039;re saving info to the db, but only wp_options db. My plugin is created a new table, and I want to save my info from the text input to a brand new table I&#039;ve created when the plugin was installed. Tips on how to do this?</description>
		<content:encoded><![CDATA[<p>i understand we&#8217;re saving info to the db, but only wp_options db. My plugin is created a new table, and I want to save my info from the text input to a brand new table I&#8217;ve created when the plugin was installed. Tips on how to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CJ</title>
		<link>http://corpocrat.com/2009/12/27/tutorial-how-to-write-a-wordpress-plugin/#comment-7520</link>
		<dc:creator>CJ</dc:creator>
		<pubDate>Sat, 08 May 2010 05:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=904#comment-7520</guid>
		<description>Found the missing instructions:

delete the init line

replace echo &quot;Hello World&quot;;

with echo get_option(&#039;hello_world_data&#039;);

That will show your options data wherever you want to display it will not give you the headers error.</description>
		<content:encoded><![CDATA[<p>Found the missing instructions:</p>
<p>delete the init line</p>
<p>replace echo &#8220;Hello World&#8221;;</p>
<p>with echo get_option(&#8216;hello_world_data&#8217;);</p>
<p>That will show your options data wherever you want to display it will not give you the headers error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CJ</title>
		<link>http://corpocrat.com/2009/12/27/tutorial-how-to-write-a-wordpress-plugin/#comment-7515</link>
		<dc:creator>CJ</dc:creator>
		<pubDate>Thu, 06 May 2010 04:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=904#comment-7515</guid>
		<description>If you comment the echo, then nothing appears on the page...

I&#039;m getting this same error and I&#039;m really confused.  It appears there were some steps left out of the tutorial.  For instance, if the plugin is supposed to display whatever someone types in the hello_world_data field, then when do we change the echo code to pull the data from that field?  I&#039;ve tried modifying this code several different ways and all I get it errors.</description>
		<content:encoded><![CDATA[<p>If you comment the echo, then nothing appears on the page&#8230;</p>
<p>I&#8217;m getting this same error and I&#8217;m really confused.  It appears there were some steps left out of the tutorial.  For instance, if the plugin is supposed to display whatever someone types in the hello_world_data field, then when do we change the echo code to pull the data from that field?  I&#8217;ve tried modifying this code several different ways and all I get it errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karuppasamyp</title>
		<link>http://corpocrat.com/2009/12/27/tutorial-how-to-write-a-wordpress-plugin/#comment-7469</link>
		<dc:creator>karuppasamyp</dc:creator>
		<pubDate>Tue, 27 Apr 2010 10:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=904#comment-7469</guid>
		<description>Thanks

For the Nice Tutorials.</description>
		<content:encoded><![CDATA[<p>Thanks</p>
<p>For the Nice Tutorials.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asad</title>
		<link>http://corpocrat.com/2009/12/27/tutorial-how-to-write-a-wordpress-plugin/#comment-7318</link>
		<dc:creator>Asad</dc:creator>
		<pubDate>Mon, 12 Apr 2010 03:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=904#comment-7318</guid>
		<description>Nice article. It would have been cool if you had a few links on releasing information too. Another issue to discuss is that of licensing. A relevant article: 

http://wpsplash.com/licensing-explained-for-wordpress-theme-and-plugin-developers/</description>
		<content:encoded><![CDATA[<p>Nice article. It would have been cool if you had a few links on releasing information too. Another issue to discuss is that of licensing. A relevant article: </p>
<p><a href="http://wpsplash.com/licensing-explained-for-wordpress-theme-and-plugin-developers/" rel="nofollow">http://wpsplash.com/licensing-explained-for-wordpress-theme-and-plugin-developers/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Best WP Plugins</title>
		<link>http://corpocrat.com/2009/12/27/tutorial-how-to-write-a-wordpress-plugin/#comment-7057</link>
		<dc:creator>Best WP Plugins</dc:creator>
		<pubDate>Mon, 22 Feb 2010 22:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=904#comment-7057</guid>
		<description>Your blog is amazing, i first landed to another post but then get interested and thought, i will just look a little more arround to see what else i can find out about best plugins arround.</description>
		<content:encoded><![CDATA[<p>Your blog is amazing, i first landed to another post but then get interested and thought, i will just look a little more arround to see what else i can find out about best plugins arround.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sk8te</title>
		<link>http://corpocrat.com/2009/12/27/tutorial-how-to-write-a-wordpress-plugin/#comment-7053</link>
		<dc:creator>sk8te</dc:creator>
		<pubDate>Mon, 22 Feb 2010 12:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=904#comment-7053</guid>
		<description>&quot;Init&quot; will be executed before everything else.
so, there is an echo &quot;Hello World&quot; inside the function which is called by init.
You need to comment that echo when you are writing the code for plugin activate or deactivate. I faced the similar error but not the same as the exact one. I hope it works.</description>
		<content:encoded><![CDATA[<p>&#8220;Init&#8221; will be executed before everything else.<br />
so, there is an echo &#8220;Hello World&#8221; inside the function which is called by init.<br />
You need to comment that echo when you are writing the code for plugin activate or deactivate. I faced the similar error but not the same as the exact one. I hope it works.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
