<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Topic: Extra Widget Areas categorie problem</title>
		<link>http://www.kriesi.at/support/topic/extra-widget-areas-categorie-problem</link>
		<description>Support Forum - Topic: Extra Widget Areas categorie problem</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 19:06:40 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/extra-widget-areas-categorie-problem" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Extra Widget Areas categorie problem"</title>
			<link>http://www.kriesi.at/support/topic/extra-widget-areas-categorie-problem#post-81202</link>
			<pubDate>Fri, 26 Oct 2012 17:10:45 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">81202@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Thank you for explaining this issue. What you should do is install this plugin &#60;a href=&#34;http://wordpress.org/extend/plugins/widget-logic/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/widget-logic/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Using this plugin you can have individual widgets even on a per post basis with or without the use of additional widget areas. You can put 20 instances of the same widget into a single widget area , and tell each instance when and what to display. So, you would drop 2 instances of the widget at tell one to show up on categories, and tell the other to show up on category posts.&#60;/p&#62;
&#60;p&#62;Once you install it, at the bottom of each widget , a textbox will appear where you put the logic in,&#60;/p&#62;
&#60;p&#62;So if you want the same widget to appear on category and on the posts within that category you would add the line below into the input text box where the number 5 (below in the code) is the category id (which you can see in the backend when you edit a category, it will be in the url -- ID=5 ).&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;is_category(5) &#124;&#124; (is_single() &#38;amp;&#38;amp; in_category(5))&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Excellent walkthrough &#60;a href=&#34;http://fourblogger.com/widget-logic-plugin-helps-to-hide-or-display-widgets/&#34; rel=&#34;nofollow&#34;&#62;http://fourblogger.com/widget-logic-plugin-helps-to-hide-or-display-widgets/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>browserdaily on "Extra Widget Areas categorie problem"</title>
			<link>http://www.kriesi.at/support/topic/extra-widget-areas-categorie-problem#post-81068</link>
			<pubDate>Thu, 25 Oct 2012 17:46:07 +0000</pubDate>
			<dc:creator>browserdaily</dc:creator>
			<guid isPermaLink="false">81068@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Devin,&#60;/p&#62;
&#60;p&#62;I just encountered this same issue. It seems that you did not understand what mindup79 was talking about, so perhaps I can make this more clear.&#60;/p&#62;
&#60;p&#62;If you add an extra widget area for categories, then add custom widgets to that category in the widget editor, that custom sidebar also shows up on the home page. If you select NO for &#34;Display Widget areas for categories on posts of that category as well&#34; the custom sidebars will not appear on the home page, however they also won't appear on the individual posts.&#60;/p&#62;
&#60;p&#62;So, there is a flaw in the coding for this. You cannot create a custom sidebar for categories and have them show up for each category post without affecting the home page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Extra Widget Areas categorie problem"</title>
			<link>http://www.kriesi.at/support/topic/extra-widget-areas-categorie-problem#post-65879</link>
			<pubDate>Mon, 16 Jul 2012 16:01:33 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">65879@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm going to tag the topic for Kriesi to take a look at as I'm not sure if there is some additional functionality with the widget areas I'm not aware of that could be causing what you are describing.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mindup79 on "Extra Widget Areas categorie problem"</title>
			<link>http://www.kriesi.at/support/topic/extra-widget-areas-categorie-problem#post-64584</link>
			<pubDate>Mon, 09 Jul 2012 20:31:08 +0000</pubDate>
			<dc:creator>mindup79</dc:creator>
			<guid isPermaLink="false">64584@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Now the &#34;Display Widget areas for categories on posts of that category as well&#34; in disable, if I enable it the system insert a new widget after the 4 news in second column. In this way it become more long then 4 news.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Extra Widget Areas categorie problem"</title>
			<link>http://www.kriesi.at/support/topic/extra-widget-areas-categorie-problem#post-64549</link>
			<pubDate>Mon, 09 Jul 2012 18:32:33 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">64549@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is that the current set up you have on your site now? You've enabled a widget area for a specific category and now the issue is that there is a new/different widget appearing on your home page?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mindup79 on "Extra Widget Areas categorie problem"</title>
			<link>http://www.kriesi.at/support/topic/extra-widget-areas-categorie-problem#post-64534</link>
			<pubDate>Mon, 09 Jul 2012 16:47:01 +0000</pubDate>
			<dc:creator>mindup79</dc:creator>
			<guid isPermaLink="false">64534@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, the main problem is that I need to post category news in the sidebar in a post page.&#60;br /&#62;
I can do it just if I enable &#34;Display Widget areas for categories on posts of that category as well&#34;&#60;br /&#62;
So now when I public the news in the new categories widget created, the news appears in the home page too, under the section News. But I inserted the Sidebar News Widget just in the Widget areas category&#60;/p&#62;
&#60;p&#62;Example&#60;br /&#62;
I have the category named First&#60;br /&#62;
then I need the widget category First widget, so I enable &#34;Extra Widget Areas for specific Categories&#34; with that category&#60;br /&#62;
After that I click on &#34;Display Widget areas for categories on posts of that category as well&#34; to yes so I can public the news in that category with the Sidebar News widget.&#60;br /&#62;
But it public another sidebar after my news in the sidebar homepage too, second column. But I didn't publish that on the sidebar left homepage.&#60;/p&#62;
&#60;p&#62;this is my site, but I can't public now the problem because I'm online.&#60;br /&#62;
&#60;a href=&#34;http://www.energyvillab.eu&#34; rel=&#34;nofollow&#34;&#62;http://www.energyvillab.eu&#60;/a&#62;&#60;br /&#62;
I can tell you that after enable &#34;Display Widget areas for categories on posts of that category as well&#34; to yes it insert another News widget after mine.&#60;br /&#62;
I hope you understand what I mean.&#60;br /&#62;
Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Extra Widget Areas categorie problem"</title>
			<link>http://www.kriesi.at/support/topic/extra-widget-areas-categorie-problem#post-64136</link>
			<pubDate>Fri, 06 Jul 2012 19:11:05 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">64136@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mindup79,&#60;/p&#62;
&#60;p&#62;I'm not quite sure what you mean. If you can post a link to your site and the pages that have an example that might help.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mindup79 on "Extra Widget Areas categorie problem"</title>
			<link>http://www.kriesi.at/support/topic/extra-widget-areas-categorie-problem#post-63834</link>
			<pubDate>Thu, 05 Jul 2012 12:21:47 +0000</pubDate>
			<dc:creator>mindup79</dc:creator>
			<guid isPermaLink="false">63834@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Excuse me, I used only your theme option, why do you think that this is a non support question? Can you help me please?&#60;br /&#62;
When I enable extra widget areas for specific category it show post in the home page page side bar too.&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mindup79 on "Extra Widget Areas categorie problem"</title>
			<link>http://www.kriesi.at/support/topic/extra-widget-areas-categorie-problem#post-63827</link>
			<pubDate>Thu, 05 Jul 2012 09:52:49 +0000</pubDate>
			<dc:creator>mindup79</dc:creator>
			<guid isPermaLink="false">63827@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Testing on, I discovered that if I enable  the option  &#34;Display Widget areas for categories on posts of that category as well&#34; it will show the widget on the home page too. Is it possible to not show it on the home?&#60;br /&#62;
Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mindup79 on "Extra Widget Areas categorie problem"</title>
			<link>http://www.kriesi.at/support/topic/extra-widget-areas-categorie-problem#post-63826</link>
			<pubDate>Thu, 05 Jul 2012 09:43:41 +0000</pubDate>
			<dc:creator>mindup79</dc:creator>
			<guid isPermaLink="false">63826@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I have A REALLY STRANGE ISSUE, I created by the option &#34;Extra Widget Areas for specific Categories&#34; some widget areas.&#60;br /&#62;
Now when I public a post on a category sidebar, the widget inside that area is shows in the front page sidebar too.&#60;br /&#62;
example: I have &#34;category1 right sidebar widget&#34; Inside I put the widget &#34;news&#34;, after that when I post a news in category1 wordpress shows me the post in frontpage sidebar right, but in the admin area doesn't exist a news widget in the area &#34;frontpage sidebar right&#34; it exist just in &#34;category1 sidebar right&#34;.&#60;br /&#62;
Please help me soon because I need to present the project this weekend.&#60;br /&#62;
Thank you .
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
