<?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: Testing the Login Form Widget</title>
	<atom:link href="http://thewpwarrior.com/761/testing-the-login-form-widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://thewpwarrior.com/761/testing-the-login-form-widget/login</link>
	<description>Hints and Tips For Wordpress - Free Plugins - Free Themes</description>
	<lastBuildDate>Mon, 30 Jan 2012 10:24:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Charly Leetham</title>
		<link>http://thewpwarrior.com/761/testing-the-login-form-widget/login/comment-page-1/#comment-4330</link>
		<dc:creator>Charly Leetham</dc:creator>
		<pubDate>Mon, 25 Apr 2011 11:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://thewpwarrior.com/wordpress/?p=761#comment-4330</guid>
		<description>G&#039;Day Racer,

Thank you for the comment - I&#039;ve found the code very helpful when developing sites for myself and my clients.

Wordpress Shortcodes are generally only &#039;executable&#039; in the main content of a website, however it is possible to get shortcodes to work in sidebars by adding one line of code to your themes functions.php file.

I&#039;ve documented it more fully in this article:
http://thewordpresswarrior.com/878/allowing-wordpress-short-codes-to-run-in-the-sidebar

however, the summary is add the line:

add_filter(&#039;widget_text&#039;, &#039;do_shortcode&#039;);

to your themes functions.php file and it should all work.
</description>
		<content:encoded><![CDATA[<p>G&#8217;Day Racer,</p>
<p>Thank you for the comment &#8211; I&#8217;ve found the code very helpful when developing sites for myself and my clients.</p>
<p>WordPress Shortcodes are generally only &#8216;executable&#8217; in the main content of a website, however it is possible to get shortcodes to work in sidebars by adding one line of code to your themes functions.php file.</p>
<p>I&#8217;ve documented it more fully in this article:<br />
<a href="http://thewordpresswarrior.com/878/allowing-wordpress-short-codes-to-run-in-the-sidebar" rel="nofollow">http://thewordpresswarrior.com/878/allowing-wordpress-short-codes-to-run-in-the-sidebar</a></p>
<p>however, the summary is add the line:</p>
<p>add_filter(&#8216;widget_text&#8217;, &#8216;do_shortcode&#8217;);</p>
<p>to your themes functions.php file and it should all work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Racer</title>
		<link>http://thewpwarrior.com/761/testing-the-login-form-widget/login/comment-page-1/#comment-4327</link>
		<dc:creator>Racer</dc:creator>
		<pubDate>Sat, 23 Apr 2011 01:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://thewpwarrior.com/wordpress/?p=761#comment-4327</guid>
		<description>Good day, I like this code, the short-code attach is can only call the script the page or page. what short-code to use to let it appear on the sidebar. thank you...

Cheers</description>
		<content:encoded><![CDATA[<p>Good day, I like this code, the short-code attach is can only call the script the page or page. what short-code to use to let it appear on the sidebar. thank you&#8230;</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

