<?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: List blogroll only on homepage</title>
	<atom:link href="http://www.blackdog.ie/blog/blogroll-on-homepage/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blackdog.ie/blog/blogroll-on-homepage/</link>
	<description>SEO in Munich and Ireland</description>
	<lastBuildDate>Thu, 19 Aug 2010 15:41:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Paul Savage</title>
		<link>http://www.blackdog.ie/blog/blogroll-on-homepage/comment-page-1/#comment-4334</link>
		<dc:creator>Paul Savage</dc:creator>
		<pubDate>Mon, 11 May 2009 08:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.blackdog.ie/blog/?p=197#comment-4334</guid>
		<description>Hi Kieran, 

You could probably do this, with something some conditionals like 
&lt;code&gt;if (is_category(&#039;9&#039;)){
wp_list_bookmarks(&#039;category=21&#039;);
} else if (is_category(&#039;10&#039;)){
wp_list_bookmarks(&#039;category=24&#039;);
} 
// etc
&lt;/code&gt;
where &#039;9&#039; is your category  about Dogs, and &#039;21&#039; is you category about types of dogs.
I&#039;m not 100% sure if this would work, but it is one possible approach. 

Paul</description>
		<content:encoded><![CDATA[<p>Hi Kieran, </p>
<p>You could probably do this, with something some conditionals like<br />
<code>if (is_category('9')){<br />
wp_list_bookmarks('category=21');<br />
} else if (is_category('10')){<br />
wp_list_bookmarks('category=24');<br />
}<br />
// etc<br />
</code><br />
where &#8217;9&#8242; is your category  about Dogs, and &#8217;21&#8242; is you category about types of dogs.<br />
I&#8217;m not 100% sure if this would work, but it is one possible approach. </p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kieran</title>
		<link>http://www.blackdog.ie/blog/blogroll-on-homepage/comment-page-1/#comment-4331</link>
		<dc:creator>Kieran</dc:creator>
		<pubDate>Mon, 11 May 2009 08:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.blackdog.ie/blog/?p=197#comment-4331</guid>
		<description>I was trying to do something similiar over the weekend. I am looking to show different categories in the side bar based on what category you select.

So on my home page I might have the following categories on a side bar:

Dogs
Cats
Rabbits

Then if I click Dogs I get all posts tagged under that category but categories on the side bar also change to:

Big Dogs
Small Dogs
Medium Dogs

I know this isn&#039;t the type of behaviour Wordpress was made for. But is something like that possible. Or even can I show different widgets under different categories.

Even taking your blogroll example, there are often a lot of things in the sidebar that don&#039;t need to be there when looking at an individual post. I would strip away a lot of things at a post level.</description>
		<content:encoded><![CDATA[<p>I was trying to do something similiar over the weekend. I am looking to show different categories in the side bar based on what category you select.</p>
<p>So on my home page I might have the following categories on a side bar:</p>
<p>Dogs<br />
Cats<br />
Rabbits</p>
<p>Then if I click Dogs I get all posts tagged under that category but categories on the side bar also change to:</p>
<p>Big Dogs<br />
Small Dogs<br />
Medium Dogs</p>
<p>I know this isn&#8217;t the type of behaviour WordPress was made for. But is something like that possible. Or even can I show different widgets under different categories.</p>
<p>Even taking your blogroll example, there are often a lot of things in the sidebar that don&#8217;t need to be there when looking at an individual post. I would strip away a lot of things at a post level.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
