<?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: Removing &#34;Archive&#34; header from archive pages</title>
		<link>http://www.kriesi.at/support/topic/removing-archive-header-from-archive-pages</link>
		<description>Support Forum - Topic: Removing &quot;Archive&quot; header from archive pages</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 07:17:41 +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/removing-archive-header-from-archive-pages" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Removing &#34;Archive&#34; header from archive pages"</title>
			<link>http://www.kriesi.at/support/topic/removing-archive-header-from-archive-pages#post-27259</link>
			<pubDate>Sun, 18 Sep 2011 09:06:44 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">27259@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Dude could help you =]
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Youngje13 on "Removing &#34;Archive&#34; header from archive pages"</title>
			<link>http://www.kriesi.at/support/topic/removing-archive-header-from-archive-pages#post-27192</link>
			<pubDate>Fri, 16 Sep 2011 22:58:39 +0000</pubDate>
			<dc:creator>Youngje13</dc:creator>
			<guid isPermaLink="false">27192@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Perfect, thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Removing &#34;Archive&#34; header from archive pages"</title>
			<link>http://www.kriesi.at/support/topic/removing-archive-header-from-archive-pages#post-27136</link>
			<pubDate>Fri, 16 Sep 2011 06:24:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27136@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can change this text in archive.php replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo avia_display_heading(true, __(&#38;#39;Archive&#38;#39;,&#38;#39;avia_framework&#38;#39;), avia_which_archive());&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo avia_display_heading(true, __(&#38;#39;Articles&#38;#39;,&#38;#39;avia_framework&#38;#39;), avia_which_archive());&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Youngje13 on "Removing &#34;Archive&#34; header from archive pages"</title>
			<link>http://www.kriesi.at/support/topic/removing-archive-header-from-archive-pages#post-27092</link>
			<pubDate>Thu, 15 Sep 2011 19:55:11 +0000</pubDate>
			<dc:creator>Youngje13</dc:creator>
			<guid isPermaLink="false">27092@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, but I meant on the category pages, not in the widgets.&#60;/p&#62;
&#60;p&#62;For example: &#60;a href=&#34;http://naturaldentistry.us/category/dentistry/restorative-dentistry/bridges-dentistry/&#34; rel=&#34;nofollow&#34;&#62;http://naturaldentistry.us/category/dentistry/restorative-dentistry/bridges-dentistry/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I would like to Change the header for ARCHIVE to ARTICLES and the sub head from &#34;Archive for category:&#34; to &#34;Articles About&#34;&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Removing &#34;Archive&#34; header from archive pages"</title>
			<link>http://www.kriesi.at/support/topic/removing-archive-header-from-archive-pages#post-26250</link>
			<pubDate>Thu, 01 Sep 2011 21:36:33 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">26250@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the file to edit is in includes\admin\register-widget-area.php&#60;br /&#62;
&#60;code&#62;echo &#38;quot;&#38;lt;h3 class=&#38;#39;widgettitle&#38;#39;&#38;gt;&#38;quot; . __(&#38;#39;Archive&#38;#39;,&#38;#39;avia_framework&#38;#39;) . &#38;quot;&#38;lt;/h3&#38;gt;&#38;quot;;&#60;/code&#62;&#60;br /&#62;
Change Archive ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Youngje13 on "Removing &#34;Archive&#34; header from archive pages"</title>
			<link>http://www.kriesi.at/support/topic/removing-archive-header-from-archive-pages#post-26136</link>
			<pubDate>Wed, 31 Aug 2011 16:48:27 +0000</pubDate>
			<dc:creator>Youngje13</dc:creator>
			<guid isPermaLink="false">26136@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd like to remove the word Archive from the top of the Archive pages in the Velvet theme but couldn't find the code in archive.php or in theme functions. Can you please help?&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
