<?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: Archive page header</title>
		<link>http://www.kriesi.at/support/topic/archive-page-header</link>
		<description>Support Forum - Topic: Archive page header</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 09:43:48 +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-page-header" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Archive page header"</title>
			<link>http://www.kriesi.at/support/topic/archive-page-header#post-32478</link>
			<pubDate>Sat, 19 Nov 2011 22:58:31 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">32478@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jlsclarity on "Archive page header"</title>
			<link>http://www.kriesi.at/support/topic/archive-page-header#post-32431</link>
			<pubDate>Sat, 19 Nov 2011 06:01:58 +0000</pubDate>
			<dc:creator>jlsclarity</dc:creator>
			<guid isPermaLink="false">32431@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Chris! The first option removed the &#34;Archive For&#34; and the second option removed everything entirely.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Archive page header"</title>
			<link>http://www.kriesi.at/support/topic/archive-page-header#post-32381</link>
			<pubDate>Fri, 18 Nov 2011 21:01:06 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">32381@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;in your archive.php you'll see&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$output = __(&#38;#39;Archive for &#38;#39;,&#38;#39;habitat&#38;#39;).single_cat_title(&#38;#39;&#38;#39;,false);
} elseif (is_day()) {
$output = __(&#38;#39;Archive for &#38;#39;,&#38;#39;habitat&#38;#39;).get_the_time(&#38;#39;F jS, Y&#38;#39;);
} elseif (is_month()){
$output = __(&#38;#39;Archive for &#38;#39;,&#38;#39;habitat&#38;#39;).get_the_time(&#38;#39;F, Y&#38;#39;);
} elseif (is_year()) {
$output = __(&#38;#39;Archive for &#38;#39;,&#38;#39;habitat&#38;#39;).get_the_time(&#38;#39;Y&#38;#39;);
} elseif (is_search()) {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can remove all occurrences of &#34;Archive for&#34;, like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$output = __(&#38;#39; &#38;#39;,&#38;#39;habitat&#38;#39;).single_cat_title(&#38;#39;&#38;#39;,false);
} elseif (is_day()) {
$output = __(&#38;#39; &#38;#39;,&#38;#39;habitat&#38;#39;).get_the_time(&#38;#39;F jS, Y&#38;#39;);
} elseif (is_month()){
$output = __(&#38;#39; &#38;#39;,&#38;#39;habitat&#38;#39;).get_the_time(&#38;#39;F, Y&#38;#39;);
} elseif (is_year()) {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This should work without the solution Dude provided.&#60;/p&#62;
&#60;p&#62;If the above isn't what you need you can undo it. Then, find the following in the same file:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;if($output != &#38;quot;&#38;quot;) $output = &#38;#39;&#38;lt;h2 class=&#38;quot;superheading&#38;quot;&#38;gt;&#38;#39;.$output.&#38;#39;&#38;lt;/h2&#38;gt;&#38;#39;;&#60;/code&#62;&#60;br /&#62;
Replace it by&#60;br /&#62;
&#60;code&#62;if($output != &#38;quot;&#38;quot;) $output = &#38;#39;&#38;#39;;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jlsclarity on "Archive page header"</title>
			<link>http://www.kriesi.at/support/topic/archive-page-header#post-32373</link>
			<pubDate>Fri, 18 Nov 2011 20:04:48 +0000</pubDate>
			<dc:creator>jlsclarity</dc:creator>
			<guid isPermaLink="false">32373@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey dude..it still leaves a small text line that says &#34;archive for ______&#34;. But it removed the big H1 text. Is there a solution to remove all text?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jlsclarity on "Archive page header"</title>
			<link>http://www.kriesi.at/support/topic/archive-page-header#post-32020</link>
			<pubDate>Wed, 16 Nov 2011 08:06:06 +0000</pubDate>
			<dc:creator>jlsclarity</dc:creator>
			<guid isPermaLink="false">32020@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;wait, it still leaves a small text line that says &#34;archive for ______&#34;. But it removed the big H1 text
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jlsclarity on "Archive page header"</title>
			<link>http://www.kriesi.at/support/topic/archive-page-header#post-32018</link>
			<pubDate>Wed, 16 Nov 2011 07:58:16 +0000</pubDate>
			<dc:creator>jlsclarity</dc:creator>
			<guid isPermaLink="false">32018@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks! I appreciate you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Archive page header"</title>
			<link>http://www.kriesi.at/support/topic/archive-page-header#post-31861</link>
			<pubDate>Mon, 14 Nov 2011 07:08:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31861@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In this case just delete following line in archive.php - this will remove the archive heading:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($output != &#38;quot;&#38;quot;) $output = &#38;#39;&#38;lt;h2 class=&#38;quot;superheading&#38;quot;&#38;gt;&#38;#39;.$output.&#38;#39;&#38;lt;/h2&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jlsclarity on "Archive page header"</title>
			<link>http://www.kriesi.at/support/topic/archive-page-header#post-31846</link>
			<pubDate>Mon, 14 Nov 2011 05:21:39 +0000</pubDate>
			<dc:creator>jlsclarity</dc:creator>
			<guid isPermaLink="false">31846@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do I replace the text at the top of a particular navigation item I have named&#34;random&#34; for example? This menu nav item is calling for a few different categories to display..is there a way to change that - or at least make it disappear? I need to be able to customize an archive page so it doesnt say &#34;Archive for ______&#34; at the top. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Archive page header"</title>
			<link>http://www.kriesi.at/support/topic/archive-page-header#post-31503</link>
			<pubDate>Wed, 09 Nov 2011 07:10:46 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31503@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can change the archive text globally in archive.php. Near the top you'll see the text strings &#34;Archive for&#34;... - you can replace it with any custom text.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jlsclarity on "Archive page header"</title>
			<link>http://www.kriesi.at/support/topic/archive-page-header#post-31434</link>
			<pubDate>Tue, 08 Nov 2011 10:55:01 +0000</pubDate>
			<dc:creator>jlsclarity</dc:creator>
			<guid isPermaLink="false">31434@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would like to be able to change the text of a category Archive (or any other) page header to custom text. Can this be done? If not, alternately how can I remove this text entirely? Can these changes be done post by post or only globally?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
