<?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: Remove &#34;Archive for category:&#34; and the box it comes in</title>
		<link>http://www.kriesi.at/support/topic/remove-archive-for-category-and-the-box-it-comes-in</link>
		<description>Support Forum - Topic: Remove &quot;Archive for category:&quot; and the box it comes in</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 13:32:15 +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/remove-archive-for-category-and-the-box-it-comes-in" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Remove &#34;Archive for category:&#34; and the box it comes in"</title>
			<link>http://www.kriesi.at/support/topic/remove-archive-for-category-and-the-box-it-comes-in#post-79232</link>
			<pubDate>Wed, 10 Oct 2012 11:47:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">79232@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up brightbox/includes/loop-index.php and delete following code to get rid of the tags/categories:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$cats = get_the_category();
				if(!empty($cats))
				{
					echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories&#38;quot;&#38;gt;&#38;#39;;
					echo &#38;#39;&#38;lt;strong&#38;gt;Categories: &#38;lt;/strong&#38;gt;&#38;#39;;
					the_category(&#38;#39;, &#38;#39;);
					the_tags(&#38;#39;&#38;lt;strong&#38;gt;&#38;#39;.__(&#38;#39; - Tags: &#38;#39;,&#38;#39;avia_frameworkt&#38;#39;).&#38;#39;&#38;lt;/strong&#38;gt;&#38;#39;);
					echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;
				}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>peas on "Remove &#34;Archive for category:&#34; and the box it comes in"</title>
			<link>http://www.kriesi.at/support/topic/remove-archive-for-category-and-the-box-it-comes-in#post-79091</link>
			<pubDate>Tue, 09 Oct 2012 09:33:00 +0000</pubDate>
			<dc:creator>peas</dc:creator>
			<guid isPermaLink="false">79091@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mya,&#60;/p&#62;
&#60;p&#62;Thanks for your reply!! I was able to get rid o the 'category:' bit! Thank you!&#60;/p&#62;
&#60;p&#62;But the categories and tags are still in the posts. I tried both options, for the categories page and across the board, but neither worked. Did I maybe enter the code in the wrong spot…I was to also add this to custom.css, right? &#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Renée
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Remove &#34;Archive for category:&#34; and the box it comes in"</title>
			<link>http://www.kriesi.at/support/topic/remove-archive-for-category-and-the-box-it-comes-in#post-78881</link>
			<pubDate>Mon, 08 Oct 2012 01:30:56 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">78881@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi peas,&#60;/p&#62;
&#60;p&#62;If I'm understanding correctly, you're wanting to hide the entire &#34;category Home + Garden&#34; text and box, yes? If so, add this to your custom.css or Quick CSS.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body.category-75 .firstheading {
display:none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;What this will do is remove that area only from the Home + Garden category page (the one you referenced). If you want to remove that area from all category pages then you would use this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;body.category .firstheading { display: none; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;To remove the categories and tags from beneath the post title, you would use this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body.category-75 .blog-categories {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Again, this removes them for this category page only. If you want to remove them across board you would use:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.blog-categories { display: none; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Hope this helps!&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peas on "Remove &#34;Archive for category:&#34; and the box it comes in"</title>
			<link>http://www.kriesi.at/support/topic/remove-archive-for-category-and-the-box-it-comes-in#post-78754</link>
			<pubDate>Sat, 06 Oct 2012 07:16:41 +0000</pubDate>
			<dc:creator>peas</dc:creator>
			<guid isPermaLink="false">78754@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Brilliant!&#60;br /&#62;
Thank you, Peter.&#60;br /&#62;
That worked, but now instead it reads: &#34;category:...&#34;&#60;br /&#62;
Can I also get rid of this?&#60;/p&#62;
&#60;p&#62;And remove 'Categories' and Tags' from beneath the post title?&#60;br /&#62;
e.g. Categories: Home + garden, Recipes - Tags: chestnuts, edible, found, horse chestnut, Netherlands, poisonous, roasted, sweet chestnuts, tree&#60;br /&#62;
from here: &#60;a href=&#34;http://www.spellitwithpeas.com/?cat=75&#34; rel=&#34;nofollow&#34;&#62;http://www.spellitwithpeas.com/?cat=75&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove &#34;Archive for category:&#34; and the box it comes in"</title>
			<link>http://www.kriesi.at/support/topic/remove-archive-for-category-and-the-box-it-comes-in#post-78738</link>
			<pubDate>Sat, 06 Oct 2012 05:59:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">78738@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Open up wp-content\themes\brightbox\framework\php\function-set-avia-frontend.php and replace all occurences of:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$output = __(&#38;#39;Archive for&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$output = __(&#38;#39;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peas on "Remove &#34;Archive for category:&#34; and the box it comes in"</title>
			<link>http://www.kriesi.at/support/topic/remove-archive-for-category-and-the-box-it-comes-in#post-78619</link>
			<pubDate>Fri, 05 Oct 2012 07:47:05 +0000</pubDate>
			<dc:creator>peas</dc:creator>
			<guid isPermaLink="false">78619@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I saw this advice on a similar post (but for Shoutbox):&#60;/p&#62;
&#60;p&#62;&#34;You can find that on wp-content\themes\shoutbox\framework\php\function-set-avia-frontend.php, edit the file and find this code&#60;br /&#62;
if(!function_exists('avia_which_archive'))&#60;br /&#62;
Below that is the text you are looking for.&#34;&#60;/p&#62;
&#60;p&#62;I have located this information in my files, but I have no idea what to delete, edit or change to remove &#34;Archive for category:&#34; and the box it comes in.&#60;br /&#62;
I would really appreciate some help. Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
