<?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 Tag: Menu order</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Mon, 20 May 2013 12:55:14 +0000</pubDate>

<item>
<title>amygail on "Issue with menu - not linking properly"</title>
<link>http://themeshaper.com/forums/topic/issue-with-menu-not-linking-properly#post-5702</link>
<pubDate>Mon, 10 Aug 2009 20:08:26 +0000</pubDate>
<dc:creator>amygail</dc:creator>
<guid isPermaLink="false">5702@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Cool! Glad it worked for you.
&#60;/p&#62;</description>
</item>
<item>
<title>devhel on "Issue with menu - not linking properly"</title>
<link>http://themeshaper.com/forums/topic/issue-with-menu-not-linking-properly#post-5699</link>
<pubDate>Mon, 10 Aug 2009 19:34:14 +0000</pubDate>
<dc:creator>devhel</dc:creator>
<guid isPermaLink="false">5699@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Amy, you rock. I'm just digging into all this and operating on a learning curve. I also tend to jump into things and slowly work my way out. I didn't realize that the functions.php file was commented out until I went in there.
&#60;/p&#62;</description>
</item>
<item>
<title>amygail on "Issue with menu - not linking properly"</title>
<link>http://themeshaper.com/forums/topic/issue-with-menu-not-linking-properly#post-5698</link>
<pubDate>Mon, 10 Aug 2009 19:16:49 +0000</pubDate>
<dc:creator>amygail</dc:creator>
<guid isPermaLink="false">5698@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;You can add the &#34;home&#34; link with this  (in your functions.php)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function childtheme_menu_args($args) {
    $args = array(
        &#38;#39;show_home&#38;#39; =&#38;gt; &#38;#39;Home&#38;#39;,
        &#38;#39;sort_column&#38;#39; =&#38;gt; &#38;#39;menu_order&#38;#39;,
        &#38;#39;menu_class&#38;#39; =&#38;gt; &#38;#39;menu&#38;#39;,
        &#38;#39;echo&#38;#39; =&#38;gt; true
    );
	return $args;
}
add_filter(&#38;#39;wp_page_menu_args&#38;#39;,&#38;#39;childtheme_menu_args&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you want it to say &#34;Blog&#34; instead of &#34;Home&#34; change&#60;br /&#62;
'show_home' =&#38;gt; 'Home',&#60;br /&#62;
to&#60;/p&#62;
&#60;p&#62;'show_home' =&#38;gt; 'Blog',
&#60;/p&#62;</description>
</item>
<item>
<title>devhel on "Issue with menu - not linking properly"</title>
<link>http://themeshaper.com/forums/topic/issue-with-menu-not-linking-properly#post-5697</link>
<pubDate>Mon, 10 Aug 2009 18:47:56 +0000</pubDate>
<dc:creator>devhel</dc:creator>
<guid isPermaLink="false">5697@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm following you, but if I delete the page I manually created for &#34;blog&#34;, I also lose it as a navigational element. My question would be, how/where would a navigational element for that page then get created? Is this something obvious and automated that I'm missing?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>amygail on "Issue with menu - not linking properly"</title>
<link>http://themeshaper.com/forums/topic/issue-with-menu-not-linking-properly#post-5695</link>
<pubDate>Mon, 10 Aug 2009 18:03:26 +0000</pubDate>
<dc:creator>amygail</dc:creator>
<guid isPermaLink="false">5695@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;If you want the &#34;home&#34; page to be the &#34;blog&#34; page - you don't need to worry about setting a page template - or even creating the page - it's auto-magic. &#60;/p&#62;
&#60;p&#62;There's no 'homepage' template, you didn't delete it. By default, the 'blog' page is actually the index. Make sense?&#60;/p&#62;
&#60;p&#62;If you're just going to have the &#34;blog&#34; and &#34;about&#34; page, it will make your life a bit easier to go with the method I mentioned above.
&#60;/p&#62;</description>
</item>
<item>
<title>devhel on "Issue with menu - not linking properly"</title>
<link>http://themeshaper.com/forums/topic/issue-with-menu-not-linking-properly#post-5694</link>
<pubDate>Mon, 10 Aug 2009 17:53:56 +0000</pubDate>
<dc:creator>devhel</dc:creator>
<guid isPermaLink="false">5694@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks for the input Amy. In error, I may have deleted the original homepage that came with the install. But I did think that it would be easy enough to create a new page (which is what I thought I did by following the instructions from the thread I linked to in my first post).&#60;/p&#62;
&#60;p&#62;Whether or not it is being demonstrated, my intention is that the 'blog' page is dynamic and the 'about' page is static. Though, depending on the business requirement, I can envision a scenario for brochure-ware website that would need to have some marketing message front and center.&#60;/p&#62;
&#60;p&#62;-Dennis
&#60;/p&#62;</description>
</item>
<item>
<title>amygail on "Issue with menu - not linking properly"</title>
<link>http://themeshaper.com/forums/topic/issue-with-menu-not-linking-properly#post-5679</link>
<pubDate>Sun, 09 Aug 2009 21:04:32 +0000</pubDate>
<dc:creator>amygail</dc:creator>
<guid isPermaLink="false">5679@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;The home page is already, by default, the blog.&#60;br /&#62;
If you go back to your 'reading' section and set it so &#34;front page displays: your latest posts&#34; - you'll should be good.&#60;/p&#62;
&#60;p&#62;Is there a reason you wanted to use a static page instead?
&#60;/p&#62;</description>
</item>
<item>
<title>devhel on "Issue with menu - not linking properly"</title>
<link>http://themeshaper.com/forums/topic/issue-with-menu-not-linking-properly#post-5674</link>
<pubDate>Sun, 09 Aug 2009 17:34:42 +0000</pubDate>
<dc:creator>devhel</dc:creator>
<guid isPermaLink="false">5674@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I think I may have solved this problem -- using the &#34;page links to&#34; widget, I'm pointing to the index page (in this instance, &#34;blog') to the homepage. &#60;/p&#62;
&#60;p&#62;It seems to be working, I'm just wondering if this would be considered &#34;good&#34; practice or a hack that will come back to haunt me.
&#60;/p&#62;</description>
</item>
<item>
<title>devhel on "Issue with menu - not linking properly"</title>
<link>http://themeshaper.com/forums/topic/issue-with-menu-not-linking-properly#post-5663</link>
<pubDate>Sat, 08 Aug 2009 22:41:19 +0000</pubDate>
<dc:creator>devhel</dc:creator>
<guid isPermaLink="false">5663@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;This topic was addressed here, &#60;a href=&#34;http://themeshaper.com/forums/topic/blog-tab-in-main-nav#post-2188&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/blog-tab-in-main-nav#post-2188&#60;/a&#62; but my issue goes beyond that.&#60;/p&#62;
&#60;p&#62;So far, there are two navigational elements: &#34;blog&#34; and &#34;about&#34;. &#34;Blog&#34; is meant to be the home page. The &#34;about&#34; page is a secondary page. Things would appear to be working, except that when you are on the &#34;about&#34; page and click back to &#34;blog&#34;, the &#34;blog&#34; page then renders without the test posts. Weird, huh?&#60;/p&#62;
&#60;p&#62;This is the test site: &#60;a href=&#34;http://www.dennisvanhuffel.org/client/rpeterson/&#34; rel=&#34;nofollow&#34;&#62;http://www.dennisvanhuffel.org/client/rpeterson/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks in advance if anyone can provide me w/some direction or a solution!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
