<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ZENVERSE &#187; Wordpress Plugins</title>
	<atom:link href="http://zenverse.net/category/wordpress-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://zenverse.net</link>
	<description>Design and Web Development</description>
	<lastBuildDate>Sun, 13 May 2012 15:26:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Source Codes in Comments Plugin for WordPress</title>
		<link>http://zenverse.net/source-codes-in-comments-plugin/</link>
		<comments>http://zenverse.net/source-codes-in-comments-plugin/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 14:13:42 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://zenverse.net/?p=1088</guid>
		<description><![CDATA[Source Codes in Comments Plugin allow users to post source codes in comments using [code][/code] tag. No syntax highlight at the moment, it just replaces the special characters.

Downloaded [downloadstat url="http://wordpress.org/extend/plugins/source-codes-in-comments/stats/" get="total" autop="0"] times]]></description>
			<content:encoded><![CDATA[<h3>About</h3>
<p>Source Codes in Comments Plugin allow users to post source codes in comments using [code][/code] tag. No syntax highlight at the moment, it just replaces the special characters.</p>
<h3>Features</h3>
<ul>
<li>Replaces the special characters for the comment texts wrapped in [code][/code] tags</li>
<li>You can show a message after comment form to tell your visitor know they can post codes using [code][/code] tags</li>
</ul>
<h3>Screenshots</h3>
<p><strong>Plugin Options Page</strong><br />
<a href="http://zenverse.net/wp-content/plugins/source-codes-in-comments/screenshot-1.gif"><img src="http://zenverse.net/wp-content/plugins/source-codes-in-comments/screenshot-1.gif" alt="" witdh="80" height="80" /></a></p>
<p><strong>Comment form</strong><br />
<a href="http://zenverse.net/wp-content/plugins/source-codes-in-comments/screenshot-2.gif"><img src="http://zenverse.net/wp-content/plugins/source-codes-in-comments/screenshot-2.gif" alt="" witdh="80" height="80" /></a></p>
<h3>Installation</h3>
<ul style="list-style:decimal">
<li>Download the plugin package</li>
<li>Extract and upload the &#8220;source-codes-in-comments&#8221; folder to your-wordpress-directory/wp-content/plugins/</li>
<li>Activate the plugin and its ready</li>
</ul>
<h3>Styling the codes DIV</h3>
<p>If you use [code]text[/code], the output will be </p>
<blockquote><p>&lt;div class=&#8221;cic_codes_div&#8221;>&lt;code>text&lt;/code>&lt;/div></p></blockquote>
<p>You can style the div using CSS. For example :</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p1088code1'); return false;">View Code</a> CSS</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p10881"><td class="code" id="p1088code1"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.cic_codes_div</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#dddddd</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#ffffff</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#444444</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">8px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<h3>Frequently Asked Questions</h3>
<p><strong>What is the output? Show me an example.</strong><br />
If you use </p>
<blockquote><p>[code]This is a &lt;b>bold text&lt;/b>.[/code]</p></blockquote>
<p>the output will be </p>
<blockquote><p>&lt;div class=&quot;cic_codes_div&quot;>&lt;code>This is a &amp;lt;b>bold text&amp;lt;/b>&lt;/code>&lt;/div>.</p></blockquote>
<p><strong>How do I style the source code DIV?</strong><br />
The DIV that contains the codes has CSS class &quot;cic_codes_div&quot;. Style it in CSS.</p>
<h3>Download the Latest Version</h3>
<p><a href="http://downloads.wordpress.org/plugin/source-codes-in-comments.zip">Source Codes in Comments 1.0.2</a> - 1,648 downloads</p>

<h3>Change Log</h3>
<p><strong>Version 1.0</strong><br />
- First version of Source Codes in Comments</p>
<h3>Like this plugin? Donate via Paypal</h3>
<p>I spent a lot of time making themes and plugins. If you like this plugin and would like to support my works, you can donate via PayPal using the button below.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="4859745">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form>
<h3>Plugin Support</h3>
<p>If you have any problem with the plugin, please reply here.</p>
<p>Thank you.</p>
]]></content:encoded>
			<wfw:commentRss>http://zenverse.net/source-codes-in-comments-plugin/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>WordPress Extend Download Stat Plugin &#8211; Retrieve Statistics of Themes and Plugins Hosted at WordPress Extend</title>
		<link>http://zenverse.net/wordpress-extend-download-stat-plugin/</link>
		<comments>http://zenverse.net/wordpress-extend-download-stat-plugin/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 05:19:05 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://zenverse.net/?p=648</guid>
		<description><![CDATA[Sometimes you need to display the number of downloads of your plugin or theme hosted by wordpress, Wordpress Extend Download Stat can retrieve it for you and display it using your desired format. The retrieved data will be stored on your local server and you decide when it should re-synchronize the data.

Downloaded [downloadstat url="http://wordpress.org/extend/plugins/wordpress-extend-download-stat/stats/" get="total" autop="false"] times]]></description>
			<content:encoded><![CDATA[<p>Latest Version is 1.3.1</p>
<blockquote><p><strong>PLEASE NOTE</strong><br />
I received an email from WordPress telling me that this plugin has been removed from WordPress Extend because it scrapes WP website. It doesn&#8217;t feel good, because I spent much time in plugin development.<br />
Therefore, support and development for this plugin has stopped.</p></blockquote>
<h3>About</h3>
<p>Sometimes you need to display the number of downloads of your plugin or theme hosted by wordpress, WordPress Extend Download Stat can retrieve it for you. The retrieved data will be stored in your local server and you decide when it should re-synchronize the data.</p>
<h3>Compatibility</h3>
<p>- Compatible with WordPress 3.0.5<br />
- Tested on WP 2.0.2, WP 2.8, up to 3.0.5<br />
- Should works on latest version as well<br />
- If you are using older versions of WordPress, if possible, please reply here with your version (and error, if any).</p>
<h3>Download the Latest Version</h3>
<p><!--<p><a href="http://downloads.wordpress.org/plugin/wordpress-extend-download-stat.zip">WordPress Extend Download Stat 1.3.1</a> - 3,408 downloads</p>
--></p>
<a rel="nofollow" href="http://zenverse.net/wp-content/plugins/download-monitor/download.php?id=60" title="Wordpress Extend Download Stat Plugin has been downloaded 108 times">Wordpress Extend Download Stat Plugin 1.3.1 </a><br />[ Downloaded 108 times | 71.51 KB ]
<h3>FAQs, Screenshots &#038; Changelog</h3>
<blockquote><p>REMOVED FROM WordPress Extend.<br />
<h5><s>Please refer to the <a href="http://wordpress.org/extend/plugins/wordpress-extend-download-stat/"><span style="color:red;font-size:14px;">WordPress Extend Download Stat Plugin Page at WordPress Extend</span></a></h5>
<p></s></p></blockquote>
<h3>Features</h3>
<ul>
<li>Retrieve download statistics, download URL and more by just one click</li>
<li>It stores the statistics data in your local server</li>
<li>Auto synchronize the outdated data in the background using Ajax</li>
<li>Manage the plugin&#8217;s behaviour and saved data at Plugin Option page</li>
<li>You can create custom format at plugin option page and use it for output</li>
<li>To make it easier, you can use media button to add download stat to post (see screenshot : Media Button)</li>
<li>Template tag function is available if you want to display stats in your template</li>
<li>Quickly load all stats of your plugins/themes using your wordpress extend username at plugin option page > Add New Data</li>
</ul>
<p></p>
<h3>What can WordPress Extend Download Stat retrieve?</h3>
<ul>
<li>Name of item</li>
<li>Latest version number</li>
<li>URL to download the latest version</li>
<li>Type of item (plugin or theme)</li>
<li>Date of last update of the theme/plugin files</li>
<li>Number of downloads today</li>
<li>Number of downloads on yesterday</li>
<li>Number of downloads since last week</li>
<li>Total number of downloads</li>
</ul>
<p></p>
<h5>Example of what you can do</h5>
<p><strong>Retrieve the <u>total</u> number of downloads</u> and <u>download link</u> for WordPress Theme Demo Bar Plugin</strong></p>
<blockquote><p><a href="http://downloads.wordpress.org/plugin/wordpress-theme-demo-bar.zip">WordPress Theme Demo Bar 1.6.3</a> - 18,895 downloads</p>
</blockquote>
<p><strong>Retrieve the number of downloads <u>today</u> for All-in-One SEO Pack Plugin and display it <u>inline</u></strong></p>
<blockquote><p>Wow. All-in-One SEO Pack got 9,992 downloads today.</p></blockquote>
<h3>Using Shortcode<a name="usage"></a></h3>
<ul>
<li>To output download stat in blog post, use shortcode <img src="http://zenverse.net/wp-content/uploads/2009/08/wpeds_guide_00.gif" style="vertical-align:middle" alt="Shortcode for wordpress extend download stat plugin" /> in your post content / excerpt.</li>
<li>To make it easier, you can use the media button (see screenshot for more info) and follow the steps given.</li>
</ul>
<p></p>
<p>To understand more about the shortcode <img src="http://zenverse.net/wp-content/uploads/2009/08/wpeds_guide_00.gif" alt="Shortcode for wordpress extend download stat plugin" style="vertical-align:middle" /> and examples:</p>
<blockquote>
<h5>1. Get Single Info only</h5>
<p><strong>Use attribute &#8216;get&#8217;  to return only a single infomation</strong></p>
<p><strong>Valid values of attribute &#8216;get&#8217; :</strong><br />
<a name="tags"></a><a target="_blank" rel="nofollow" href="http://zenverse.net/wp-content/plugins/wordpress-extend-download-stat/listoftags.html">All tags available</a> are the valid values of attribute &#8216;get&#8217;. However, you can only use one tag at once. (without curly bracket of course)</p>
<p><strong>Example:</strong></p>
<ul>
<li>Get total number of downloads<br />
<img src="http://zenverse.net/wp-content/uploads/2009/08/wpeds_guide_01.gif" alt="" /></li>
<li>Get number of downloads since last week<br />
<img src="http://zenverse.net/wp-content/uploads/2009/08/wpeds_guide_02.gif" alt="" /></li>
<li>Get URL to download the latest version<br />
<img src="http://zenverse.net/wp-content/uploads/2009/08/wpeds_guide_05.gif" alt="" /></li>
</ul>
<p><strong>You can use media button to make the whole process a lot easier.</strong>
</p></blockquote>
<blockquote>
<h5>2. Formatted Output &#8211; return output based on format id</h5>
<p><strong>use attribute &#8216;format&#8217;</strong></p>
<p><strong>you can create and save a new format at plugin option page</strong></p>
<p><strong>Default format is : &lt;a href=&#8221;{url}&#8221;>{name}&lt;/a> has been downloaded {total} times in total</strong></p>
<p><strong>Example:</strong></p>
<ul>
<li>Display using default format (you don&#8217;t have to specify the format id)<br />
<img src="http://zenverse.net/wp-content/uploads/2009/08/wpeds_guide_03.gif" alt="" /></li>
<li>Display using format id 1<br />
<img src="http://zenverse.net/wp-content/uploads/2009/08/wpeds_guide_04.gif" alt="" /></li>
</ul>
<p><strong>You can use media button to make the whole process a lot easier.</strong>
</p></blockquote>
<blockquote>
<h5>3. Auto wrap output content with HTML paragraph &lt;p> tag</h5>
<p><strong>use attribute &#8216;autop&#8217;</strong></p>
<p><strong>by default autop is set to true, which means it automatically wrap the output content with &lt;p> tags</strong></p>
<p><strong>To display the content inline, use autop=&#8221;false&#8221;</strong></p>
<p><strong>Example:</strong><br />
<img src="http://zenverse.net/wp-content/uploads/2009/08/wpeds_guide_01.gif" alt="" />
</p></blockquote>
<h3>Using Template Tag Functions<a name="templatetags"></a></h3>
<p>Read more about <a title="Using Template Tag Functions in WordPress Extend Download Stat Plugin" href="http://zenverse.net/using-template-tag-function-in-wordpress-extend-download-stat-plugin/">Using Template Tag Functions in WordPress Extend Download Stat Plugin</a></p>
<h3>Like this plugin? Donate via Paypal</h3>
<p>I spent a lot of time making themes and plugins. If you like this plugin and would like to support my works, you can donate via PayPal using the button below.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="4859745">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form>
<p>Thank you.</p>
]]></content:encoded>
			<wfw:commentRss>http://zenverse.net/wordpress-extend-download-stat-plugin/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>WordPress Admin Notepad Plugin &#8211; Take Note at Anywhere!</title>
		<link>http://zenverse.net/wordpress-admin-notepad/</link>
		<comments>http://zenverse.net/wordpress-admin-notepad/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 13:07:15 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[notepad]]></category>
		<category><![CDATA[take note]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://zenverse.net/?p=258</guid>
		<description><![CDATA[Wordpress Admin Notepad is a plugin for wordpress 2.7+ (compatible up to WP 2.8) that enable admin to save notes as long as they are in admin panel. Development stopped. <i>Might</i> recode this plugin in the future.

Downloaded [downloadstat url="http://wordpress.org/extend/plugins/wordpress-admin-notepad/stats/" autop="false" get="total"] times]]></description>
			<content:encoded><![CDATA[<p>Latest Version is 1.2.4</p>
<h3>About</h3>
<p>WordPress Admin Notepad is a plugin for wordpress 3.0+ that allows selected user group to view or edit notes as long as they are logged into admin panel.</p>
<p>WordPress Admin Notepad automatically creates a show/hide notepad toggle at top right corner (beside log out link) so that users can access their notes at anywhere.</p>
<p>WordPress Admin Notepad supports ONLY WordPress 3.0 and above, that is after wordpress added Roles &#038; Capability.</p>
<h3>Compatibility</h3>
<p>- Compatible up to WordPress 3.0.5<br />
- <strong>ONLY for WP 3.0 and above, that is after wordpress added Roles &#038; Capability</strong></p>
<h3>Download the Latest Version</h3>
<p><a href="http://downloads.wordpress.org/plugin/wordpress-admin-notepad.zip">WordPress Admin Notepad 1.2.4</a> - 11,236 downloads</p>

<h3>FAQs, Screenshots &#038; Changelog</h3>
<blockquote><h5>Please refer to the <a href="http://wordpress.org/extend/plugins/wordpress-admin-notepad/"><span style="color:red;font-size:14px;">WordPress Admin Notepad Plugin Page at WordPress Extend</span></a></h5>
</blockquote>
<h3>Features</h3>
<ul>
<li>Allows selected user groups (roles) to edit/view notes at anywhere in admin panel</li>
<li>The toggle at top right corner can be disable</li>
<li>Save the state of notepad (visible or hidden)</li>
<li>Configure the permission to view or edit the notes for the 4 user levels (editors, author, contributor and subscriber).</li>
<li>Size of notepad can be personalized (slim or normal) and will be saved using cookie</li>
</ul>
<h3>Known Issue<a name="known_issue"></a></h3>
<h4>1. The notepad cannot identify you as the admin</h4>
<blockquote><h5>You are having this problem if you are an admin and:</h5>
<ul>
<li>You can&#8217;t see the notepad toggle on top right corner</li>
<li>You can&#8217;t save notes (access denied when saving)</li>
</ul>
<h5>The solutions :</h5>
<ul>
<li>You can revert the plugin to version 1.0, i.e the version without permission control. However, PLEASE NOTE THAT this version is insecure because even subscriber (the lowest user level) can view and edit your notes once they are logged into admin panel. So use it at your own risk.<br />
<a rel="nofollow" href="http://zenverse.net/wp-content/plugins/download-monitor/download.php?id=8" title="Wordpress Admin Notepad 1.0 - Without Permission Control has been downloaded 377 times">Wordpress Admin Notepad 1.0 - Without Permission Control </a><br />[ Downloaded 377 times | 35.46 KB ]</li>
<li>If you do not want to revert back to the insecure version, I am sorry but you have to search for another similar plugin.</li>
</ul>
<h5>Reason of this issue :</h5>
<p>The function “get_currentuserinfo()” in the plugin does not run properly in your site.<br />
There is only a few wordpress installation had this problem. WordPress fails to identify you as an admin therefore you can’t save note &#038; it hides the notepad from you.</p>
<p>If you can fix this issue please contact me.</p></blockquote>
<h3>Like this plugin? Donate via Paypal</h3>
<p>I spent a lot of time making themes and plugins. If you like this plugin and would like to support my works, you can donate via PayPal using the button below.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="4859745">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form>
<p>Thank you.</p>
]]></content:encoded>
			<wfw:commentRss>http://zenverse.net/wordpress-admin-notepad/feed/</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
		<item>
		<title>WordPress Theme Demo Bar Plugin &#8226; All-in-one Solution for Theme Demo, Preview and Showcase</title>
		<link>http://zenverse.net/wordpress-theme-demo-bar-plugin/</link>
		<comments>http://zenverse.net/wordpress-theme-demo-bar-plugin/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 20:38:51 +0000</pubDate>
		<dc:creator>Zen</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://zenverse.net/?p=56</guid>
		<description><![CDATA[Wordpress Theme Demo Bar is a plugin for wordpress that allows any wordpress theme to be previewed without activating it. A demo bar would be shown on top of page, allow users to preview another theme. The demo bar is customisable at admin panel. More than 1 extra CSS files can be loaded too.

Downloaded [downloadstat url="http://wordpress.org/extend/plugins/wordpress-theme-demo-bar/stats/" get="total" autop="false"] times]]></description>
			<content:encoded><![CDATA[<p>Latest Version is 1.6.3</p>
<h3>About</h3>
<p>WordPress Theme Demo Bar is a plugin for wordpress (compatible up to WP 3.0.5) that allows any wordpress theme to be previewed without activating it. A demo bar would be shown on top of page, allow users to preview another theme. The demo bar is customisable at admin panel. More than 1 extra CSS files can be loaded too.</p>
<p>This plugin is suitable for theme designers to show all demos of their themes in a single wordpress installation. </p>
<h3>Compatibility</h3>
<p>- Compatible with WordPress 3.0.5<br />
- Tested on WP 2.7.1, WP 2.8, up to 3.0.5<br />
- If you are using older versions of WordPress, if possible, please reply here with your version (and error, if any).</p>
<h3>List of features, FAQs, Changelog and Usage</h3>
<blockquote><h5>Please refer to the <a href="http://wordpress.org/extend/plugins/wordpress-theme-demo-bar/"><span style="color:red;font-size:14px;">WordPress Theme Demo Bar Plugin Page at WordPress Extend</span></a></h5>
</blockquote>
<h3>Using Shortcodes and Template Tag Functions</h3>
<ul>
<li>Documentation : <a href="http://zenverse.net/using-shortcode-in-wordpress-theme-demo-bar-plugin/">Using Shortcode in WordPress Theme Demo Bar Plugin</a></li>
<li>Documentation : <a href="http://zenverse.net/using-template-tag-function-in-wordpress-theme-demo-bar-plugin/">Using Template Tag Functions in WordPress Theme Demo Bar Plugin</a></li>
</ul>
<p></p>
<h3>Download</h3>
<p><a href="http://downloads.wordpress.org/plugin/wordpress-theme-demo-bar.zip">WordPress Theme Demo Bar 1.6.3</a> - 18,895 downloads</p>

<h3>Demo</h3>
<p><a href="http://zenverse.net/?themedemo=monoshade" target="_blank">Preview MonoShade Theme</a></p>
<h3>Like this plugin? Donate via Paypal</h3>
<p>I spent a lot of time making themes and plugins. If you like this plugin and would like to support my works, you can donate via PayPal using the button below.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="4859745">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br />
</form>
<p>Thank you.</p>
]]></content:encoded>
			<wfw:commentRss>http://zenverse.net/wordpress-theme-demo-bar-plugin/feed/</wfw:commentRss>
		<slash:comments>166</slash:comments>
		</item>
	</channel>
</rss>

