<?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: Home link in Menu</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Mon, 20 May 2013 03:36:05 +0000</pubDate>

<item>
<title>helgatheviking on "Home link in Menu"</title>
<link>http://themeshaper.com/forums/topic/home-link-in-menu#post-26389</link>
<pubDate>Tue, 17 Apr 2012 12:31:52 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">26389@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;read: &#60;a href=&#34;http://themeshaper.com/forums/topic/thematic-menus-demystified-1&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/thematic-menus-demystified-1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;also, why not just create a custom menu?
&#60;/p&#62;</description>
</item>
<item>
<title>sowingseeds on "Home link in Menu"</title>
<link>http://themeshaper.com/forums/topic/home-link-in-menu#post-26383</link>
<pubDate>Tue, 17 Apr 2012 07:16:07 +0000</pubDate>
<dc:creator>sowingseeds</dc:creator>
<guid isPermaLink="false">26383@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;It does depend some on which version of Thematic you are using. Try changing the 'echo' from true to false, and add a priority number '20' on the last line:&#60;/p&#62;
&#60;p&#62;add_filter('wp_page_menu_args','childtheme_menu_args',20);
&#60;/p&#62;</description>
</item>
<item>
<title>Karl-Arne on "Home link in Menu"</title>
<link>http://themeshaper.com/forums/topic/home-link-in-menu#post-26382</link>
<pubDate>Tue, 17 Apr 2012 05:25:45 +0000</pubDate>
<dc:creator>Karl-Arne</dc:creator>
<guid isPermaLink="false">26382@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello again.&#60;br /&#62;
I am trying to add a home link in the menu. In function.php I comment out this lines as described but nothing happen.&#60;/p&#62;
&#60;p&#62;// Adds a home link to your menu&#60;br /&#62;
// &#60;a href=&#34;http://codex.wordpress.org/Template_Tags/wp_page_menu&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Template_Tags/wp_page_menu&#60;/a&#62;&#60;br /&#62;
function childtheme_menu_args($args) {&#60;br /&#62;
    $args = array(&#60;br /&#62;
        'show_home' =&#38;gt; 'forsiden',&#60;br /&#62;
        'sort_column' =&#38;gt; 'menu_order',&#60;br /&#62;
        'menu_class' =&#38;gt; 'menu',&#60;br /&#62;
        'echo' =&#38;gt; true&#60;br /&#62;
    );&#60;br /&#62;
	return $args;&#60;br /&#62;
}&#60;br /&#62;
add_filter('wp_page_menu_args','childtheme_menu_args');&#60;/p&#62;
&#60;p&#62;I have also read &#60;a href=&#34;http://codex.wordpress.org/Template_Tags/wp_page_menu&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Template_Tags/wp_page_menu&#60;/a&#62; but can't figure out how to enable home in the menu.&#60;/p&#62;
&#60;p&#62;Thanks for your time
&#60;/p&#62;</description>
</item>

</channel>
</rss>
