<?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: Thesis Tutorial &#8211; Creating Custom Categories</title>
	<atom:link href="http://www.sugarrae.com/thesis-tutorial-creating-custom-categories/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sugarrae.com/thesis-tutorial-creating-custom-categories/</link>
	<description>Never Mess With a Woman Who Can Pull Rank</description>
	<lastBuildDate>Tue, 12 Jan 2010 20:10:47 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Nicklas Larenholtz</title>
		<link>http://www.sugarrae.com/thesis-tutorial-creating-custom-categories/#comment-82150</link>
		<dc:creator>Nicklas Larenholtz</dc:creator>
		<pubDate>Sun, 06 Dec 2009 12:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.sugarrae.com/?p=2744#comment-82150</guid>
		<description>I´m trying to figure out how I ad a &quot;archive_info&quot; for a certain Category. In this hook I want some amount of text that tells a bit more about the category.

I be so happy if someone has the answer.</description>
		<content:encoded><![CDATA[<p>I´m trying to figure out how I ad a &#8220;archive_info&#8221; for a certain Category. In this hook I want some amount of text that tells a bit more about the category.</p>
<p>I be so happy if someone has the answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rinus</title>
		<link>http://www.sugarrae.com/thesis-tutorial-creating-custom-categories/#comment-82068</link>
		<dc:creator>rinus</dc:creator>
		<pubDate>Fri, 20 Nov 2009 13:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.sugarrae.com/?p=2744#comment-82068</guid>
		<description>Hi, thanks for this tutorial. I also want to have more posts visible on the archives page than on the homepage. Is this possible?</description>
		<content:encoded><![CDATA[<p>Hi, thanks for this tutorial. I also want to have more posts visible on the archives page than on the homepage. Is this possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenny</title>
		<link>http://www.sugarrae.com/thesis-tutorial-creating-custom-categories/#comment-81908</link>
		<dc:creator>Jenny</dc:creator>
		<pubDate>Wed, 04 Nov 2009 17:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.sugarrae.com/?p=2744#comment-81908</guid>
		<description>Just a note - I followed these directions with the updated Wordpress and was having a hard time getting it to work - make sure that you are using the category SLUG - which can be found if you go to 
DASHBOARD &gt;UNDER POSTS, CLICK CATEGORIES - and the slugs are displayed in your category list - 
in the above code I at first had replaced Rae&#039;s &quot;apples&quot; and &quot;oranges&quot; category with my category id that shows up in my browser bar, but it was not working, until I switched it to the cateogory slug.  Hope this helps someone save some time and headache!</description>
		<content:encoded><![CDATA[<p>Just a note &#8211; I followed these directions with the updated Wordpress and was having a hard time getting it to work &#8211; make sure that you are using the category SLUG &#8211; which can be found if you go to<br />
DASHBOARD >UNDER POSTS, CLICK CATEGORIES &#8211; and the slugs are displayed in your category list &#8211;<br />
in the above code I at first had replaced Rae&#8217;s &#8220;apples&#8221; and &#8220;oranges&#8221; category with my category id that shows up in my browser bar, but it was not working, until I switched it to the cateogory slug.  Hope this helps someone save some time and headache!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Barnhart</title>
		<link>http://www.sugarrae.com/thesis-tutorial-creating-custom-categories/#comment-81760</link>
		<dc:creator>Phil Barnhart</dc:creator>
		<pubDate>Mon, 05 Oct 2009 18:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sugarrae.com/?p=2744#comment-81760</guid>
		<description>To avoid having to create a block for each category, I simply use the built-in WordPress category definition field:

function custom_archive_info() {
  echo category_description();
}
then the thesis hook settings as in the original example. I then add HTML and text directly to the category description in WordPress.  Add a little new CSS and done!  No blocks of loops.</description>
		<content:encoded><![CDATA[<p>To avoid having to create a block for each category, I simply use the built-in WordPress category definition field:</p>
<p>function custom_archive_info() {<br />
  echo category_description();<br />
}<br />
then the thesis hook settings as in the original example. I then add HTML and text directly to the category description in WordPress.  Add a little new CSS and done!  No blocks of loops.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farnoosh Brock</title>
		<link>http://www.sugarrae.com/thesis-tutorial-creating-custom-categories/#comment-81726</link>
		<dc:creator>Farnoosh Brock</dc:creator>
		<pubDate>Sun, 27 Sep 2009 02:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.sugarrae.com/?p=2744#comment-81726</guid>
		<description>Actually, I see that I can put any HTML code there, and it&#039;s awesome. Thanks *so much*!! All set!!</description>
		<content:encoded><![CDATA[<p>Actually, I see that I can put any HTML code there, and it&#8217;s awesome. Thanks *so much*!! All set!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farnoosh Brock</title>
		<link>http://www.sugarrae.com/thesis-tutorial-creating-custom-categories/#comment-81725</link>
		<dc:creator>Farnoosh Brock</dc:creator>
		<pubDate>Sun, 27 Sep 2009 02:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.sugarrae.com/?p=2744#comment-81725</guid>
		<description>Excellent. I finally came back to original post here after reading the hook for dummies, and was able to successfully customize my categories. I was also wondering if there is a way to insert photos, and formatting in the text of each category page? I will experiment with things some more but would be nice to know your thoughts. Thank you!</description>
		<content:encoded><![CDATA[<p>Excellent. I finally came back to original post here after reading the hook for dummies, and was able to successfully customize my categories. I was also wondering if there is a way to insert photos, and formatting in the text of each category page? I will experiment with things some more but would be nice to know your thoughts. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meethil</title>
		<link>http://www.sugarrae.com/thesis-tutorial-creating-custom-categories/#comment-81591</link>
		<dc:creator>Meethil</dc:creator>
		<pubDate>Thu, 03 Sep 2009 16:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.sugarrae.com/?p=2744#comment-81591</guid>
		<description>Hi Rae,

Your tutorial is really well written and crystal clear. Thanks.

Can you suggest how I can have the most recent post show up in full in place of (or below) the custom text on the category page.

Like - for example, when you go to the &#039;apples&#039; category archive page, you will see the most recent post (in full, below the custom text if any) followed by excerpts of the older posts in the &#039;apples&#039; category. 

Can I add some sort of function in the custom text area to pull up the most recent post of that category?

Please advise.
thanks.</description>
		<content:encoded><![CDATA[<p>Hi Rae,</p>
<p>Your tutorial is really well written and crystal clear. Thanks.</p>
<p>Can you suggest how I can have the most recent post show up in full in place of (or below) the custom text on the category page.</p>
<p>Like &#8211; for example, when you go to the &#8216;apples&#8217; category archive page, you will see the most recent post (in full, below the custom text if any) followed by excerpts of the older posts in the &#8216;apples&#8217; category. </p>
<p>Can I add some sort of function in the custom text area to pull up the most recent post of that category?</p>
<p>Please advise.<br />
thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenny</title>
		<link>http://www.sugarrae.com/thesis-tutorial-creating-custom-categories/#comment-81571</link>
		<dc:creator>Jenny</dc:creator>
		<pubDate>Sat, 29 Aug 2009 22:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.sugarrae.com/?p=2744#comment-81571</guid>
		<description>Hi Rae,
I am trying to figure this hook stuff out.  I am having a devil of a time.  I would like to display sidebars with different content on category pages, but can&#039;t seem to figure it out!  I have managed to duplicate sidebars ( I now have four), but what I can&#039;t figure out is out to make (for example) sidebar 3 and 4 show up with category one, and sidebar 2 and 4 show up with category 2, etc.  I have been copying/pasting different versions of your code above with now luck...  any suggestions?  I think the problem lies with not wanting the text, but different sidebars, and I don&#039;t know how to call for them on category pages....  help!</description>
		<content:encoded><![CDATA[<p>Hi Rae,<br />
I am trying to figure this hook stuff out.  I am having a devil of a time.  I would like to display sidebars with different content on category pages, but can&#8217;t seem to figure it out!  I have managed to duplicate sidebars ( I now have four), but what I can&#8217;t figure out is out to make (for example) sidebar 3 and 4 show up with category one, and sidebar 2 and 4 show up with category 2, etc.  I have been copying/pasting different versions of your code above with now luck&#8230;  any suggestions?  I think the problem lies with not wanting the text, but different sidebars, and I don&#8217;t know how to call for them on category pages&#8230;.  help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shawn</title>
		<link>http://www.sugarrae.com/thesis-tutorial-creating-custom-categories/#comment-81561</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Fri, 28 Aug 2009 00:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.sugarrae.com/?p=2744#comment-81561</guid>
		<description>I know this article is a bit dated, but it&#039;s still relevant so I had a couple of quick questions.
1. Is it possible to have the template completely switch from the current layout to a completely custom layout with the system you are using? (I&#039;m used to regular wp themes where I create a template file and then make a call to that for a page, thesis does not seem to be this way). Idea being that if someone clicks on a &#039;video&#039; category, I could completely switch the layout to one more suited for video than blogging.
2. Echoing the question above about all the if/then statements. I was thinking the same thing. For my &#039;model&#039; I will be using wp-mu so all my users get to use thesis. The problem is there is NO WAY I could ever allow them to insert php code for security reasons. It would be much easier using the traditional wp &#039;custom pages&#039; way where they could assign a premade &#039;template&#039; to their category.

I hope #2 makes sense.. kinda hard to describe.

well keep the lessons coming!
I only found this site a few days ago and have already read most of the articles. They are fantastic</description>
		<content:encoded><![CDATA[<p>I know this article is a bit dated, but it&#8217;s still relevant so I had a couple of quick questions.<br />
1. Is it possible to have the template completely switch from the current layout to a completely custom layout with the system you are using? (I&#8217;m used to regular wp themes where I create a template file and then make a call to that for a page, thesis does not seem to be this way). Idea being that if someone clicks on a &#8216;video&#8217; category, I could completely switch the layout to one more suited for video than blogging.<br />
2. Echoing the question above about all the if/then statements. I was thinking the same thing. For my &#8216;model&#8217; I will be using wp-mu so all my users get to use thesis. The problem is there is NO WAY I could ever allow them to insert php code for security reasons. It would be much easier using the traditional wp &#8216;custom pages&#8217; way where they could assign a premade &#8216;template&#8217; to their category.</p>
<p>I hope #2 makes sense.. kinda hard to describe.</p>
<p>well keep the lessons coming!<br />
I only found this site a few days ago and have already read most of the articles. They are fantastic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leigh</title>
		<link>http://www.sugarrae.com/thesis-tutorial-creating-custom-categories/#comment-81152</link>
		<dc:creator>leigh</dc:creator>
		<pubDate>Thu, 16 Jul 2009 16:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.sugarrae.com/?p=2744#comment-81152</guid>
		<description>how would you do this in openhook?</description>
		<content:encoded><![CDATA[<p>how would you do this in openhook?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
