<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: Exclude categories from Posts Page</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sun, 26 May 2013 06:56:24 +0000</pubDate>

<item>
<title>Pictrix on "Exclude categories from Posts Page"</title>
<link>http://themeshaper.com/forums/topic/exclude-categories-from-posts-page#post-12811</link>
<pubDate>Fri, 04 Jun 2010 13:24:11 +0000</pubDate>
<dc:creator>Pictrix</dc:creator>
<guid isPermaLink="false">12811@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Your code worked perfectly, thanks so much!&#60;br /&#62;
I appreciate the &#34;read more&#34; link too.
&#60;/p&#62;</description>
</item>
<item>
<title>arturkim on "Exclude categories from Posts Page"</title>
<link>http://themeshaper.com/forums/topic/exclude-categories-from-posts-page#post-12798</link>
<pubDate>Fri, 04 Jun 2010 07:23:53 +0000</pubDate>
<dc:creator>arturkim</dc:creator>
<guid isPermaLink="false">12798@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Put the following code into your functions.php file and modify the category ID.&#60;/p&#62;
&#60;p&#62;You can read more about query_posts() in the codex: &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/query_posts&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/query_posts&#60;/a&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function childtheme_above_indexloop() {
	$paged = (get_query_var(&#38;#39;paged&#38;#39;)) ? get_query_var(&#38;#39;paged&#38;#39;) : 1; query_posts(&#38;quot;cat=-3&#38;#38;paged=$paged&#38;quot;);
}
add_action(&#38;#39;thematic_above_indexloop&#38;#39;, &#38;#39;childtheme_above_indexloop&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Artur Kim
&#60;/p&#62;</description>
</item>
<item>
<title>Pictrix on "Exclude categories from Posts Page"</title>
<link>http://themeshaper.com/forums/topic/exclude-categories-from-posts-page#post-12792</link>
<pubDate>Thu, 03 Jun 2010 22:35:59 +0000</pubDate>
<dc:creator>Pictrix</dc:creator>
<guid isPermaLink="false">12792@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm am looking to:&#60;br /&#62;
1) have posts of certain categories, Press &#38;#38; Events, appear ONLY in their own individual pages, and&#60;br /&#62;
2) exclude them from being displayed in the “Posts Page” without using plugins.&#60;br /&#62;
The Front Page is set up as a static page.  &#60;/p&#62;
&#60;p&#62;For item 1), I set up a template that displays posts from a category that has the same name as the page.  (See &#60;a href=&#34;http://mygraphicfriend.wordpress.com/2010/01/20/wordpress-create-a-page-template-that-displays-posts-from-a-category-that-has-the-same-name-as-the-page/#comment-133&#34; rel=&#34;nofollow&#34;&#62;http://mygraphicfriend.wordpress.com/2010/01/20/wordpress-create-a-page-template-that-displays-posts-from-a-category-that-has-the-same-name-as-the-page/#comment-133&#60;/a&#62;).&#60;/p&#62;
&#60;p&#62;For item 2), I've tried different approaches discussed in this forum but I have not been able to implement them successfully, probably because the facts of the other topics were different than mine and because I'm very new to php. &#60;/p&#62;
&#60;p&#62;What code do I need to insert where?  I'll greatly appreciate any suggestions!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
