<?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: Customizing your WordPress Sidebar</title>
	<atom:link href="http://www.paintbits.com/2008/07/07/customizing-your-wordpress-sidebar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paintbits.com/webdesign/customizing-your-wordpress-sidebar/</link>
	<description>Life in Colors</description>
	<lastBuildDate>Sat, 28 Jan 2012 02:57:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jesse Luna</title>
		<link>http://www.paintbits.com/webdesign/customizing-your-wordpress-sidebar/#comment-6965</link>
		<dc:creator>Jesse Luna</dc:creator>
		<pubDate>Thu, 22 Jul 2010 15:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.paintbits.com/?p=175#comment-6965</guid>
		<description>Thanks, used some of your styling tips on my site!</description>
		<content:encoded><![CDATA[<p>Thanks, used some of your styling tips on my site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greven</title>
		<link>http://www.paintbits.com/webdesign/customizing-your-wordpress-sidebar/#comment-6510</link>
		<dc:creator>greven</dc:creator>
		<pubDate>Fri, 16 Apr 2010 04:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.paintbits.com/?p=175#comment-6510</guid>
		<description>You&#039;re welcome, Doug. :)</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome, Doug. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug C.</title>
		<link>http://www.paintbits.com/webdesign/customizing-your-wordpress-sidebar/#comment-6509</link>
		<dc:creator>Doug C.</dc:creator>
		<pubDate>Fri, 16 Apr 2010 02:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.paintbits.com/?p=175#comment-6509</guid>
		<description>Greven, thanks for your help in figuring out how to style my recent comments widget. Appreciate it.</description>
		<content:encoded><![CDATA[<p>Greven, thanks for your help in figuring out how to style my recent comments widget. Appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greven</title>
		<link>http://www.paintbits.com/webdesign/customizing-your-wordpress-sidebar/#comment-6492</link>
		<dc:creator>greven</dc:creator>
		<pubDate>Mon, 12 Apr 2010 17:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.paintbits.com/?p=175#comment-6492</guid>
		<description>Hi Doug. :) This is a pretty &quot;old&quot; tutorial, well it&#039;s not old but isn&#039;t something I&#039;m not using on my current theme since I built it from zero. 

But I can try to help you. So you just want to style some specific widgets? It kinda depends on how your theme CSS and XHTML is structured, that is, if the output of the Widgets give you a unique selector that you can work up with.

What I advise you is to use a tool like &lt;a href=&quot;http://getfirebug.com/&quot; rel=&quot;nofollow&quot;&gt;Firebug&lt;/a&gt;, if you aren&#039;t using it already, it&#039;s really helpful to deconstruct website styling and structure.

From what I could gather in your website, the Widget your are trying to style is the Tabbed Recent Comments one, right? It&#039;s the one that doesn&#039;t share the same style with the others. I could retrieve that that widget has a Div Wrapper with a class: &quot;menu tabbed&quot;. So all you have to do is style that widget selecting it using that class. Try it now and tell me what you could come up with. :)

Hope I helped...</description>
		<content:encoded><![CDATA[<p>Hi Doug. :) This is a pretty &#8220;old&#8221; tutorial, well it&#8217;s not old but isn&#8217;t something I&#8217;m not using on my current theme since I built it from zero. </p>
<p>But I can try to help you. So you just want to style some specific widgets? It kinda depends on how your theme CSS and XHTML is structured, that is, if the output of the Widgets give you a unique selector that you can work up with.</p>
<p>What I advise you is to use a tool like <a href="http://getfirebug.com/" rel="nofollow">Firebug</a>, if you aren&#8217;t using it already, it&#8217;s really helpful to deconstruct website styling and structure.</p>
<p>From what I could gather in your website, the Widget your are trying to style is the Tabbed Recent Comments one, right? It&#8217;s the one that doesn&#8217;t share the same style with the others. I could retrieve that that widget has a Div Wrapper with a class: &#8220;menu tabbed&#8221;. So all you have to do is style that widget selecting it using that class. Try it now and tell me what you could come up with. :)</p>
<p>Hope I helped&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug C.</title>
		<link>http://www.paintbits.com/webdesign/customizing-your-wordpress-sidebar/#comment-6491</link>
		<dc:creator>Doug C.</dc:creator>
		<pubDate>Mon, 12 Apr 2010 15:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.paintbits.com/?p=175#comment-6491</guid>
		<description>You see, in my theme the sidebar appearance is controlled in the CSS by a class called &quot;side_roll&quot;. I have a widget installed for comments called Get Recent Comments, and the styling for that is controlled in the widget PHP files by an id called &quot;get_recent_comments_wrap&quot;.

I understand from your tutorial that I could style the appearance of my sidebar widgets by changing the existing values for &quot;side_roll&quot;, which is located in my theme&#039;s main stylesheet.

However, if I do that, then it will change the appearance of ALL my sidebar widgets, since they are all controlled by the &quot;side_roll&quot;. This wouldn&#039;t necessarily be a bad thing, but I do have some widgets I have styled myself which are still contained within the &quot;side_roll&quot; parameters.

It would be nice to know how to go about styling some of my sidebar widgets so they would all have a certain unique appearance. That&#039;s what I was hoping to discover when I came here. If you know of any tutorials on how to accomplish this I would appreciate the links.

Thank you.</description>
		<content:encoded><![CDATA[<p>You see, in my theme the sidebar appearance is controlled in the CSS by a class called &#8220;side_roll&#8221;. I have a widget installed for comments called Get Recent Comments, and the styling for that is controlled in the widget PHP files by an id called &#8220;get_recent_comments_wrap&#8221;.</p>
<p>I understand from your tutorial that I could style the appearance of my sidebar widgets by changing the existing values for &#8220;side_roll&#8221;, which is located in my theme&#8217;s main stylesheet.</p>
<p>However, if I do that, then it will change the appearance of ALL my sidebar widgets, since they are all controlled by the &#8220;side_roll&#8221;. This wouldn&#8217;t necessarily be a bad thing, but I do have some widgets I have styled myself which are still contained within the &#8220;side_roll&#8221; parameters.</p>
<p>It would be nice to know how to go about styling some of my sidebar widgets so they would all have a certain unique appearance. That&#8217;s what I was hoping to discover when I came here. If you know of any tutorials on how to accomplish this I would appreciate the links.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug C.</title>
		<link>http://www.paintbits.com/webdesign/customizing-your-wordpress-sidebar/#comment-6490</link>
		<dc:creator>Doug C.</dc:creator>
		<pubDate>Mon, 12 Apr 2010 14:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.paintbits.com/?p=175#comment-6490</guid>
		<description>Hmm, got to &quot;The same can be done to the other classes generated in the other Widgets (like the Tag Cloud, Post Categories, etc…).&quot; and then it just ended. I was hoping for more.</description>
		<content:encoded><![CDATA[<p>Hmm, got to &#8220;The same can be done to the other classes generated in the other Widgets (like the Tag Cloud, Post Categories, etc…).&#8221; and then it just ended. I was hoping for more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rakesh solanki</title>
		<link>http://www.paintbits.com/webdesign/customizing-your-wordpress-sidebar/#comment-6284</link>
		<dc:creator>rakesh solanki</dc:creator>
		<pubDate>Mon, 01 Mar 2010 19:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.paintbits.com/?p=175#comment-6284</guid>
		<description>I&#039;ve seen a different tutorial here related to theme customization, but it works, thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;ve seen a different tutorial here related to theme customization, but it works, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greven</title>
		<link>http://www.paintbits.com/webdesign/customizing-your-wordpress-sidebar/#comment-5678</link>
		<dc:creator>greven</dc:creator>
		<pubDate>Fri, 15 Jan 2010 18:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.paintbits.com/?p=175#comment-5678</guid>
		<description>Hi Linus! :]

I don&#039;t use K2 myself since I redesigned my webpage from scratch. K2 is a very nice framework, only problem I see with it, is that it sometimes breaks when a new Wordpress update is out. That gave me a lot of headaches, so I decided to make a theme that didn&#039;t need to use any kind of theme framework.

Now to your question. If I remember right, K2 has its own Widget system. So in the K2 Widget section, where you can drag the Widgets you want to the Sidebar, you should click your About Widget, it should have an option with a list of Homepage, Pages, Posts, and you should tick each one individually so that widget shows on every page that you have. You can see an example &lt;a href=&quot;http://blog.strategy11.com/display-widgets/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.

Hope that helps you with your question.</description>
		<content:encoded><![CDATA[<p>Hi Linus! :]</p>
<p>I don&#8217;t use K2 myself since I redesigned my webpage from scratch. K2 is a very nice framework, only problem I see with it, is that it sometimes breaks when a new WordPress update is out. That gave me a lot of headaches, so I decided to make a theme that didn&#8217;t need to use any kind of theme framework.</p>
<p>Now to your question. If I remember right, K2 has its own Widget system. So in the K2 Widget section, where you can drag the Widgets you want to the Sidebar, you should click your About Widget, it should have an option with a list of Homepage, Pages, Posts, and you should tick each one individually so that widget shows on every page that you have. You can see an example <a href="http://blog.strategy11.com/display-widgets/" rel="nofollow">here</a>.</p>
<p>Hope that helps you with your question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linus</title>
		<link>http://www.paintbits.com/webdesign/customizing-your-wordpress-sidebar/#comment-5677</link>
		<dc:creator>Linus</dc:creator>
		<pubDate>Fri, 15 Jan 2010 16:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.paintbits.com/?p=175#comment-5677</guid>
		<description>Hi, I have a Q about the K2 theme Im using and I think you know what to do. I want to use the &quot;K2 About&quot; on all my pages/sidebar (not only frontpage). Do you know how to do it? I have tried to find an answer everywhere and now Im asking you. :)
/Linus</description>
		<content:encoded><![CDATA[<p>Hi, I have a Q about the K2 theme Im using and I think you know what to do. I want to use the &#8220;K2 About&#8221; on all my pages/sidebar (not only frontpage). Do you know how to do it? I have tried to find an answer everywhere and now Im asking you. :)<br />
/Linus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS designer</title>
		<link>http://www.paintbits.com/webdesign/customizing-your-wordpress-sidebar/#comment-2623</link>
		<dc:creator>CSS designer</dc:creator>
		<pubDate>Fri, 26 Jun 2009 21:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.paintbits.com/?p=175#comment-2623</guid>
		<description>How can we add scaleable background graphics to the sidebar?</description>
		<content:encoded><![CDATA[<p>How can we add scaleable background graphics to the sidebar?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

