<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"	>
<channel>
	<title>Comments on: Easily Add Custom Header, Footer, or Sidebar for Each Category</title>
	<atom:link href="http://www.wpbeginner.com/wp-themes/easily-add-custom-header-footer-or-sidebar-for-each-category/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpbeginner.com/wp-themes/easily-add-custom-header-footer-or-sidebar-for-each-category/</link>
	<description>Beginner&#039;s Guide for WordPress</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:04:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Wellwisher007</title>
		<link>http://www.wpbeginner.com/wp-themes/easily-add-custom-header-footer-or-sidebar-for-each-category/comment-page-1/#comment-124991</link>
		<dc:creator>Wellwisher007</dc:creator>
		<pubDate>Fri, 13 Jan 2012 05:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=970#comment-124991</guid>
		<description>improve the spelling of programer to programmer</description>
		<content:encoded><![CDATA[<p>improve the spelling of programer to programmer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hamed.oveysi</title>
		<link>http://www.wpbeginner.com/wp-themes/easily-add-custom-header-footer-or-sidebar-for-each-category/comment-page-1/#comment-123122</link>
		<dc:creator>hamed.oveysi</dc:creator>
		<pubDate>Sat, 03 Sep 2011 13:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=970#comment-123122</guid>
		<description>I want a custom header for several category pages. Your code works with one category. How to do it?</description>
		<content:encoded><![CDATA[<p>I want a custom header for several category pages. Your code works with one category. How to do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dains</title>
		<link>http://www.wpbeginner.com/wp-themes/easily-add-custom-header-footer-or-sidebar-for-each-category/comment-page-1/#comment-97556</link>
		<dc:creator>dains</dc:creator>
		<pubDate>Thu, 14 Apr 2011 12:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=970#comment-97556</guid>
		<description>Actually, a custom page template is a great place to implement this solution. A built-in WP function to tell it to use a custom header, sidebar or footer? Sign me up.

Since you&#039;re using conditional tags for this solution (is_category), you should be able to use the ones for pages (http://codex.wordpress.org/Conditional_Tags#A_PAGE_Page) in a custom page template. I am planning a custom front page assigned via the admin section, so I&#039;ll be trying it out with is_front_page instead of is_category.

Great</description>
		<content:encoded><![CDATA[<p>Actually, a custom page template is a great place to implement this solution. A built-in WP function to tell it to use a custom header, sidebar or footer? Sign me up.</p>
<p>Since you&#8217;re using conditional tags for this solution (is_category), you should be able to use the ones for pages (<a href="http://codex.wordpress.org/Conditional_Tags#A_PAGE_Page" rel="nofollow">http://codex.wordpress.org/Conditional_Tags#A_PAGE_Page</a>) in a custom page template. I am planning a custom front page assigned via the admin section, so I&#8217;ll be trying it out with is_front_page instead of is_category.</p>
<p>Great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-themes/easily-add-custom-header-footer-or-sidebar-for-each-category/comment-page-1/#comment-67754</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Tue, 18 Jan 2011 14:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=970#comment-67754</guid>
		<description>If you just want a different sidebar on the homepage, use the conditional tag if is_home or is_frontpage (depending on how you are creating a custom homepage), and then include a different sidebar file.</description>
		<content:encoded><![CDATA[<p>If you just want a different sidebar on the homepage, use the conditional tag if is_home or is_frontpage (depending on how you are creating a custom homepage), and then include a different sidebar file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.wpbeginner.com/wp-themes/easily-add-custom-header-footer-or-sidebar-for-each-category/comment-page-1/#comment-65991</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 11 Jan 2011 04:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=970#comment-65991</guid>
		<description>what if i just want a different sidebar than the home page, in other words all categories would have the same sidebar but the home page would have a different sidebar, also how would I be able to edit the different sidebars in the widgets panel?

thanks for this post btw easiest one I found so far.</description>
		<content:encoded><![CDATA[<p>what if i just want a different sidebar than the home page, in other words all categories would have the same sidebar but the home page would have a different sidebar, also how would I be able to edit the different sidebars in the widgets panel?</p>
<p>thanks for this post btw easiest one I found so far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.wpbeginner.com/wp-themes/easily-add-custom-header-footer-or-sidebar-for-each-category/comment-page-1/#comment-62193</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 29 Dec 2010 14:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=970#comment-62193</guid>
		<description>On a related note - you can create a custom sidebar for each individual page or post using the &lt;a href=&quot;http://www.mlynn.org/graceful-sidebar-plugin&quot; rel=&quot;nofollow&quot;&gt;Graceful Sidebar Plugin&lt;/a&gt;.  To use this you simply edit your post as normal and specify the sidebar widget title and content in the custom edit fields provided by this plugin.</description>
		<content:encoded><![CDATA[<p>On a related note &#8211; you can create a custom sidebar for each individual page or post using the <a href="http://www.mlynn.org/graceful-sidebar-plugin" rel="nofollow">Graceful Sidebar Plugin</a>.  To use this you simply edit your post as normal and specify the sidebar widget title and content in the custom edit fields provided by this plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaveK</title>
		<link>http://www.wpbeginner.com/wp-themes/easily-add-custom-header-footer-or-sidebar-for-each-category/comment-page-1/#comment-19763</link>
		<dc:creator>DaveK</dc:creator>
		<pubDate>Sun, 30 May 2010 12:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=970#comment-19763</guid>
		<description>WPBeginner does it again! I was looking for ages for a solution to add a different sidebar to different categories, and this worked a treat. Thanks</description>
		<content:encoded><![CDATA[<p>WPBeginner does it again! I was looking for ages for a solution to add a different sidebar to different categories, and this worked a treat. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-themes/easily-add-custom-header-footer-or-sidebar-for-each-category/comment-page-1/#comment-9033</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Sat, 13 Feb 2010 05:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=970#comment-9033</guid>
		<description>For pages, you just use the custom page templates.</description>
		<content:encoded><![CDATA[<p>For pages, you just use the custom page templates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ljuboja</title>
		<link>http://www.wpbeginner.com/wp-themes/easily-add-custom-header-footer-or-sidebar-for-each-category/comment-page-1/#comment-9001</link>
		<dc:creator>Ljuboja</dc:creator>
		<pubDate>Fri, 12 Feb 2010 19:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=970#comment-9001</guid>
		<description>Does this trick do the same with pages?
Tnx !</description>
		<content:encoded><![CDATA[<p>Does this trick do the same with pages?<br />
Tnx !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-themes/easily-add-custom-header-footer-or-sidebar-for-each-category/comment-page-1/#comment-4777</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Mon, 09 Nov 2009 18:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=970#comment-4777</guid>
		<description>Follow this &lt;a href=&quot;http://www.wpbeginner.com/wp-themes/how-to-add-dynamic-widget-ready-sidebars-in-wordpress/&quot; rel=&quot;nofollow&quot;&gt;tutorial&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Follow this <a href="http://www.wpbeginner.com/wp-themes/how-to-add-dynamic-widget-ready-sidebars-in-wordpress/" rel="nofollow">tutorial</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Content Delivery Network via cdn.wpbeginner.com

Served from: www.wpbeginner.com @ 2012-02-10 00:55:38 -->
