<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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">
	<channel>
		<title>WP Framework Forums Tag: category - Recent Posts</title>
		<link>http://wpframework.com/forums/tags/category</link>
		<description>A blank WordPress Theme Framework</description>
		<language>en-US</language>
		<pubDate>Mon, 06 Sep 2010 22:15:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://wpframework.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://wpframework.com/forums/rss/tags/category" rel="self" type="application/rss+xml" />

		<item>
			<title>homosaur on "a page of posts (by category)"</title>
			<link>http://wpframework.com/forums/topic/a-page-of-posts-by-category#post-462</link>
			<pubDate>Mon, 12 Jul 2010 23:47:44 +0000</pubDate>
			<dc:creator>homosaur</dc:creator>
			<guid isPermaLink="false">462@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;sub
&#60;/p&#62;</description>
		</item>
		<item>
			<title>homosaur on "a page of posts (by category)"</title>
			<link>http://wpframework.com/forums/topic/a-page-of-posts-by-category#post-461</link>
			<pubDate>Mon, 12 Jul 2010 23:41:17 +0000</pubDate>
			<dc:creator>homosaur</dc:creator>
			<guid isPermaLink="false">461@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Hello, I want to make a custom template that displays a particular category of posts, like the one on the WP Codex linked to here, under the heading &#34;a page of posts&#34;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Pages#A_Page_of_Posts&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Pages#A_Page_of_Posts&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have tried editing the code on the codex to work with WP framework, but cannot get it to work correctly (this does work under Kubrick). I have searched the web, but cannot find the correct way to do this. Can anyone link to an example? Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aglekis on "category page / custom sidebar"</title>
			<link>http://wpframework.com/forums/topic/category-page-custom-sidebar#post-299</link>
			<pubDate>Wed, 22 Jul 2009 14:15:28 +0000</pubDate>
			<dc:creator>aglekis</dc:creator>
			<guid isPermaLink="false">299@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;thanks for the answer but it doesn't work. I think I've misunderstood what you say.&#60;br /&#62;
&#60;a href=&#34;http://www.gregoirenoyelle.com/doc/skitch/custom_sidebar.html&#34;&#62;Here&#60;/a&#62; is a link where I explain what I'm looking for. I hope it will be easier to understand
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ptah Dunbar on "category page / custom sidebar"</title>
			<link>http://wpframework.com/forums/topic/category-page-custom-sidebar#post-285</link>
			<pubDate>Sun, 19 Jul 2009 16:52:56 +0000</pubDate>
			<dc:creator>Ptah Dunbar</dc:creator>
			<guid isPermaLink="false">285@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;That code should go into the sidebar.php.&#60;br /&#62;
In Sidebar.php do a check &#60;code&#62;if( is_archive() ) { ... }&#60;/code&#62;, then paste the above code into that check and see if that does the trick.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aglekis on "category page / custom sidebar"</title>
			<link>http://wpframework.com/forums/topic/category-page-custom-sidebar#post-279</link>
			<pubDate>Fri, 17 Jul 2009 11:23:44 +0000</pubDate>
			<dc:creator>aglekis</dc:creator>
			<guid isPermaLink="false">279@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
In my blog, some the page &#38;quot;cuisine&#38;quot; only display sub-category of &#38;quot;cuisine&#38;quot; category. In this page, I put  a custom sidebar &#38;quot;Navigation&#38;quot; with the list of the sub-category.&#60;br /&#62;
&#60;a href=&#34;http://www.gregoirenoyelle.com/doc/skitch/sidebar_category-20090717-172627.jpg&#34;&#62;Here&#60;/a&#62; is a screenshot.&#60;/p&#62;
&#60;p&#62;So I want the archive.php display the same sidebar &#38;quot;Navigation&#38;quot; when I click on one sub-category item.&#60;br /&#62;
I put this line in the bottom of the archive.php but it doesn't work :&#60;br /&#62;
&#60;code&#62;&#38;lt;?php&#60;br /&#62;
	if (is_category(array('cuisine','bullet-list','donec','long-post'))) {&#60;br /&#62;
		include(TEMPLATEPATH . '/sb_cuisine.php');&#60;br /&#62;
} else (is_page('news')) {&#60;br /&#62;
		include(TEMPLATEPATH . '/sidebar.php');&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;?php get_footer(); ?&#38;gt;&#60;/code&#62;&#60;br /&#62;
Thanks for helping !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ptah Dunbar on "Hide a Category"</title>
			<link>http://wpframework.com/forums/topic/hide-a-category#post-183</link>
			<pubDate>Mon, 08 Jun 2009 15:00:01 +0000</pubDate>
			<dc:creator>Ptah Dunbar</dc:creator>
			<guid isPermaLink="false">183@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;If that's the case, I'd simply hide the category from being displayed via CSS:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
.category-category-slug { display: none; }&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>unstuck on "Hide a Category"</title>
			<link>http://wpframework.com/forums/topic/hide-a-category#post-182</link>
			<pubDate>Sat, 06 Jun 2009 16:35:42 +0000</pubDate>
			<dc:creator>unstuck</dc:creator>
			<guid isPermaLink="false">182@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Is there a simple function that I can write? I'd like to avoid duplicating all the php files such as archives, author, category ... and the list goes on. Since all these pages have post loops.&#60;/p&#62;
&#60;p&#62;Many thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kenduret on "Category in Pages Menu"</title>
			<link>http://wpframework.com/forums/topic/category-in-pages-menu#post-180</link>
			<pubDate>Tue, 02 Jun 2009 22:39:01 +0000</pubDate>
			<dc:creator>kenduret</dc:creator>
			<guid isPermaLink="false">180@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Just make sure you close the ul class on the above.  It's not showing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kenduret on "Category in Pages Menu"</title>
			<link>http://wpframework.com/forums/topic/category-in-pages-menu#post-179</link>
			<pubDate>Tue, 02 Jun 2009 22:37:47 +0000</pubDate>
			<dc:creator>kenduret</dc:creator>
			<guid isPermaLink="false">179@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;The previous post had some code stripped out and I can't seem to edit it.  Here's another try at posting the snippet.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;menu&#38;quot;&#38;gt;&#60;br /&#62;
  &#38;lt;ul class=&#38;quot;nav&#38;quot;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;li &#38;gt;&#38;lt; a href=&#38;quot;&#38;quot;&#38;gt;Home&#38;lt; /li&#38;gt;&#60;br /&#62;
     &#38;lt;?php wp_list_pages( 'title_li=' ); ?&#38;gt;&#60;br /&#62;
     &#38;lt;?php wp_list_categories('title_li=');?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kenduret on "Category in Pages Menu"</title>
			<link>http://wpframework.com/forums/topic/category-in-pages-menu#post-178</link>
			<pubDate>Tue, 02 Jun 2009 22:25:46 +0000</pubDate>
			<dc:creator>kenduret</dc:creator>
			<guid isPermaLink="false">178@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Here's what I did.  This will allow you to create a custom nav menu and retain the dropdown menus for sub-pages and sub-categories. My code snippet has a &#38;quot;Home&#38;quot; link then lists all pages then all categories. &#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#38;quot;menu&#38;quot;&#38;gt;&#60;br /&#62;
  &#38;lt;ul class=&#38;quot;nav&#38;quot;&#38;gt;&#60;/p&#62;
&#60;li&#62;&#60;a href=&#34;&#38;quot;#&#38;quot;&#34;&#62;Home&#60;/a&#62;&#60;/li&#62;
&#60;p&#62;     &#38;lt;?php wp_list_pages( 'title_li=' ); ?&#38;gt;&#60;br /&#62;
     &#38;lt;?php wp_list_categories('title_li=');?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/div&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nek on "Category in Pages Menu"</title>
			<link>http://wpframework.com/forums/topic/category-in-pages-menu#post-175</link>
			<pubDate>Sun, 31 May 2009 22:15:28 +0000</pubDate>
			<dc:creator>nek</dc:creator>
			<guid isPermaLink="false">175@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Is there an easy way to include one or more category links in the top horizontal pages menu?&#60;/p&#62;
&#60;p&#62;I have found a post with solution for standard WP queries.&#60;br /&#62;
&#60;a href=&#34;http://moshublog.com/2007/07/26/pages-and-categories/&#34; rel=&#34;nofollow&#34;&#62;http://moshublog.com/2007/07/26/pages-and-categories/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ptah Dunbar on "Hide a Category"</title>
			<link>http://wpframework.com/forums/topic/hide-a-category#post-170</link>
			<pubDate>Thu, 28 May 2009 16:16:01 +0000</pubDate>
			<dc:creator>Ptah Dunbar</dc:creator>
			<guid isPermaLink="false">170@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;There's a few ways to hide a category:&#60;/p&#62;
&#60;p&#62;You can exclude it from all the loops via &#60;code&#62;query_posts();&#60;/code&#62;. Simply add this bit of code before all the loops:&#60;br /&#62;
&#60;code&#62;query_posts(&#38;quot;cat=-3&#38;quot;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;where the number is the ID of the category.&#60;/p&#62;
&#60;p&#62;Or you can simply hide it via css: (add to screen.css)&#60;br /&#62;
&#60;code&#62;.category-category-slug { display: none; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;where category-slug is the name of the category.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>unstuck on "Hide a Category"</title>
			<link>http://wpframework.com/forums/topic/hide-a-category#post-167</link>
			<pubDate>Thu, 28 May 2009 09:46:10 +0000</pubDate>
			<dc:creator>unstuck</dc:creator>
			<guid isPermaLink="false">167@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Is there a way to hide a category? I don't want the posts in the category or that category to show up in any category list, search page, menus or anything. Is there an easy way to do this?&#60;/p&#62;
&#60;p&#62;Many thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Style a category of post."</title>
			<link>http://wpframework.com/forums/topic/style-a-category-of-post#post-125</link>
			<pubDate>Sat, 16 May 2009 12:28:43 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">125@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;totally going to incorporate that into my site. thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markr on "Style a category of post."</title>
			<link>http://wpframework.com/forums/topic/style-a-category-of-post#post-124</link>
			<pubDate>Fri, 15 May 2009 17:59:00 +0000</pubDate>
			<dc:creator>markr</dc:creator>
			<guid isPermaLink="false">124@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Thanks for the help :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ptah Dunbar on "Style a category of post."</title>
			<link>http://wpframework.com/forums/topic/style-a-category-of-post#post-123</link>
			<pubDate>Fri, 15 May 2009 17:25:58 +0000</pubDate>
			<dc:creator>Ptah Dunbar</dc:creator>
			<guid isPermaLink="false">123@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;Ah, apparently the category IDs aren't being added. That's a bug and I just fixed it. It'll be apart of the 0.2.4.10 release going out next week.&#60;/p&#62;
&#60;p&#62;To fix this right now, you can replace your semantic-classes.php file with &#60;a href=&#34;http://wpframework.com/wp-content/uploads/semantic-classes.phps&#34;&#62;this one&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;And instead of using the category-ID, use the slug: delicious&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
.category-delicious { background: yellow; }&#60;br /&#62;
.category-delicious .entry-title, .category-delicious .comment-count { display: none; }&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markr on "Style a category of post."</title>
			<link>http://wpframework.com/forums/topic/style-a-category-of-post#post-122</link>
			<pubDate>Fri, 15 May 2009 08:28:59 +0000</pubDate>
			<dc:creator>markr</dc:creator>
			<guid isPermaLink="false">122@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://romanticrobot.net/&#34; rel=&#34;nofollow&#34;&#62;http://romanticrobot.net/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ptah Dunbar on "Style a category of post."</title>
			<link>http://wpframework.com/forums/topic/style-a-category-of-post#post-121</link>
			<pubDate>Fri, 15 May 2009 00:38:41 +0000</pubDate>
			<dc:creator>Ptah Dunbar</dc:creator>
			<guid isPermaLink="false">121@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;You have a link to your site? that code should work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markr on "Style a category of post."</title>
			<link>http://wpframework.com/forums/topic/style-a-category-of-post#post-119</link>
			<pubDate>Thu, 14 May 2009 11:23:12 +0000</pubDate>
			<dc:creator>markr</dc:creator>
			<guid isPermaLink="false">119@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;&#60;code&#62;/**&#60;br /&#62;
 * CSS - Stylistic CSS Styles&#60;br /&#62;
 *&#60;br /&#62;
 * @package WPFramework&#60;br /&#62;
 * @subpackage Media&#60;br /&#62;
 */&#60;/p&#62;
&#60;p&#62;.category-405 { background: yellow; }&#60;br /&#62;
.category-405 .entry-title, .category-405 .comment-count { display: none; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The id is definitely 405 and the post is in that category.&#60;br /&#62;
I'm not sure what I am doing wrong - though it's probably glaring at me?&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ptah Dunbar on "Style a category of post."</title>
			<link>http://wpframework.com/forums/topic/style-a-category-of-post#post-116</link>
			<pubDate>Wed, 13 May 2009 19:40:52 +0000</pubDate>
			<dc:creator>Ptah Dunbar</dc:creator>
			<guid isPermaLink="false">116@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;You don't need to change anything in index.php. Just add this to your screen.css:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
.category-ID { background: black; }&#60;br /&#62;
.category-ID .entry-title, .category-ID .comment-count { display: none; }&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
Change the ID to the id of the category to add the links into. That should do the trick.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markr on "Style a category of post."</title>
			<link>http://wpframework.com/forums/topic/style-a-category-of-post#post-114</link>
			<pubDate>Mon, 11 May 2009 12:19:29 +0000</pubDate>
			<dc:creator>markr</dc:creator>
			<guid isPermaLink="false">114@http://wpframework.com/forums/</guid>
			<description>&#60;p&#62;I would like to autopost from delicious to my blog. But I would like those posts to on a different background, to have no comments link and to have no title. (Basically for asides)&#60;/p&#62;
&#60;p&#62;How do I need to change index.php so it first checks for the category or category ID before deciding on the styling?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
