<?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: which hook should i use to get an alternate sidebar?</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Mon, 20 May 2013 04:50:39 +0000</pubDate>

<item>
<title>Chris on "which hook should i use to get an alternate sidebar?"</title>
<link>http://themeshaper.com/forums/topic/which-hook-should-i-use-to-get-an-alternate-sidebar#post-8718</link>
<pubDate>Fri, 01 Jan 2010 15:00:38 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">8718@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;you could use Kaspars' &#60;a href=&#34;http://wordpress.org/extend/plugins/widget-context/&#34;&#62;Widget Context&#60;/a&#62; plugin.&#60;/p&#62;
&#60;p&#62;Or you could use the latest SVN copy of Thematic plus the new functionality: &#60;a href=&#34;http://themeshaper.com/forums/topic/something-new-bout-widgetized-areas#post-6601&#34;&#62;Something new 'bout widgetized areas&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>shanoboy on "which hook should i use to get an alternate sidebar?"</title>
<link>http://themeshaper.com/forums/topic/which-hook-should-i-use-to-get-an-alternate-sidebar#post-8717</link>
<pubDate>Fri, 01 Jan 2010 14:56:05 +0000</pubDate>
<dc:creator>shanoboy</dc:creator>
<guid isPermaLink="false">8717@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Ha, Thanks for following up with yourself. I used this!&#60;/p&#62;
&#60;p&#62;I want to do the same thing you are, only I'd still like to be able to use widgets. I don't see how you can if you are going to have a bunch of sidebars, unless you create new widget areas... which I have no idea how to do.
&#60;/p&#62;</description>
</item>
<item>
<title>snack on "which hook should i use to get an alternate sidebar?"</title>
<link>http://themeshaper.com/forums/topic/which-hook-should-i-use-to-get-an-alternate-sidebar#post-4136</link>
<pubDate>Thu, 28 May 2009 22:20:30 +0000</pubDate>
<dc:creator>snack</dc:creator>
<guid isPermaLink="false">4136@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;i'm talking to myself, but it's still nice to have answers, so for the next guy here you go!&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function conditional_sidebar() {
	if (is_page()) {
		// return FALSE for no sidebar
		return TRUE;
	} else {
	// see get_sidebar in codex fmi
	get_sidebar(&#38;#39;blog&#38;#39;);
	}
}
add_filter(&#38;#39;thematic_sidebar&#38;#39;, &#38;#39;conditional_sidebar&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;yay! next...
&#60;/p&#62;</description>
</item>
<item>
<title>snack on "which hook should i use to get an alternate sidebar?"</title>
<link>http://themeshaper.com/forums/topic/which-hook-should-i-use-to-get-an-alternate-sidebar#post-4133</link>
<pubDate>Thu, 28 May 2009 20:53:12 +0000</pubDate>
<dc:creator>snack</dc:creator>
<guid isPermaLink="false">4133@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;rephrasing question: what's the correct way to conditionalize the actions of thematic_sidebar() in my functions.php? do i remove it's current actions, and then add my own or what?&#60;/p&#62;
&#60;p&#62;by conditionalize, i mean i want different actions for diff pages.&#60;/p&#62;
&#60;p&#62;and what the heck's the diff between and 'action hook' and a 'filter hook'?&#60;/p&#62;
&#60;p&#62;thx
&#60;/p&#62;</description>
</item>
<item>
<title>snack on "which hook should i use to get an alternate sidebar?"</title>
<link>http://themeshaper.com/forums/topic/which-hook-should-i-use-to-get-an-alternate-sidebar#post-4132</link>
<pubDate>Thu, 28 May 2009 19:51:37 +0000</pubDate>
<dc:creator>snack</dc:creator>
<guid isPermaLink="false">4132@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;hi. i want to call an alternate sidebar2.php for my blog. i'd like to do it from functions php. am i on the right track? what should i use?  &#60;/p&#62;
&#60;p&#62;anybody?...
&#60;/p&#62;</description>
</item>

</channel>
</rss>
