<?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 - Tag: Archive for category: - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/archive-for-category</link>
		<description>Support Forum - Tag: Archive for category: - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 20:33:02 +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/tags/archive-for-category" rel="self" type="application/rss+xml" />

		<item>
			<title>Kuzz on "Category page titles"</title>
			<link>http://www.kriesi.at/support/topic/category-page-titles#post-99008</link>
			<pubDate>Fri, 01 Mar 2013 11:08:45 +0000</pubDate>
			<dc:creator>Kuzz</dc:creator>
			<guid isPermaLink="false">99008@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you!! All solved. Great support as usual.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Category page titles"</title>
			<link>http://www.kriesi.at/support/topic/category-page-titles#post-98872</link>
			<pubDate>Thu, 28 Feb 2013 13:47:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98872@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kuzz,&#60;/p&#62;
&#60;p&#62;Sorry about that I did miss the color question, Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.archive.category .overview_heading {
color: #000;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;@MCVlot - The term &#34;Archive&#34; is the official term for what that feed is (by wordpress). In the blog and wordpress world, its industry standard :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MCVlot on "Category page titles"</title>
			<link>http://www.kriesi.at/support/topic/category-page-titles#post-98859</link>
			<pubDate>Thu, 28 Feb 2013 13:21:00 +0000</pubDate>
			<dc:creator>MCVlot</dc:creator>
			<guid isPermaLink="false">98859@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I like this item: &#34;Archive&#34; is a very techy way to refer to a list of posts on a topic (sorry: category) in the blog.&#60;/p&#62;
&#60;p&#62;I do not like the &#34;patch&#34; for software engineering reasons: need to redo it if a new version of the theme comes along.&#60;br /&#62;
Of course if there is no serious update planned it is fine :-)).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kuzz on "Category page titles"</title>
			<link>http://www.kriesi.at/support/topic/category-page-titles#post-98848</link>
			<pubDate>Thu, 28 Feb 2013 12:26:52 +0000</pubDate>
			<dc:creator>Kuzz</dc:creator>
			<guid isPermaLink="false">98848@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That worked great. Thanks. &#60;/p&#62;
&#60;p&#62;What about the colour? Is this possible, think you missed my second comment?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Category page titles"</title>
			<link>http://www.kriesi.at/support/topic/category-page-titles#post-98668</link>
			<pubDate>Wed, 27 Feb 2013 13:19:39 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98668@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kuzz,&#60;/p&#62;
&#60;p&#62;The text is set in the theme files to give a basic idea of where the user is at. You can change the text in the function by opening framework&#38;gt;php&#38;gt;function-set-avia-frontend.php and searching for:&#60;br /&#62;
&#60;code&#62;if(!function_exists(&#38;#39;avia_which_archive&#38;#39;))&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Inside that function you'll see the various output texts for the different kinds of archive pages. For the categories, just delete:&#60;br /&#62;
&#60;code&#62;Archive for category:&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;So that line will look like this:&#60;br /&#62;
&#60;code&#62;$output = __(&#38;#39;&#38;#39;,&#38;#39;avia_framework&#38;#39;).single_cat_title(&#38;#39;&#38;#39;,false);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Save the file back on your server and you are all done.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kuzz on "Category page titles"</title>
			<link>http://www.kriesi.at/support/topic/category-page-titles#post-98541</link>
			<pubDate>Tue, 26 Feb 2013 15:02:11 +0000</pubDate>
			<dc:creator>Kuzz</dc:creator>
			<guid isPermaLink="false">98541@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Also is it possible to change the colour of it to black rather than the grey?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kuzz on "Category page titles"</title>
			<link>http://www.kriesi.at/support/topic/category-page-titles#post-98519</link>
			<pubDate>Tue, 26 Feb 2013 11:54:06 +0000</pubDate>
			<dc:creator>Kuzz</dc:creator>
			<guid isPermaLink="false">98519@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I cannot figure out for the life of me how to get rid of the:&#60;/p&#62;
&#60;p&#62;'Archive for category: TITLE'&#60;/p&#62;
&#60;p&#62;I want it to just display for example just Music. Not Archive for category: Music. &#60;/p&#62;
&#60;p&#62;I tried finding where to remove this I went into the archive.php, functions.php I went through all the php files looking for the words 'Archive for category' and found nothing. Even though I believe I saw somewhere that to edit this, you need to go to the bottom of the functions.php file. &#60;/p&#62;
&#60;p&#62;So yeah, if I could be directed to the exact line of code in what file to edit to remove it, I would appreciate it.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Karam
&#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-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>
		<item>
			<title>Devin on "remove &#34;Archive for category:&#34; from category pages"</title>
			<link>http://www.kriesi.at/support/topic/remove-archive-for-category-from-category-pages#post-47889</link>
			<pubDate>Thu, 22 Mar 2012 22:44:06 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">47889@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi johnwasneverhere,&#60;/p&#62;
&#60;p&#62;Glad that solved the issue for you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnwasneverhere on "remove &#34;Archive for category:&#34; from category pages"</title>
			<link>http://www.kriesi.at/support/topic/remove-archive-for-category-from-category-pages#post-47886</link>
			<pubDate>Thu, 22 Mar 2012 22:36:25 +0000</pubDate>
			<dc:creator>johnwasneverhere</dc:creator>
			<guid isPermaLink="false">47886@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "remove &#34;Archive for category:&#34; from category pages"</title>
			<link>http://www.kriesi.at/support/topic/remove-archive-for-category-from-category-pages#post-47106</link>
			<pubDate>Tue, 20 Mar 2012 07:08:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">47106@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Open up /framework/php/function-set-avia-frontend.php and search for following line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(!function_exists(&#38;#39;avia_which_archive&#38;#39;))&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Remove all occurences of &#34;Archive for..&#34; in this function - eg replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Archive for category&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Category&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnwasneverhere on "remove &#34;Archive for category:&#34; from category pages"</title>
			<link>http://www.kriesi.at/support/topic/remove-archive-for-category-from-category-pages#post-47105</link>
			<pubDate>Tue, 20 Mar 2012 07:02:20 +0000</pubDate>
			<dc:creator>johnwasneverhere</dc:creator>
			<guid isPermaLink="false">47105@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;really? anybody?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnwasneverhere on "remove &#34;Archive for category:&#34; from category pages"</title>
			<link>http://www.kriesi.at/support/topic/remove-archive-for-category-from-category-pages#post-46730</link>
			<pubDate>Sat, 17 Mar 2012 18:37:29 +0000</pubDate>
			<dc:creator>johnwasneverhere</dc:creator>
			<guid isPermaLink="false">46730@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;anybody?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnwasneverhere on "remove &#34;Archive for category:&#34; from category pages"</title>
			<link>http://www.kriesi.at/support/topic/remove-archive-for-category-from-category-pages#post-46726</link>
			<pubDate>Sat, 17 Mar 2012 17:51:10 +0000</pubDate>
			<dc:creator>johnwasneverhere</dc:creator>
			<guid isPermaLink="false">46726@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;to be clearer.. the text ARCHIVE FOR CATEGORY before the category name i would like to remove...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>johnwasneverhere on "remove &#34;Archive for category:&#34; from category pages"</title>
			<link>http://www.kriesi.at/support/topic/remove-archive-for-category-from-category-pages#post-46693</link>
			<pubDate>Sat, 17 Mar 2012 08:48:14 +0000</pubDate>
			<dc:creator>johnwasneverhere</dc:creator>
			<guid isPermaLink="false">46693@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! i love your beautiful theme! very nice work! what template file do i find &#34;Archive for category:&#34; in category or archive pages?&#60;/p&#62;
&#60;p&#62;thanks!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove &#34;Archive for Category&#34; from title on Category pages"</title>
			<link>http://www.kriesi.at/support/topic/remove-archive-for-category-from-title-on-category-pages#post-38753</link>
			<pubDate>Thu, 26 Jan 2012 06:35:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">38753@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>erostad on "Remove &#34;Archive for Category&#34; from title on Category pages"</title>
			<link>http://www.kriesi.at/support/topic/remove-archive-for-category-from-title-on-category-pages#post-38728</link>
			<pubDate>Thu, 26 Jan 2012 00:57:14 +0000</pubDate>
			<dc:creator>erostad</dc:creator>
			<guid isPermaLink="false">38728@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you very much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove &#34;Archive for Category&#34; from title on Category pages"</title>
			<link>http://www.kriesi.at/support/topic/remove-archive-for-category-from-title-on-category-pages#post-38710</link>
			<pubDate>Wed, 25 Jan 2012 21:23:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">38710@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
open up propulsion\framework\php\function-set-avia-frontend.php and replace following text string:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$output = __(&#38;#39;Archive for category: &#38;#39;,&#38;#39;avia_framework&#38;#39;).single_cat_title(&#38;#39;&#38;#39;,false);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$output = single_cat_title(&#38;#39;&#38;#39;,false);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>erostad on "Remove &#34;Archive for Category&#34; from title on Category pages"</title>
			<link>http://www.kriesi.at/support/topic/remove-archive-for-category-from-title-on-category-pages#post-38671</link>
			<pubDate>Wed, 25 Jan 2012 13:27:13 +0000</pubDate>
			<dc:creator>erostad</dc:creator>
			<guid isPermaLink="false">38671@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can I remove &#34;Archive for Category&#34; before the titles that show up on category pages? I'd like for the title of the page to just be the Category title.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
