<?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 Repeated Names</title>
		<link>http://www.kriesi.at/support/topic/remove-repeated-names</link>
		<description>Support Forum - Topic: Remove Repeated Names</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 05:29:17 +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-repeated-names" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Remove Repeated Names"</title>
			<link>http://www.kriesi.at/support/topic/remove-repeated-names#post-27011</link>
			<pubDate>Thu, 15 Sep 2011 05:49:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27011@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) Yes but you need to remove the code from template_contact.php&#60;/p&#62;
&#60;p&#62;2) Yes of course - just link to your main domain/frontpage/index.php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>newuser on "Remove Repeated Names"</title>
			<link>http://www.kriesi.at/support/topic/remove-repeated-names#post-27003</link>
			<pubDate>Thu, 15 Sep 2011 05:06:17 +0000</pubDate>
			<dc:creator>newuser</dc:creator>
			<guid isPermaLink="false">27003@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude - Thanks for these answers.&#60;/p&#62;
&#60;p&#62;1&#38;amp;2) Is it the same to remove the &#34;contact&#34; title from the contact page?&#60;/p&#62;
&#60;p&#62;3) so now - is this &#34;HOME&#34; my main index page and will it have all my latest posts in order of post date?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Repeated Names"</title>
			<link>http://www.kriesi.at/support/topic/remove-repeated-names#post-26750</link>
			<pubDate>Mon, 12 Sep 2011 05:39:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">26750@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) You can remove the &#34;Archive for...&#34; text in archive.php - search fot following code and delete it:&#60;br /&#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;newscast&#38;#39;); ?&#38;gt;  &#38;lt;?php echo single_cat_title(); ?&#38;gt;

 			  	&#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;newscast&#38;#39;); ?&#38;gt;  &#38;lt;?php the_time(&#38;#39;F jS, Y&#38;#39;); ?&#38;gt;

			 	&#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;newscast&#38;#39;); ?&#38;gt;  &#38;lt;?php the_time(&#38;#39;F, Y&#38;#39;); ?&#38;gt;

				&#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;newscast&#38;#39;); ?&#38;gt;  &#38;lt;?php the_time(&#38;#39;Y&#38;#39;); ?&#38;gt;

			  	&#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;newscast&#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;newscast&#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;newscast&#38;#39;); ?&#38;gt;
				&#38;lt;?php } ?&#38;gt;&#38;lt;/h2&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) I'm not sure if I understood you right but it sounds like you want to remove the page titles. f yes open up page.php and template-fullwidth.php and delete:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h1 class=&#38;quot;entry-heading&#38;quot;&#38;gt;
					&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_permalink() ?&#38;gt;&#38;quot; rel=&#38;quot;bookmark&#38;quot; title=&#38;quot;&#38;lt;?php _e(&#38;#39;Permanent Link:&#38;#39;,&#38;#39;newscast&#38;#39;)?&#38;gt; &#38;lt;?php the_title(); ?&#38;gt;&#38;quot;&#38;gt;
					&#38;lt;?php the_title(); ?&#38;gt;
					&#38;lt;/a&#38;gt;
				&#38;lt;/h1&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3) You can create a custom menu (Appearance &#38;gt; Menus) - I'd just create a link, call it &#34;home&#34; and link it to the main url.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>newuser on "Remove Repeated Names"</title>
			<link>http://www.kriesi.at/support/topic/remove-repeated-names#post-26685</link>
			<pubDate>Sun, 11 Sep 2011 07:53:45 +0000</pubDate>
			<dc:creator>newuser</dc:creator>
			<guid isPermaLink="false">26685@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;When I click on &#34;HOME&#34; on the menu, the page says &#34;Archive for HOME&#34; - how can i get rid of that?&#60;/p&#62;
&#60;p&#62;Similarly, on clicking any category, it says &#34;Archive for Category&#34; - I would like to remove that.&#60;/p&#62;
&#60;p&#62;On clicking all other menus, it repeats the name of the menu again on the page - how do i get rid of that?&#60;/p&#62;
&#60;p&#62;how do I make my &#34;HOME&#34; page same as the one I get when I click my logo?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
