<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: exclude category</title>
		<link>http://www.kriesi.at/support/topic/exclude-category</link>
		<description>Support Forum - Topic: exclude category</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 18:48:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/exclude-category" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "exclude category"</title>
			<link>http://www.kriesi.at/support/topic/exclude-category#post-29779</link>
			<pubDate>Wed, 19 Oct 2011 01:34:11 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">29779@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in your includes folder you'll find helper-templates.php, find&#60;br /&#62;
&#60;code&#62;$avia_config[&#38;#39;new_query&#38;#39;] .= &#38;#39;&#38;amp;cat=&#38;#39;.$dynamic_blog_cats;&#60;/code&#62;&#60;br /&#62;
Now change it to:&#60;br /&#62;
&#60;code&#62;$avia_config[&#38;#39;new_query&#38;#39;] .= &#38;#39;&#38;amp;cat=-YOURCATEGORYHERE,&#38;#39;.$dynamic_blog_cats;&#60;/code&#62;&#60;br /&#62;
The YOURCATEGORYHERE is to be replaced by the id that has been assigned to your category. You can easily find this id when you go in your Dashboard to Categories. When you hover one of your categories (or copy the link) it should contain something like this:&#60;br /&#62;
&#60;code&#62;category&#38;amp;tag_ID=31&#60;/code&#62;&#60;br /&#62;
In this example the number would be 31, so:&#60;br /&#62;
&#60;code&#62;$avia_config[&#38;#39;new_query&#38;#39;] .= &#38;#39;&#38;amp;cat=-31,&#38;#39;.$dynamic_blog_cats;&#60;/code&#62;&#60;br /&#62;
You should now see posts in this category in your slider but not in your blogposts.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marbie on "exclude category"</title>
			<link>http://www.kriesi.at/support/topic/exclude-category#post-29737</link>
			<pubDate>Tue, 18 Oct 2011 15:23:07 +0000</pubDate>
			<dc:creator>marbie</dc:creator>
			<guid isPermaLink="false">29737@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;On the homepage I am showing posts from different categories. To make sure posts are not showing up more than once, I would like to exclude the &#34;featured&#34; category. The posts with the &#34;featured&#34; category would then only be showing up in the slider.&#60;br /&#62;
Could you let me know where I could configure this as the homepage is the dynamic template &#34;frontpage&#34;.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
