<?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 Widgets</title>
	<atom:link href="http://welcometowp.com/wordpress-how-to/how-to-use-wordpress-widgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://welcometowp.com/wordpress-how-to/how-to-use-wordpress-widgets/</link>
	<description></description>
	<lastBuildDate>Sat, 17 Mar 2012 12:04:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Chad</title>
		<link>http://welcometowp.com/wordpress-how-to/how-to-use-wordpress-widgets/comment-page-1/#comment-2523</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Sun, 17 Oct 2010 15:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://welcometowp.com/?p=1050#comment-2523</guid>
		<description>@Dianna

Hi Dianna - sorry for the delayed response.

If I&#039;m reading your problem correctly, it sounds like you&#039;re having an issue with the default widget in your primary sidebar. Most theme designers write some default content into the sidebars of their blogs so that the space isn&#039;t just blank when the theme first loads. That default widget is removed when you add one of your own to that specific sidebar.

As far as the primary sidebar tab always being open, WordPress automatically opens the primary sidebar for you when you load the widget page - closing it does not remove the sidebar.

The problem you describe of the primary sidebar blocking your other widgets is very strange indeed. My advice would be to check the theme options page and look for a way to enable/disable specific sidebars. It could be that the sidebar you are trying to use simply isn&#039;t active at the moment.

Good luck, let me know if you run into any more trouble!</description>
		<content:encoded><![CDATA[<p>@Dianna</p>
<p>Hi Dianna &#8211; sorry for the delayed response.</p>
<p>If I&#8217;m reading your problem correctly, it sounds like you&#8217;re having an issue with the default widget in your primary sidebar. Most theme designers write some default content into the sidebars of their blogs so that the space isn&#8217;t just blank when the theme first loads. That default widget is removed when you add one of your own to that specific sidebar.</p>
<p>As far as the primary sidebar tab always being open, WordPress automatically opens the primary sidebar for you when you load the widget page &#8211; closing it does not remove the sidebar.</p>
<p>The problem you describe of the primary sidebar blocking your other widgets is very strange indeed. My advice would be to check the theme options page and look for a way to enable/disable specific sidebars. It could be that the sidebar you are trying to use simply isn&#8217;t active at the moment.</p>
<p>Good luck, let me know if you run into any more trouble!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dianna</title>
		<link>http://welcometowp.com/wordpress-how-to/how-to-use-wordpress-widgets/comment-page-1/#comment-2315</link>
		<dc:creator>Dianna</dc:creator>
		<pubDate>Thu, 30 Sep 2010 11:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://welcometowp.com/?p=1050#comment-2315</guid>
		<description>Hi, I just stumbled on your site while trying to figure out my sidebar widget. I&#039;m using Coraline, and my primary sidebar widget won&#039;t close! I click &quot;close&quot; and then click the &quot;down arrow&quot; beside the Primary Widget Area title. But when I go back to check, the tab is still open. It&#039;s keeping my other sidebar widgets from showing. Any ideas? And keep in mind, I&#039;m very unknowledgable about all this stuff!</description>
		<content:encoded><![CDATA[<p>Hi, I just stumbled on your site while trying to figure out my sidebar widget. I&#8217;m using Coraline, and my primary sidebar widget won&#8217;t close! I click &#8220;close&#8221; and then click the &#8220;down arrow&#8221; beside the Primary Widget Area title. But when I go back to check, the tab is still open. It&#8217;s keeping my other sidebar widgets from showing. Any ideas? And keep in mind, I&#8217;m very unknowledgable about all this stuff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://welcometowp.com/wordpress-how-to/how-to-use-wordpress-widgets/comment-page-1/#comment-1525</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Mon, 26 Jul 2010 20:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://welcometowp.com/?p=1050#comment-1525</guid>
		<description>Hi Dani

Sorry for the long delay in getting back to you - I hope that you&#039;ve already found a solution to your problem, but I wanted to reply in case you were still working on it.

The fact that the widget disappears is a function of the plugin - some plugins create widgets that can be used multiple times, while others only work once (sounds like this is the case for your plugin), which causes an obvious issue for someone like you with multiple sidebars.

I can see &lt;del datetime=&quot;2010-07-26T20:04:38+00:00&quot;&gt;two&lt;/del&gt; three possible ways around this, but unfortunately, both involve messing with your theme code a bit.

First Option: Eliminate one of the sidebars

I can&#039;t provide exact step by step instructions, because the process depends partially on how the theme was written, but if you don&#039;t actually NEED two different sidebars, you could modify your theme to use one on every page.

Second Option:

Some plugin developers will provide instructions on their website to display the plugin at will by adding a function to your theme (in the header, footer, sidebar, wherever you might want it). Checking with the developer&#039;s website may reveal the PHP function you&#039;d need to trigger a second instance of the plugin (you&#039;d just have to paste it into the second sidebar&#039;s code in &lt;code&gt;sidebar.php&lt;/code&gt;

Third Option (popped into my head while I was typing :)):

Add the optin to a sidebar and then view that page. If you pull up the source code (under the &quot;View&quot; menu of your browser), you should then be able to locate the code that generates the form.

Theoretically, copying that form code into a text widget on the other sidebar &lt;em&gt;should&lt;/em&gt; recreate the form - but since you were adding the form code manually on that sidebar, changes you make on the plugin settings screen probably wouldn&#039;t carry over to the second sidebar - you&#039;d need to replace the code if you modified anything.

Let me know if this is still something you&#039;re working on, or if these answers don&#039;t point you in the right direction!</description>
		<content:encoded><![CDATA[<p>Hi Dani</p>
<p>Sorry for the long delay in getting back to you &#8211; I hope that you&#8217;ve already found a solution to your problem, but I wanted to reply in case you were still working on it.</p>
<p>The fact that the widget disappears is a function of the plugin &#8211; some plugins create widgets that can be used multiple times, while others only work once (sounds like this is the case for your plugin), which causes an obvious issue for someone like you with multiple sidebars.</p>
<p>I can see <del datetime="2010-07-26T20:04:38+00:00">two</del> three possible ways around this, but unfortunately, both involve messing with your theme code a bit.</p>
<p>First Option: Eliminate one of the sidebars</p>
<p>I can&#8217;t provide exact step by step instructions, because the process depends partially on how the theme was written, but if you don&#8217;t actually NEED two different sidebars, you could modify your theme to use one on every page.</p>
<p>Second Option:</p>
<p>Some plugin developers will provide instructions on their website to display the plugin at will by adding a function to your theme (in the header, footer, sidebar, wherever you might want it). Checking with the developer&#8217;s website may reveal the PHP function you&#8217;d need to trigger a second instance of the plugin (you&#8217;d just have to paste it into the second sidebar&#8217;s code in <code>sidebar.php</code></p>
<p>Third Option (popped into my head while I was typing <img src='http://welcometowp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ):</p>
<p>Add the optin to a sidebar and then view that page. If you pull up the source code (under the &#8220;View&#8221; menu of your browser), you should then be able to locate the code that generates the form.</p>
<p>Theoretically, copying that form code into a text widget on the other sidebar <em>should</em> recreate the form &#8211; but since you were adding the form code manually on that sidebar, changes you make on the plugin settings screen probably wouldn&#8217;t carry over to the second sidebar &#8211; you&#8217;d need to replace the code if you modified anything.</p>
<p>Let me know if this is still something you&#8217;re working on, or if these answers don&#8217;t point you in the right direction!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dani McIntyre</title>
		<link>http://welcometowp.com/wordpress-how-to/how-to-use-wordpress-widgets/comment-page-1/#comment-1204</link>
		<dc:creator>Dani McIntyre</dc:creator>
		<pubDate>Tue, 06 Jul 2010 18:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://welcometowp.com/?p=1050#comment-1204</guid>
		<description>Hello,
I am trying to add the WP Opt-in widget to two different page templates (home and inner). But I am only able to drag one instance of the widget over to the sidebar. So right now it&#039;s showing up in the home page sidebar but I need it to show up in the inner page&#039;s sidebar as well. When I dragged it to the home sidebar, it disappeared from the Available Widgets area. Any suggestions on how to simply copy a second instance of the widget to the other page template?
Thanks!</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I am trying to add the WP Opt-in widget to two different page templates (home and inner). But I am only able to drag one instance of the widget over to the sidebar. So right now it&#8217;s showing up in the home page sidebar but I need it to show up in the inner page&#8217;s sidebar as well. When I dragged it to the home sidebar, it disappeared from the Available Widgets area. Any suggestions on how to simply copy a second instance of the widget to the other page template?<br />
Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

