<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: top menu says home twice?</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Thu, 23 May 2013 20:22:11 +0000</pubDate>

<item>
<title>em hr on "top menu says home twice?"</title>
<link>http://themeshaper.com/forums/topic/top-menu-says-home-twice#post-12354</link>
<pubDate>Thu, 13 May 2010 02:13:29 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">12354@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;That's OK try and copy this code and paste it into your child theme's functions.php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function child_menu_args($args) {
    $args [&#38;#39;show_home&#38;#39;] = &#38;#39;Blog&#38;#39;;
    return $args;
}
add_filter(&#38;#39;wp_page_menu_args&#38;#39;,&#38;#39;child_menu_args&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>explinfin on "top menu says home twice?"</title>
<link>http://themeshaper.com/forums/topic/top-menu-says-home-twice#post-12353</link>
<pubDate>Thu, 13 May 2010 01:17:42 +0000</pubDate>
<dc:creator>explinfin</dc:creator>
<guid isPermaLink="false">12353@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;wow i have no idea what any of that means. :(
&#60;/p&#62;</description>
</item>
<item>
<title>em hr on "top menu says home twice?"</title>
<link>http://themeshaper.com/forums/topic/top-menu-says-home-twice#post-12352</link>
<pubDate>Thu, 13 May 2010 00:58:06 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">12352@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;This function will work with Thematic 0.9.6.2&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function child_menu_args($args) {
    $args [&#38;#39;show_home&#38;#39;] = &#38;#39;Blog&#38;#39;;
    return $args;
}
add_filter(&#38;#39;wp_page_menu_args&#38;#39;,&#38;#39;child_menu_args&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;but future versions of Thematic will require you to set the echo parameter to false. The following function will work with future versions of Thematic released after 0.9.6.2&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function child_menu_args($args) {
    $args [&#38;#39;show_home&#38;#39;] = &#38;#39;Blog&#38;#39;;
    $args [&#38;#39;echo&#38;#39;] = false;

    return $args;
}
add_filter(&#38;#39;wp_page_menu_args&#38;#39;,&#38;#39;child_menu_args&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;See &#60;a href=&#34;http://developing.thematic4you.com/2010/04/breaking-things-to-fix-others/&#34; rel=&#34;nofollow&#34;&#62;http://developing.thematic4you.com/2010/04/breaking-things-to-fix-others/&#60;/a&#62; for more info&#60;/p&#62;
&#60;p&#62;-Gene
&#60;/p&#62;</description>
</item>
<item>
<title>explinfin on "top menu says home twice?"</title>
<link>http://themeshaper.com/forums/topic/top-menu-says-home-twice#post-12351</link>
<pubDate>Thu, 13 May 2010 00:32:22 +0000</pubDate>
<dc:creator>explinfin</dc:creator>
<guid isPermaLink="false">12351@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I have set my site to go to a static page on the main page.&#60;/p&#62;
&#60;p&#62;I want when you click &#34;Home&#34; it to go to a page i have titled &#34;home&#34; but now it shows up on the top menu &#34;Home, About, Home&#34; and both &#34;home's click through to the main page.&#60;/p&#62;
&#60;p&#62;How do i make the 2nd &#34;home&#34; go away? &#60;/p&#62;
&#60;p&#62;Also, how do I make it say &#34;Blog&#34; on the top beside the first &#34;home&#34; so that when they click there it goes to show my most recent posts like a regular blog?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
