<?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>Sun, 20 May 2012 17:24:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Reja</title>
		<link>http://corpocrat.com/2009/12/27/tutorial-how-to-write-a-wordpress-plugin/#comment-26331</link>
		<dc:creator>Reja</dc:creator>
		<pubDate>Tue, 15 May 2012 07:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=904#comment-26331</guid>
		<description>I have learnt a lot from your tutorial. Now i am a basic wordpress plugin developer.

Thanks PBU</description>
		<content:encoded><![CDATA[<p>I have learnt a lot from your tutorial. Now i am a basic wordpress plugin developer.</p>
<p>Thanks PBU</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glekko</title>
		<link>http://corpocrat.com/2009/12/27/tutorial-how-to-write-a-wordpress-plugin/#comment-26300</link>
		<dc:creator>Glekko</dc:creator>
		<pubDate>Fri, 11 May 2012 17:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=904#comment-26300</guid>
		<description>I am trying to customize a plugin which i acquired and your tutorial was really helpful.

Thanks</description>
		<content:encoded><![CDATA[<p>I am trying to customize a plugin which i acquired and your tutorial was really helpful.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buddy</title>
		<link>http://corpocrat.com/2009/12/27/tutorial-how-to-write-a-wordpress-plugin/#comment-26130</link>
		<dc:creator>buddy</dc:creator>
		<pubDate>Tue, 24 Apr 2012 10:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=904#comment-26130</guid>
		<description>I customized the plugin accordingly, but i wanna know where do the data is being stored in the MySQL database, i am unable to locate the database field!

any suggestions</description>
		<content:encoded><![CDATA[<p>I customized the plugin accordingly, but i wanna know where do the data is being stored in the MySQL database, i am unable to locate the database field!</p>
<p>any suggestions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buddy</title>
		<link>http://corpocrat.com/2009/12/27/tutorial-how-to-write-a-wordpress-plugin/#comment-26129</link>
		<dc:creator>buddy</dc:creator>
		<pubDate>Tue, 24 Apr 2012 10:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=904#comment-26129</guid>
		<description>very good tutorial for a novice!</description>
		<content:encoded><![CDATA[<p>very good tutorial for a novice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diana</title>
		<link>http://corpocrat.com/2009/12/27/tutorial-how-to-write-a-wordpress-plugin/#comment-26034</link>
		<dc:creator>Diana</dc:creator>
		<pubDate>Mon, 16 Apr 2012 22:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=904#comment-26034</guid>
		<description>Awesome!!!
I just made my first plugin!!! Thanks!!!
It is available at: diana-freelance.co.za/myplugins/payfast-plugin.zip</description>
		<content:encoded><![CDATA[<p>Awesome!!!<br />
I just made my first plugin!!! Thanks!!!<br />
It is available at: diana-freelance.co.za/myplugins/payfast-plugin.zip</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nigam</title>
		<link>http://corpocrat.com/2009/12/27/tutorial-how-to-write-a-wordpress-plugin/#comment-25935</link>
		<dc:creator>Nigam</dc:creator>
		<pubDate>Wed, 11 Apr 2012 06:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=904#comment-25935</guid>
		<description>Thanks for clear basic idea about WP plugin</description>
		<content:encoded><![CDATA[<p>Thanks for clear basic idea about WP plugin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pv</title>
		<link>http://corpocrat.com/2009/12/27/tutorial-how-to-write-a-wordpress-plugin/#comment-25881</link>
		<dc:creator>pv</dc:creator>
		<pubDate>Thu, 05 Apr 2012 17:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=904#comment-25881</guid>
		<description>if(is_admin()){
add_action(&#039;admin_menu&#039;,&#039;front_end_image&#039;);
 
    function front_end_image(){
    
		if ( count($_POST) &gt; 0)
		{
			$options = array (&#039;buy_tilte&#039;, &#039;buy_tilte_url&#039;, &#039;buy_image_url&#039;, &#039;sell_tilte&#039;, &#039;sell_tilte_url&#039;, &#039;sell_image_url&#039;, &#039;share_tilte&#039;, &#039;share_tilte_url&#039;, &#039;share_image_url&#039;, &#039;enjoy_tilte&#039;, &#039;enjoy_tilte_url&#039;, &#039;enjoy_image_url&#039;);
			
			foreach ( $options as $opt )
			{
				delete_option ( $opt, $_POST[$opt] );
				add_option ( $opt, $_POST[$opt] );	
			}			
			 
		}

	
		add_options_page(&#039;Home Images&#039;,&#039;Home Image&#039;,&#039;administrator&#039;,&#039;home_image&#039;,&#039;add_home_image&#039;);
 
    }
 
}</description>
		<content:encoded><![CDATA[<p>if(is_admin()){<br />
add_action(&#8216;admin_menu&#8217;,'front_end_image&#8217;);</p>
<p>    function front_end_image(){</p>
<p>		if ( count($_POST) &gt; 0)<br />
		{<br />
			$options = array (&#8216;buy_tilte&#8217;, &#8216;buy_tilte_url&#8217;, &#8216;buy_image_url&#8217;, &#8216;sell_tilte&#8217;, &#8216;sell_tilte_url&#8217;, &#8216;sell_image_url&#8217;, &#8216;share_tilte&#8217;, &#8216;share_tilte_url&#8217;, &#8216;share_image_url&#8217;, &#8216;enjoy_tilte&#8217;, &#8216;enjoy_tilte_url&#8217;, &#8216;enjoy_image_url&#8217;);</p>
<p>			foreach ( $options as $opt )<br />
			{<br />
				delete_option ( $opt, $_POST[$opt] );<br />
				add_option ( $opt, $_POST[$opt] );<br />
			}			</p>
<p>		}</p>
<p>		add_options_page(&#8216;Home Images&#8217;,'Home Image&#8217;,'administrator&#8217;,'home_image&#8217;,'add_home_image&#8217;);</p>
<p>    }</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tristan Chambers</title>
		<link>http://corpocrat.com/2009/12/27/tutorial-how-to-write-a-wordpress-plugin/#comment-25880</link>
		<dc:creator>Tristan Chambers</dc:creator>
		<pubDate>Thu, 05 Apr 2012 14:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=904#comment-25880</guid>
		<description>Thank you! That worked for me. Now the text doesn&#039;t show up at the top of every page, but only where I put the code snippet.</description>
		<content:encoded><![CDATA[<p>Thank you! That worked for me. Now the text doesn&#8217;t show up at the top of every page, but only where I put the code snippet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://corpocrat.com/2009/12/27/tutorial-how-to-write-a-wordpress-plugin/#comment-25879</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 05 Apr 2012 12:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=904#comment-25879</guid>
		<description>nice tutorial plugin …</description>
		<content:encoded><![CDATA[<p>nice tutorial plugin …</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil kumar</title>
		<link>http://corpocrat.com/2009/12/27/tutorial-how-to-write-a-wordpress-plugin/#comment-25865</link>
		<dc:creator>Anil kumar</dc:creator>
		<pubDate>Tue, 03 Apr 2012 19:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/?p=904#comment-25865</guid>
		<description>nice tutoial for learner.</description>
		<content:encoded><![CDATA[<p>nice tutoial for learner.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

