<?xml version="1.0"?><!-- 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>Cutline Theme Support Forums Tag:  sidebars</title>
<link>http://cutline.tubetorial.com/forums-archive/</link>
<description>Cutline Theme Support Forums Tag:  sidebars</description>
<language>en</language>
<pubDate>Fri, 10 Feb 2012 22:40:21 +0000</pubDate>

<item>
<title>crawford on "where's the sidebar 2 in admin area?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/wheres-the-sidebar-2-in-admin-area#post-1465</link>
<pubDate>Thu, 03 Jul 2008 15:17:57 +0000</pubDate>
<dc:creator>crawford</dc:creator>
<guid isPermaLink="false">1465@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I tried kevinwmoore's suggestion, to no noticeable effect. My file already had register_sidebar(2); so I added register_sidebar(1); instead. The suggestion seems credible but may be only part of the solution.
&#60;/p&#62;</description>
</item>
<item>
<title>pypo on "where's the sidebar 2 in admin area?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/wheres-the-sidebar-2-in-admin-area#post-1430</link>
<pubDate>Wed, 11 Jun 2008 13:50:53 +0000</pubDate>
<dc:creator>pypo</dc:creator>
<guid isPermaLink="false">1430@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Where do I find:   Presentation &#38;gt; Widgets
&#60;/p&#62;</description>
</item>
<item>
<title>kevinwmoore on "where's the sidebar 2 in admin area?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/wheres-the-sidebar-2-in-admin-area#post-1367</link>
<pubDate>Sun, 11 May 2008 19:37:22 +0000</pubDate>
<dc:creator>kevinwmoore</dc:creator>
<guid isPermaLink="false">1367@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;arm0110:&#60;/p&#62;
&#60;p&#62;nycdeb provides a helpful answer here: &#60;a href=&#34;http://cutline.tubetorial.com/forums/topic/multiple-sidebars-for-page-templates?replies=7&#34; rel=&#34;nofollow&#34;&#62;http://cutline.tubetorial.com/forums/topic/multiple-sidebars-for-page-templates?replies=7&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But I'll rephrase the advice, because there were some things unclear to me that might be unclear to others.&#60;/p&#62;
&#60;p&#62;1) If you have not already done so, you'll need to make your files for sidebar.php, r_sidebar.php, and functions.php writeable.&#60;/p&#62;
&#60;p&#62;2) Your sidebar.php and r_sidebar.php files should, respectively, have a line of code like this:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#38;lt;?php if (!function_exists('dynamic_sidebar') &#124;&#124; !dynamic_sidebar(1)) : ?&#38;gt;&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;and&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#38;lt;?php if (!function_exists('dynamic_sidebar') &#124;&#124; !dynamic_sidebar(2)) : ?&#38;gt;
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;This line tells the function.php file which sidebar is which. But the function.php has only one call line for for the first sidebar file. So you need to create another call line calling out to the second sidebar file.&#60;/p&#62;
&#60;p&#62;3) Do this by opening the function.php file. Find the line (near the top) that reads:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;if ( function_exists('register_sidebars') )&#60;br /&#62;
    register_sidebar(1);&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;Copy the &#34;register_sidebar(1);&#34; line. Paste the new line below it. Change the &#34;1&#34; to a &#34;2&#34; like this:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;    register_sidebar(2);&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;Be sure to keep the semicolon!&#60;br /&#62;
And that's it! You should see &#34;Sidebar 1&#34; and &#34;Sidebar 2&#34; in your widgets options.
&#60;/p&#62;</description>
</item>
<item>
<title>arm0110 on "where's the sidebar 2 in admin area?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/wheres-the-sidebar-2-in-admin-area#post-1052</link>
<pubDate>Sun, 20 Jan 2008 05:35:42 +0000</pubDate>
<dc:creator>arm0110</dc:creator>
<guid isPermaLink="false">1052@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I have the same problem in Cutline with the two right sidebars. Sidebar 1 displays in the Widgets admin area and works fine, but Sidebar 2 does not appear at all in Widgets Admin. I have not modified the code from the original downloaded files, so why the r_sidebar (which has the widget code in it) does not display in Admin is a mystery.  Anyone know how to fix this???
&#60;/p&#62;</description>
</item>
<item>
<title>magothy on "multiple sidebars for page templates?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/multiple-sidebars-for-page-templates#post-1032</link>
<pubDate>Wed, 16 Jan 2008 04:31:47 +0000</pubDate>
<dc:creator>magothy</dc:creator>
<guid isPermaLink="false">1032@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Never mind -- I just found the 'dynamic_sidebar(1)' code in the sidebar files.
&#60;/p&#62;</description>
</item>
<item>
<title>magothy on "multiple sidebars for page templates?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/multiple-sidebars-for-page-templates#post-1031</link>
<pubDate>Wed, 16 Jan 2008 04:30:09 +0000</pubDate>
<dc:creator>magothy</dc:creator>
<guid isPermaLink="false">1031@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;nycdeb -&#60;br /&#62;
This is great! One question. How do you assign a sidebar file to a sidebar widget? Cutline already knows that sidebar 1=l_sidebar.php and that sidebar 2=r_sidebar.php. How do I correlate the rest?
&#60;/p&#62;</description>
</item>
<item>
<title>nycdeb on "multiple sidebars for page templates?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/multiple-sidebars-for-page-templates#post-948</link>
<pubDate>Sun, 06 Jan 2008 01:10:36 +0000</pubDate>
<dc:creator>nycdeb</dc:creator>
<guid isPermaLink="false">948@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;hi all,&#60;/p&#62;
&#60;p&#62;I know it got marked resolved - and I was puzzled when it happened since it wasn't at that time resolved. I poked and prodded the coding as much as possible but I haven't been able to find an easy solution that didn't involve widgets. &#60;/p&#62;
&#60;p&#62;I'll try and explain though I admit in advance, I am crap at explaining things like this. I just poke at code until it does what I want and I'm not always sure why it works.&#60;/p&#62;
&#60;p&#62;The answer I've cobbled together so far involves using 3 sidebars (the ones that exist already: l_sidebar.php and r_sidebar.php and one I called sidebar3.php). To create, sidebar3, I just made a copy of the code for &#34;right&#34; (since I was planning on that one being the one that changed most) and I renamed it by including a call for Template Name: sidebar3 at the top. That way, the templates that are supposed to call that one, know which one to get.&#60;/p&#62;
&#60;p&#62;In functions.php, I changed the number of sidebars to 3 and lo! there appeared 3 sidebars on my widgets presentation page so I could mess with the contents of the various sidebars. I also grabbed the JAW Duplicate Widgets plugin to allow me to make multiple copies of specific widgets ('cause I needed two sidebars to include &#34;Recent Posts&#34; and stuff like that. It also allowed me to make quite a few &#34;Text Box&#34; widgets which I used for ads.&#60;/p&#62;
&#60;p&#62;So, having created the sidebars, I went about creating templates and making sure that the sidebar I want on the right (I've left the left one pretty consistent) is name of the sidebar after the TEMPLATEPATH include near the bottom of the page. &#60;/p&#62;
&#60;p&#62;I would have liked to have avoided all the widgeting but *shrug* - no other answer seemed to be forthcoming and I didn't know how to &#34;unresolve&#34; the thread since I wasn't sure how it got marked resolved in the first place. &#60;/p&#62;
&#60;p&#62;I've done my best to explain. I'm not sure I helped but I hope I did.
&#60;/p&#62;</description>
</item>
<item>
<title>Stephanie on "where's the sidebar 2 in admin area?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/wheres-the-sidebar-2-in-admin-area#post-861</link>
<pubDate>Tue, 18 Dec 2007 19:03:09 +0000</pubDate>
<dc:creator>Stephanie</dc:creator>
<guid isPermaLink="false">861@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;One place to look is Presentation -&#38;gt; Widgets. You should see Sidebar 1 and Sidebar 2. Another is in the Theme Editor (also under Presentation) look for the files labeled r_sidebar.php and l_sidebar.php. Finally, you can download the widgets file from the directory labeled blog on your server for access to the widgets. -Good luck.
&#60;/p&#62;</description>
</item>
<item>
<title>cutlinegurl on "where's the sidebar 2 in admin area?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/wheres-the-sidebar-2-in-admin-area#post-849</link>
<pubDate>Sun, 16 Dec 2007 09:17:33 +0000</pubDate>
<dc:creator>cutlinegurl</dc:creator>
<guid isPermaLink="false">849@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I am using the 3 column layout.  In my admin area I have only one sidebar - functioning fine with widgets, etc.  But on my site, there are two sidebars displaying (which I want).  I just have no idea where the content is coming from and I would like more control over this.
&#60;/p&#62;</description>
</item>
<item>
<title>thirdeyetc on "Google ads on front page"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/google-ads-on-front-page#post-808</link>
<pubDate>Sun, 09 Dec 2007 21:38:42 +0000</pubDate>
<dc:creator>thirdeyetc</dc:creator>
<guid isPermaLink="false">808@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Sorry I didn't mean &#34;google widgets&#34; duh! I just meant widgets in general.
&#60;/p&#62;</description>
</item>
<item>
<title>thirdeyetc on "Google ads on front page"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/google-ads-on-front-page#post-807</link>
<pubDate>Sun, 09 Dec 2007 21:38:06 +0000</pubDate>
<dc:creator>thirdeyetc</dc:creator>
<guid isPermaLink="false">807@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Google widgets cause some mild formatting issues (ie lack of easy control over the appearance, which isn't a big deal if you aren't heavily modding a theme) but they also sometimes conflict with each other, wordpress updates, and other plug ins. &#60;/p&#62;
&#60;p&#62;Due to this, and the fact they really don't make my life that much easier, I just don't use them. But for people that don't want to mess with code they can be handy.
&#60;/p&#62;</description>
</item>
<item>
<title>ozwebhub on "Google ads on front page"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/google-ads-on-front-page#post-801</link>
<pubDate>Sun, 09 Dec 2007 08:07:13 +0000</pubDate>
<dc:creator>ozwebhub</dc:creator>
<guid isPermaLink="false">801@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Yes I know Google says that, but I just forgot about that because the sidebar one wasn't working. I reduced the inline post google ads and all is fine. Thanks for your help though.
&#60;/p&#62;</description>
</item>
<item>
<title>Gnometosser on "Google ads on front page"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/google-ads-on-front-page#post-772</link>
<pubDate>Mon, 03 Dec 2007 02:19:53 +0000</pubDate>
<dc:creator>Gnometosser</dc:creator>
<guid isPermaLink="false">772@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I think that the terms of service we agreed to when we signed up say that we can only have 3 ads on 1 page.  &#60;/p&#62;
&#60;p&#62;~gt
&#60;/p&#62;</description>
</item>
<item>
<title>ozwebhub on "Google ads on front page"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/google-ads-on-front-page#post-764</link>
<pubDate>Sat, 01 Dec 2007 07:42:41 +0000</pubDate>
<dc:creator>ozwebhub</dc:creator>
<guid isPermaLink="false">764@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Hugo tells me that there cannot be more than 3 google ads on one page. I'm about to test that.
&#60;/p&#62;</description>
</item>
<item>
<title>ozwebhub on "Google ads on front page"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/google-ads-on-front-page#post-730</link>
<pubDate>Thu, 22 Nov 2007 08:10:14 +0000</pubDate>
<dc:creator>ozwebhub</dc:creator>
<guid isPermaLink="false">730@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;You have the split sidebars to left and right. I had no problems with google ads then, but I overwrote that style to have the 2 sidebars to the right and then I found that my google ad won't work on the front page. Works on others though.&#60;/p&#62;
&#60;p&#62;I haven't attempted to go into the code to fix it yet. I'm hoping someone comes up with a solution to this without me having to do that.&#60;br /&#62;
&#60;a href=&#34;http://www.ozwebhub.com/blog&#34; rel=&#34;nofollow&#34;&#62;http://www.ozwebhub.com/blog&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Gnometosser on "Google ads on front page"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/google-ads-on-front-page#post-726</link>
<pubDate>Wed, 21 Nov 2007 03:11:58 +0000</pubDate>
<dc:creator>Gnometosser</dc:creator>
<guid isPermaLink="false">726@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Thirdeyetc, what problems do using the widgets cause?  I recently setup my blog and I'm using 1 text widget for google search and 1 text widget for a google adsense square add.  I haven't had any problems yet, but of course I would love to prevent any problems that might crop up.&#60;br /&#62;
Thanks!!!!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://gnometosser.org/&#34; rel=&#34;nofollow&#34;&#62;http://gnometosser.org/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>thirdeyetc on "Google ads on front page"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/google-ads-on-front-page#post-672</link>
<pubDate>Thu, 15 Nov 2007 17:21:43 +0000</pubDate>
<dc:creator>thirdeyetc</dc:creator>
<guid isPermaLink="false">672@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Oh yeah, it would have to be a List Item too, just model it after the rest of the code that is there already...&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li class=&#38;quot;widget&#38;quot;&#38;gt;
&#38;lt;h2&#38;gt;Ads&#38;lt;/h2&#38;gt;
[insert code provided by google]
&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just make sure it's above this:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if (!function_exists('dynamic_sidebar') &#124;&#124; !dynamic_sidebar(2)) : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;And below this: &#38;lt;ul class=&#34;sidebar_list&#34;&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>thirdeyetc on "Google ads on front page"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/google-ads-on-front-page#post-671</link>
<pubDate>Thu, 15 Nov 2007 17:17:22 +0000</pubDate>
<dc:creator>thirdeyetc</dc:creator>
<guid isPermaLink="false">671@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;That's a mystery to me. You could try not using a widget, and just opening the sidebar.php file you want the ad to be in, and hard code a header surrounded in the same h2 tags as your other widgets, and make sure it's above the call for dynamic content, and then stick your google ad code their website gave you in there. You shouldn't have to worry about anything like this then. &#60;/p&#62;
&#60;p&#62;Stupid widgets.
&#60;/p&#62;</description>
</item>
<item>
<title>ozwebhub on "Google ads on front page"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/google-ads-on-front-page#post-653</link>
<pubDate>Wed, 14 Nov 2007 00:05:34 +0000</pubDate>
<dc:creator>ozwebhub</dc:creator>
<guid isPermaLink="false">653@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;The width thing seems to have resolved itself.&#60;br /&#62;
But I'm still not seeing my google ads on the front page.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.ozwebhub.com/blog&#34; rel=&#34;nofollow&#34;&#62;http://www.ozwebhub.com/blog&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>thirdeyetc on "Google ads on front page"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/google-ads-on-front-page#post-623</link>
<pubDate>Tue, 13 Nov 2007 05:37:52 +0000</pubDate>
<dc:creator>thirdeyetc</dc:creator>
<guid isPermaLink="false">623@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I used the split thing, but yeah, they are programed to have an equal width. Define &#34;huge spaces&#34; or send a link to your page.&#60;/p&#62;
&#60;p&#62;Not sure, cuz I don't use widgets as they create uneeded problems, and I prefer coding stuff in myself.
&#60;/p&#62;</description>
</item>
<item>
<title>ozwebhub on "Google ads on front page"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/google-ads-on-front-page#post-615</link>
<pubDate>Mon, 12 Nov 2007 05:41:28 +0000</pubDate>
<dc:creator>ozwebhub</dc:creator>
<guid isPermaLink="false">615@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;There are a few questions I have. Thanks for the forum too by the way.&#60;/p&#62;
&#60;p&#62;I'll start with the first. I've just downloaded and overwritten the 3 column template so the the sidebars are now together on the right.&#60;/p&#62;
&#60;p&#62;1. Are those sidebars of equal proportion because I'm finding huge spaces down both sidebars between my widgets.&#60;br /&#62;
2. My google ads will not show up on my front page, although they do on other pages. I'm not talking about google ads inside posts here but the widget provided by cutline.&#60;/p&#62;
&#60;p&#62;Hope to find an answer!
&#60;/p&#62;</description>
</item>
<item>
<title>relaxedguy on "Reducing width of content_box"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/reducing-width-of-content_box#post-502</link>
<pubDate>Fri, 26 Oct 2007 17:43:42 +0000</pubDate>
<dc:creator>relaxedguy</dc:creator>
<guid isPermaLink="false">502@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I noticed on Firefox on Mac that if my browser window is not stretched wide enough that the text bumps up against the left margin. I am running the three column version of Cutline, with two columns on the right.&#60;/p&#62;
&#60;p&#62;Strange that if I add the following to custom.css, that a margin appears on the left, so it looks ok. However, the right-most column (outer) on the right side then disappears.&#60;/p&#62;
&#60;p&#62;.custom #content { width: 500px; padding: 0 20px 0; float: left; }&#60;/p&#62;
&#60;p&#62;Check theprogressbar.com to see what I mean.&#60;/p&#62;
&#60;p&#62;Basically, I want the left marging to show up along with both sidebars.&#60;/p&#62;
&#60;p&#62;Any idea when the new Cutline will support two sidebars on the right side?
&#60;/p&#62;</description>
</item>
<item>
<title>jane42 on "multiple sidebars for page templates?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/multiple-sidebars-for-page-templates#post-310</link>
<pubDate>Tue, 02 Oct 2007 16:56:43 +0000</pubDate>
<dc:creator>jane42</dc:creator>
<guid isPermaLink="false">310@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Me too -- please share if you find out how to do this! (can't think why this is marked as resolved).&#60;/p&#62;
&#60;p&#62;J
&#60;/p&#62;</description>
</item>
<item>
<title>Paul on "multiple sidebars for page templates?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/multiple-sidebars-for-page-templates#post-238</link>
<pubDate>Mon, 24 Sep 2007 07:57:42 +0000</pubDate>
<dc:creator>Paul</dc:creator>
<guid isPermaLink="false">238@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Hi nycdeb and kimbere,&#60;/p&#62;
&#60;p&#62;Would like same information (if you happen to find it somewhere else).&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Paul
&#60;/p&#62;</description>
</item>
<item>
<title>kimbere on "multiple sidebars for page templates?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/multiple-sidebars-for-page-templates#post-193</link>
<pubDate>Thu, 20 Sep 2007 02:00:21 +0000</pubDate>
<dc:creator>kimbere</dc:creator>
<guid isPermaLink="false">193@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;nycdeb -&#60;br /&#62;
This is listed as &#34;resolved&#34; but I'm not seeing any answers. I'm trying to do the same thing. Did you get a solution?
&#60;/p&#62;</description>
</item>
<item>
<title>nycdeb on "multiple sidebars for page templates?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/multiple-sidebars-for-page-templates#post-116</link>
<pubDate>Tue, 11 Sep 2007 17:09:16 +0000</pubDate>
<dc:creator>nycdeb</dc:creator>
<guid isPermaLink="false">116@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;I've been using 3 column cutline for a while now (most currently at the soon to launch &#60;a href=&#34;http://www.fabulousfoodie.com&#34; rel=&#34;nofollow&#34;&#62;http://www.fabulousfoodie.com&#60;/a&#62;) and it's so flexible, that it's almost been more of a CMS than a theme for me. I'm really extraordinarily pleased with it. Anyway, here's my question today.&#60;/p&#62;
&#60;p&#62;As I start creating different page templates recently and I'd like to vary the content of the side bars per template type. I've figured out how to get a template to display one sidebar or the other but I can't figure out who to vary the contents of the sidebars themselves.&#60;/p&#62;
&#60;p&#62;So, for example, if 'home' and 'about' have l_sidebar (containing recent posts, categories, archives) and r_sidebar (containing blogroll, search, meta) can I have a  left hand sidebar on a page template (let's call it 'recipe') that contains categories, blogroll and search without changing the l_sidebar on home and about?&#60;/p&#62;
&#60;p&#62;I'm starting the think that using widgets is what is holding me back. If there's a way to work this with widgets, that would be great. If I have to lose the widgets to get this done - well, I will give it my best shot if someone can get me started.
&#60;/p&#62;</description>
</item>
<item>
<title>spiltmilkblog on "How to change color of sidebars?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/how-to-change-color-of-sidebars#post-94</link>
<pubDate>Sun, 09 Sep 2007 01:26:53 +0000</pubDate>
<dc:creator>spiltmilkblog</dc:creator>
<guid isPermaLink="false">94@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Thanks! :)
&#60;/p&#62;</description>
</item>
<item>
<title>karmatashi on "How to change color of sidebars?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/how-to-change-color-of-sidebars#post-93</link>
<pubDate>Sat, 08 Sep 2007 23:08:05 +0000</pubDate>
<dc:creator>karmatashi</dc:creator>
<guid isPermaLink="false">93@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;no problem.  looks nice on you site.
&#60;/p&#62;</description>
</item>
<item>
<title>spiltmilkblog on "How to change color of sidebars?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/how-to-change-color-of-sidebars#post-82</link>
<pubDate>Sat, 08 Sep 2007 07:10:51 +0000</pubDate>
<dc:creator>spiltmilkblog</dc:creator>
<guid isPermaLink="false">82@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;karmatashi - This is exactly what I needed! Thank you SO MUCH! :)
&#60;/p&#62;</description>
</item>
<item>
<title>karmatashi on "How to change color of sidebars?"</title>
<link>http://cutline.tubetorial.com/forums-archive/topic/how-to-change-color-of-sidebars#post-76</link>
<pubDate>Thu, 06 Sep 2007 12:03:47 +0000</pubDate>
<dc:creator>karmatashi</dc:creator>
<guid isPermaLink="false">76@http://cutline.tubetorial.com/forums-archive/</guid>
<description>&#60;p&#62;Hi spiltmilk,&#60;/p&#62;
&#60;p&#62;You could add a background color the sidebar defintions in style.css.  This for example will give the rh sidebar a black background (if using the 3 column sutline theme.&#60;/p&#62;
&#60;p&#62;#sidebar { width: 210px; padding: 0 0 0 15px; float: right; background: #888; }
&#60;/p&#62;</description>
</item>

</channel>
</rss>

