<?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: &#039;archive of&#039; on category pages</title>
		<link>http://www.kriesi.at/support/topic/archive-of-on-category-pages</link>
		<description>Support Forum - Topic: &#039;archive of&#039; on category pages</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 06:58:16 +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/archive-of-on-category-pages" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "&#039;archive of&#039; on category pages"</title>
			<link>http://www.kriesi.at/support/topic/archive-of-on-category-pages#post-20864</link>
			<pubDate>Sat, 11 Jun 2011 12:59:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20864@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matthew on "&#039;archive of&#039; on category pages"</title>
			<link>http://www.kriesi.at/support/topic/archive-of-on-category-pages#post-20829</link>
			<pubDate>Fri, 10 Jun 2011 14:27:35 +0000</pubDate>
			<dc:creator>Matthew</dc:creator>
			<guid isPermaLink="false">20829@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Perfect, thanks for all your help as i sort this stuff out :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "&#039;archive of&#039; on category pages"</title>
			<link>http://www.kriesi.at/support/topic/archive-of-on-category-pages#post-20815</link>
			<pubDate>Fri, 10 Jun 2011 06:22:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20815@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In archive.php change:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php _e(&#38;#39;Archive for&#38;#39;,&#38;#39;cleancut&#38;#39;); ?&#38;gt;  &#38;quot;&#38;lt;?php echo single_cat_title(); ?&#38;gt;&#38;quot;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php _e(&#38;#39;Archive for&#38;#39;,&#38;#39;cleancut&#38;#39;); ?&#38;gt;  &#38;lt;?php echo single_cat_title(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can change the code for the &#34;time&#34; archives too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matthew on "&#039;archive of&#039; on category pages"</title>
			<link>http://www.kriesi.at/support/topic/archive-of-on-category-pages#post-20782</link>
			<pubDate>Thu, 09 Jun 2011 19:18:48 +0000</pubDate>
			<dc:creator>Matthew</dc:creator>
			<guid isPermaLink="false">20782@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Around the title that is... the archive of is gone but there are still quotes around the title of the category. i can't seem to find that in the archive.php am I missing something or is that part of the theme in a different file?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matthew on "&#039;archive of&#039; on category pages"</title>
			<link>http://www.kriesi.at/support/topic/archive-of-on-category-pages#post-20780</link>
			<pubDate>Thu, 09 Jun 2011 18:03:14 +0000</pubDate>
			<dc:creator>Matthew</dc:creator>
			<guid isPermaLink="false">20780@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey, that was perfect, now how do i get rid of the quotation marks?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matthew on "&#039;archive of&#039; on category pages"</title>
			<link>http://www.kriesi.at/support/topic/archive-of-on-category-pages#post-20724</link>
			<pubDate>Wed, 08 Jun 2011 21:39:18 +0000</pubDate>
			<dc:creator>Matthew</dc:creator>
			<guid isPermaLink="false">20724@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, much appticiated!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "&#039;archive of&#039; on category pages"</title>
			<link>http://www.kriesi.at/support/topic/archive-of-on-category-pages#post-20433</link>
			<pubDate>Sat, 04 Jun 2011 09:27:54 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">20433@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Sure, open up archive.php; at the top of the file you can remove the &#34;Archive for&#34; text in this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h2&#38;gt;&#38;lt;?php /* If this is a category archive */ if (is_category()) { ?&#38;gt;
				&#38;lt;?php _e(&#38;#39;Archive for&#38;#39;,&#38;#39;cleancut&#38;#39;); ?&#38;gt;  &#38;quot;&#38;lt;?php echo single_cat_title(); ?&#38;gt;&#38;quot;

 			  	&#38;lt;?php /* If this is a daily archive */ } elseif (is_day()) { ?&#38;gt;
				&#38;lt;?php _e(&#38;#39;Archive for&#38;#39;,&#38;#39;cleancut&#38;#39;); ?&#38;gt;  &#38;quot;&#38;lt;?php the_time(&#38;#39;F jS, Y&#38;#39;); ?&#38;gt;&#38;quot;

			 	&#38;lt;?php /* If this is a monthly archive */ } elseif (is_month()) { ?&#38;gt;
				&#38;lt;?php _e(&#38;#39;Archive for&#38;#39;,&#38;#39;cleancut&#38;#39;); ?&#38;gt;  &#38;quot;&#38;lt;?php the_time(&#38;#39;F, Y&#38;#39;); ?&#38;gt;&#38;quot;

				&#38;lt;?php /* If this is a yearly archive */ } elseif (is_year()) { ?&#38;gt;
				&#38;lt;?php _e(&#38;#39;Archive for&#38;#39;,&#38;#39;cleancut&#38;#39;); ?&#38;gt;  &#38;quot;&#38;lt;?php the_time(&#38;#39;Y&#38;#39;); ?&#38;gt;&#38;quot;

			  	&#38;lt;?php /* If this is a search */ } elseif (is_search()) { ?&#38;gt;
				&#38;lt;?php _e(&#38;#39;Search Results&#38;#39;,&#38;#39;cleancut&#38;#39;); ?&#38;gt; 

			  	&#38;lt;?php /* If this is an author archive */ } elseif (is_author()) { ?&#38;gt;
				&#38;lt;?php _e(&#38;#39;Author Archive&#38;#39;,&#38;#39;cleancut&#38;#39;); ?&#38;gt; 

				&#38;lt;?php /* If this is a paged archive */ } elseif (isset($_GET[&#38;#39;paged&#38;#39;]) &#38;amp;&#38;amp; !empty($_GET[&#38;#39;paged&#38;#39;])) { ?&#38;gt;
				&#38;lt;?php _e(&#38;#39;Blog Archives&#38;#39;,&#38;#39;cleancut&#38;#39;); ?&#38;gt;
				&#38;lt;?php }
		echo &#38;#39;&#38;lt;/h2&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matthew on "&#039;archive of&#039; on category pages"</title>
			<link>http://www.kriesi.at/support/topic/archive-of-on-category-pages#post-20413</link>
			<pubDate>Fri, 03 Jun 2011 15:30:31 +0000</pubDate>
			<dc:creator>Matthew</dc:creator>
			<guid isPermaLink="false">20413@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is it possible to remove the 'Archive of' on all the category pages globally, so that just the title of the category shows?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
