<?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 from front page</title>
		<link>http://www.kriesi.at/support/topic/exclude-category-from-front-page</link>
		<description>Support Forum - Topic: Exclude category from front page</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 21:45:57 +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-from-front-page" rel="self" type="application/rss+xml" />

		<item>
			<title>saynw on "Exclude category from front page"</title>
			<link>http://www.kriesi.at/support/topic/exclude-category-from-front-page#post-77113</link>
			<pubDate>Mon, 24 Sep 2012 12:41:40 +0000</pubDate>
			<dc:creator>saynw</dc:creator>
			<guid isPermaLink="false">77113@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude I just realize that the category IDs to put in the code are those I want to show up. So the code exclude those that are not listed there.&#60;br /&#62;
Maybe it work with the negative simbol before, so you don´t need to clarify the positivies ones.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saynw on "Exclude category from front page"</title>
			<link>http://www.kriesi.at/support/topic/exclude-category-from-front-page#post-77111</link>
			<pubDate>Mon, 24 Sep 2012 12:35:01 +0000</pubDate>
			<dc:creator>saynw</dc:creator>
			<guid isPermaLink="false">77111@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude,&#60;br /&#62;
Thanks for your help. I put the code you mentioned and insert just the category id 13, however now the main page is not display any category (I´ve got a few categories that previusly where shown up).&#60;br /&#62;
&#60;a href=&#34;http://www.chacrasdecoria.travel&#34; rel=&#34;nofollow&#34;&#62;http://www.chacrasdecoria.travel&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Exclude category from front page"</title>
			<link>http://www.kriesi.at/support/topic/exclude-category-from-front-page#post-76891</link>
			<pubDate>Sat, 22 Sep 2012 07:25:52 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">76891@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up index.php and replace following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$negative_cats = preg_replace(&#38;quot;!(\d)+!&#38;quot;,&#38;quot;-${0}$0&#38;quot;, $k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;main_cat_final&#38;#39;]);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$negative_cats = preg_replace(&#38;quot;!(\d)+!&#38;quot;,&#38;quot;-${0}$0&#38;quot;, $k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;main_cat_final&#38;#39;]);
$negative_cats .= &#38;#39;,16,26,45&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and instead of 16,26,45 insert the category id(s) you want to exclude. Seperate the ids by using a comma (,).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saynw on "Exclude category from front page"</title>
			<link>http://www.kriesi.at/support/topic/exclude-category-from-front-page#post-76587</link>
			<pubDate>Wed, 19 Sep 2012 16:26:42 +0000</pubDate>
			<dc:creator>saynw</dc:creator>
			<guid isPermaLink="false">76587@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi guys, &#60;/p&#62;
&#60;p&#62;I want to exclude a category from being displayed on the front page. Because I'll post that category in other page. &#60;/p&#62;
&#60;p&#62;Do you have idea on how to exclude a category?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
