<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: Different sidebars on different pages?</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sat, 25 May 2013 19:20:11 +0000</pubDate>

<item>
<title>helgatheviking on "Different sidebars on different pages?"</title>
<link>http://themeshaper.com/forums/topic/different-sidebars-on-different-pages#post-25807</link>
<pubDate>Sat, 10 Mar 2012 05:46:51 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25807@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;i must still be missing something.  my engineering profs didn't talk about occam's razor.. they talked about dirt.  small wonder, why i was so bored with it.
&#60;/p&#62;</description>
</item>
<item>
<title>fwunder on "Different sidebars on different pages?"</title>
<link>http://themeshaper.com/forums/topic/different-sidebars-on-different-pages#post-25805</link>
<pubDate>Sat, 10 Mar 2012 03:13:22 +0000</pubDate>
<dc:creator>fwunder</dc:creator>
<guid isPermaLink="false">25805@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@helgatheviking, sorry, I was really just being a bit nostalgic; remembering more than one engineering prof beginning a lecture with Occam's razor. That was a long time ago. Without being too cliche' or oxymoronic, my personal observation of Thematic is that it's biggest weakness is it's strength - so many options, so little time. Please don't get me wrong. It's a really, really good problem. Again,  the question wasn't really germane to the thread. Just a Thematician  wanna-be trying to see a forest through the trees. Had to throw in one more cliche`!! ;)
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Different sidebars on different pages?"</title>
<link>http://themeshaper.com/forums/topic/different-sidebars-on-different-pages#post-25801</link>
<pubDate>Fri, 09 Mar 2012 16:13:40 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25801@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@fwunder, didn't understand your rhetorical q.  :{
&#60;/p&#62;</description>
</item>
<item>
<title>fwunder on "Different sidebars on different pages?"</title>
<link>http://themeshaper.com/forums/topic/different-sidebars-on-different-pages#post-25779</link>
<pubDate>Thu, 08 Mar 2012 03:41:20 +0000</pubDate>
<dc:creator>fwunder</dc:creator>
<guid isPermaLink="false">25779@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Just got back from downtown Philly. Uhhh,...the cat thing....nevermind.&#60;/p&#62;
&#60;p&#62;Ya know, at what point do we get with mods before we just use [child]theme switchers? A rhetorical question.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Different sidebars on different pages?"</title>
<link>http://themeshaper.com/forums/topic/different-sidebars-on-different-pages#post-25776</link>
<pubDate>Thu, 08 Mar 2012 02:02:01 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25776@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;more than 1 way to skin a cat.  which is a weird saying... b/c who skins cats?  but definitely more than 1 answer.  that plugin is the least coding-dependent, but i find it annoying if you have a lot of widgets.  also something pretty elegant/clear about having a sidebar for say the 'shop' section of your site and 1 for the 'blog' section.  to each her own...
&#60;/p&#62;</description>
</item>
<item>
<title>fwunder on "Different sidebars on different pages?"</title>
<link>http://themeshaper.com/forums/topic/different-sidebars-on-different-pages#post-25775</link>
<pubDate>Thu, 08 Mar 2012 01:40:45 +0000</pubDate>
<dc:creator>fwunder</dc:creator>
<guid isPermaLink="false">25775@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Uhhh, not to be a nudge or noodge, but why not just use:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/conditional-widgets/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/conditional-widgets/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This plugin adds a form to each widget on the Widgets panel which allows users to choose which pages and/or categories the widget is either displayed&#60;/p&#62;
&#60;p&#62;Works great for me...
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Different sidebars on different pages?"</title>
<link>http://themeshaper.com/forums/topic/different-sidebars-on-different-pages#post-25769</link>
<pubDate>Wed, 07 Mar 2012 21:15:49 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25769@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;create new widget areas:&#60;br /&#62;
&#60;a href=&#34;http://themeshaper.com/forums/topic/something-new-bout-widgetized-areas#post-6660&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/something-new-bout-widgetized-areas#post-6660&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and use conditional logic to adjust when it appears.&#60;/p&#62;
&#60;p&#62;currently the only condition in that example is whether or not the sidebar has a widget in it:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if (is_sidebar_active(&#38;#39;header-aside&#38;#39;))&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;but you could have it test for what page you are on w/ WP conditional tags&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/Conditional_Tags&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Conditional_Tags&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;for example to limit the widget to the blog index/home:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if (is_sidebar_active(&#38;#39;header-aside&#38;#39;) AND is_home())&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>barber on "Different sidebars on different pages?"</title>
<link>http://themeshaper.com/forums/topic/different-sidebars-on-different-pages#post-25767</link>
<pubDate>Wed, 07 Mar 2012 16:01:37 +0000</pubDate>
<dc:creator>barber</dc:creator>
<guid isPermaLink="false">25767@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;You could check for a page name, ID or custom field and change the sidebar content based on that. I generally don't use widgets but just put together custom functions. I'd be interested to know how people call actual widgets based on different pages, categories etc.
&#60;/p&#62;</description>
</item>
<item>
<title>soluble on "Different sidebars on different pages?"</title>
<link>http://themeshaper.com/forums/topic/different-sidebars-on-different-pages#post-25744</link>
<pubDate>Tue, 06 Mar 2012 11:41:54 +0000</pubDate>
<dc:creator>soluble</dc:creator>
<guid isPermaLink="false">25744@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi, I'm a complete newbie to Thematic. &#60;/p&#62;
&#60;p&#62;I have 3 keys pages which I would like to display different content within the sidebar of each page. Is there a way to set up/register multiple sidebars which I can call for each page? I'd like to be able to add different widgets within each sidebar. Any help would be greatly appreciated.&#60;/p&#62;
&#60;p&#62;Many thanks, Matt
&#60;/p&#62;</description>
</item>

</channel>
</rss>
