<?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 &#039;Home&#039; in the Menu</title>
		<link>http://www.kriesi.at/support/topic/removing-home-in-the-menu</link>
		<description>Support Forum - Topic: Removing &#039;Home&#039; in the Menu</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 06:08:34 +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-home-in-the-menu" rel="self" type="application/rss+xml" />

		<item>
			<title>James Morrison on "Removing &#039;Home&#039; in the Menu"</title>
			<link>http://www.kriesi.at/support/topic/removing-home-in-the-menu#post-3627</link>
			<pubDate>Fri, 27 Aug 2010 16:27:18 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">3627@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You already have the &#60;a href=&#34;http://blog.ranjodh.com/myblog/&#34; rel=&#34;nofollow&#34;&#62;http://blog.ranjodh.com/myblog/&#60;/a&#62; page setup with this option, to make this your homepage you can change the reading settings to this (under WP admin -&#38;gt; Settings -&#38;gt; Reading). &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ranjodh Deol on "Removing &#039;Home&#039; in the Menu"</title>
			<link>http://www.kriesi.at/support/topic/removing-home-in-the-menu#post-3576</link>
			<pubDate>Thu, 26 Aug 2010 17:33:03 +0000</pubDate>
			<dc:creator>Ranjodh Deol</dc:creator>
			<guid isPermaLink="false">3576@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;What I would like to do is, bypass the home page. &#60;/p&#62;
&#60;p&#62;when someone visit &#60;a href=&#34;http://blog.ranjodh.com/&#34; rel=&#34;nofollow&#34;&#62;http://blog.ranjodh.com/&#60;/a&#62; it should display all the posts (as it display on My Blog page) and I would like the bottom page numbers working (1,2,3,..). Please please help.&#60;/p&#62;
&#60;p&#62;Ranjodh
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Removing &#039;Home&#039; in the Menu"</title>
			<link>http://www.kriesi.at/support/topic/removing-home-in-the-menu#post-412</link>
			<pubDate>Thu, 22 Jul 2010 09:03:13 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">412@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;in addition to the changes you already made you must then choose this page as the blog page in your levitation-&#38;gt;blog wordpress settings.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ranjodh Deol on "Removing &#039;Home&#039; in the Menu"</title>
			<link>http://www.kriesi.at/support/topic/removing-home-in-the-menu#post-352</link>
			<pubDate>Wed, 21 Jul 2010 21:11:43 +0000</pubDate>
			<dc:creator>Ranjodh Deol</dc:creator>
			<guid isPermaLink="false">352@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kriesi,&#60;br /&#62;
I would like to display my posts excepts on home page. I tried selecting &#34;Blog page&#34; in Main Page options, but it just shows title of the page nothing else.&#60;/p&#62;
&#60;p&#62;I want to show my recent posts in Home page main area. (As default wordpress shows)&#60;/p&#62;
&#60;p&#62;Please help.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Ranjodh&#60;br /&#62;
&#60;a href=&#34;http://blog.ranjodh.com&#34; rel=&#34;nofollow&#34;&#62;http://blog.ranjodh.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>adellej on "Removing &#039;Home&#039; in the Menu"</title>
			<link>http://www.kriesi.at/support/topic/removing-home-in-the-menu#post-291</link>
			<pubDate>Wed, 21 Jul 2010 11:44:51 +0000</pubDate>
			<dc:creator>adellej</dc:creator>
			<guid isPermaLink="false">291@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Worked perfectly - thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Removing &#039;Home&#039; in the Menu"</title>
			<link>http://www.kriesi.at/support/topic/removing-home-in-the-menu#post-257</link>
			<pubDate>Wed, 21 Jul 2010 09:51:28 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">257@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;open header.php and remove line 65. that should do the trick:&#60;/p&#62;
&#60;pre&#62;
&#38;lt; li &#38;lt;?php if (is_front_page()){echo 'class=&#34;current_page_item&#34;';} ?&#38;gt; &#38;gt;&#38;lt; a href=&#34;&#38;lt;?php echo get_settings('home'); ?&#38;gt;&#34;&#38;gt;Home&#38;lt; /a&#38;gt;&#38;lt; /li&#38;gt;
&#60;/pre&#62;</description>
		</item>
		<item>
			<title>adellej on "Removing &#039;Home&#039; in the Menu"</title>
			<link>http://www.kriesi.at/support/topic/removing-home-in-the-menu#post-200</link>
			<pubDate>Tue, 20 Jul 2010 11:37:44 +0000</pubDate>
			<dc:creator>adellej</dc:creator>
			<guid isPermaLink="false">200@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I've set my website up to have a static page as the front page for my website. However I can't seem to figure out how to hide the link to 'Home' in my menu bar, all I want in my menu bar is the the link to the static page that I've set up. &#60;/p&#62;
&#60;p&#62;Can you help with this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
