<?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 User Favorites: josswinn</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Thu, 20 Jun 2013 02:38:54 +0000</pubDate>

<item>
<title>Chris on "External links as menu items"</title>
<link>http://themeshaper.com/forums/topic/external-links-as-menu-items#post-8590</link>
<pubDate>Tue, 22 Dec 2009 19:53:52 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">8590@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Create your own Page Widget :)&#60;/p&#62;
&#60;p&#62;Take a look here: &#60;a href=&#34;http://wpengineer.com/wordpress-built-a-widget/&#34; rel=&#34;nofollow&#34;&#62;http://wpengineer.com/wordpress-built-a-widget/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>stengl on "External links as menu items"</title>
<link>http://themeshaper.com/forums/topic/external-links-as-menu-items#post-8577</link>
<pubDate>Mon, 21 Dec 2009 17:20:58 +0000</pubDate>
<dc:creator>stengl</dc:creator>
<guid isPermaLink="false">8577@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I want to add external links as describe by Ian not in the menu, but on the pages widget (in the right sidebar). Any idea how to do that?
&#60;/p&#62;</description>
</item>
<item>
<title>dougal on "External links as menu items"</title>
<link>http://themeshaper.com/forums/topic/external-links-as-menu-items#post-8523</link>
<pubDate>Thu, 17 Dec 2009 12:27:00 +0000</pubDate>
<dc:creator>dougal</dc:creator>
<guid isPermaLink="false">8523@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks, Works well. Anyone know how to put the menu items in front of the wordpress pages items?
&#60;/p&#62;</description>
</item>
<item>
<title>jrobben on "External links as menu items"</title>
<link>http://themeshaper.com/forums/topic/external-links-as-menu-items#post-8442</link>
<pubDate>Sun, 13 Dec 2009 17:18:59 +0000</pubDate>
<dc:creator>jrobben</dc:creator>
<guid isPermaLink="false">8442@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks that worked for me too.  Just don't forget the menu link needs a page to go to&#60;/p&#62;
&#60;p&#62;	&#60;code&#62;$my_code = &#38;#39;&#38;lt;li&#38;lt;a href=&#38;quot;http://www.besthealthsupplies.com/magento/index.php/&#38;quot;&#38;gt;Store&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;&#38;#39;;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>xxxevilgrinxxx on "External links as menu items"</title>
<link>http://themeshaper.com/forums/topic/external-links-as-menu-items#post-6907</link>
<pubDate>Sat, 03 Oct 2009 22:02:39 +0000</pubDate>
<dc:creator>xxxevilgrinxxx</dc:creator>
<guid isPermaLink="false">6907@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;that's perfect! and exactly what I needed :D Thanks so much :D
&#60;/p&#62;</description>
</item>
<item>
<title>em hr on "External links as menu items"</title>
<link>http://themeshaper.com/forums/topic/external-links-as-menu-items#post-6878</link>
<pubDate>Fri, 02 Oct 2009 15:15:59 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">6878@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I think the code up there does not to the current version of thematic (0.9.5.1) The current version uses wp_page_menu() in the thamatic_access() so try filtering wp_page_menu() like so:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function child_add_menu_items($output) {
	$my_code = &#38;#39;&#38;lt;li&#38;gt;&#38;lt;a&#38;gt;my link 1&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;li&#38;gt;&#38;lt;a&#38;gt;my link 2&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;&#38;#39;;
	return str_replace(&#38;#39;&#38;lt;/ul&#38;gt;&#38;#39;,$my_code, $output);
}
add_filter(&#38;#39;wp_page_menu&#38;#39;,&#38;#39;child_add_menu_items&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>em hr on "External links as menu items"</title>
<link>http://themeshaper.com/forums/topic/external-links-as-menu-items#post-6879</link>
<pubDate>Fri, 02 Oct 2009 15:15:59 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">6879@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I think the code up there does not to the current version of thematic (0.9.5.1) The current version uses wp_page_menu() in the thamatic_access() so try filtering wp_page_menu() like so:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function child_add_menu_items($output) {
	$my_code = &#38;#39;&#38;lt;li&#38;gt;&#38;lt;a&#38;gt;my link 1&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;li&#38;gt;&#38;lt;a&#38;gt;my link 2&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;&#38;#39;;
	return str_replace(&#38;#39;&#38;lt;/ul&#38;gt;&#38;#39;,$my_code, $output);
}
add_filter(&#38;#39;wp_page_menu&#38;#39;,&#38;#39;child_add_menu_items&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>xxxevilgrinxxx on "External links as menu items"</title>
<link>http://themeshaper.com/forums/topic/external-links-as-menu-items#post-6872</link>
<pubDate>Fri, 02 Oct 2009 13:18:12 +0000</pubDate>
<dc:creator>xxxevilgrinxxx</dc:creator>
<guid isPermaLink="false">6872@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;&#60;code&#62;add_filter( &#38;#39;sandbox_menu&#38;#39;, &#38;#39;childtheme_menu&#38;#39; );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Hello, I'm also trying to add external links to my menu (childtheme) and so checked out this thread. I've tried adding this, as is, and also changing 'sandbox' to 'thematic', with no results showing up. Theoretically, what I'd like is something like the default 'home' link doohicky, where you could add your external links to the menu, after the pages are listed. That way, every external link I wanted to add could just be added that way, by itself? Is that possible? I'm still such a noob when it comes to playing with this.&#60;/p&#62;
&#60;p&#62;thanks in advance :)&#60;br /&#62;
E.
&#60;/p&#62;</description>
</item>
<item>
<title>marcreck on "External links as menu items"</title>
<link>http://themeshaper.com/forums/topic/external-links-as-menu-items#post-1170</link>
<pubDate>Thu, 18 Dec 2008 20:02:17 +0000</pubDate>
<dc:creator>marcreck</dc:creator>
<guid isPermaLink="false">1170@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;This plug in makes pages link to urls - &#60;a href=&#34;http://txfx.net/code/wordpress/page-links-to/&#34; rel=&#34;nofollow&#34;&#62;http://txfx.net/code/wordpress/page-links-to/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Sean on "External links as menu items"</title>
<link>http://themeshaper.com/forums/topic/external-links-as-menu-items#post-1163</link>
<pubDate>Thu, 18 Dec 2008 00:12:09 +0000</pubDate>
<dc:creator>Sean</dc:creator>
<guid isPermaLink="false">1163@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I also wanted to know how to do exactly that. I have added the code to to the acamas function.php but nothing happened, the menu stayed axactly the same.
&#60;/p&#62;</description>
</item>
<item>
<title>josswinn on "External links as menu items"</title>
<link>http://themeshaper.com/forums/topic/external-links-as-menu-items#post-124</link>
<pubDate>Thu, 31 Jul 2008 14:08:43 +0000</pubDate>
<dc:creator>josswinn</dc:creator>
<guid isPermaLink="false">124@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;That works. Will send the URL when the site is ready. Thanks very much for thematic and your related tutorials. The 'support' for the theme was one of the reasons I decided to go with it.
&#60;/p&#62;</description>
</item>
<item>
<title>josswinn on "Changing sidebar for single posts"</title>
<link>http://themeshaper.com/forums/topic/changing-sidebar-for-single-posts#post-121</link>
<pubDate>Thu, 31 Jul 2008 12:38:25 +0000</pubDate>
<dc:creator>josswinn</dc:creator>
<guid isPermaLink="false">121@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks very much for your quick reply. Works Perfectly in Wordpress and MU.
&#60;/p&#62;</description>
</item>
<item>
<title>josswinn on "External links as menu items"</title>
<link>http://themeshaper.com/forums/topic/external-links-as-menu-items#post-120</link>
<pubDate>Thu, 31 Jul 2008 12:37:45 +0000</pubDate>
<dc:creator>josswinn</dc:creator>
<guid isPermaLink="false">120@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks very much for your quick reply.
&#60;/p&#62;</description>
</item>
<item>
<title>Ian Stewart on "External links as menu items"</title>
<link>http://themeshaper.com/forums/topic/external-links-as-menu-items#post-115</link>
<pubDate>Thu, 31 Jul 2008 11:57:17 +0000</pubDate>
<dc:creator>Ian Stewart</dc:creator>
<guid isPermaLink="false">115@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://themeshaper.com/functions-php-wordpress-child-themes/&#34;&#62;How I used a WordPress Child Theme To Redesign My Blog The Smart Way&#60;/a&#62; has the answer.&#60;/p&#62;
&#60;p&#62;Try using something like&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function childtheme_menu() { ?&#38;gt;
&#38;lt;div id=&#38;quot;menu&#38;quot;&#38;gt;
&#38;lt;ul&#38;gt;
	&#38;lt;li class=&#38;quot;&#38;lt;?php if ( is_page(&#38;#39;about&#38;#39;) ) { ?&#38;gt;current_page_item&#38;lt;?php } else { ?&#38;gt;page_item&#38;lt;?php } ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_option(&#38;#39;home&#38;#39;) ?&#38;gt;/about/&#38;quot; title=&#38;quot;About This Blog&#38;quot;&#38;gt;About&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
	&#38;lt;li class=&#38;quot;&#38;lt;?php if ( is_page(&#38;#39;advertising&#38;#39;) ) { ?&#38;gt;current_page_item&#38;lt;?php } else { ?&#38;gt;page_item&#38;lt;?php } ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_option(&#38;#39;home&#38;#39;) ?&#38;gt;/advertising/&#38;quot; title=&#38;quot;Advertise on My Blog&#38;quot;&#38;gt;Advertise&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
	&#38;lt;li class=&#38;quot;&#38;lt;?php if ( is_page(&#38;#39;contact&#38;#39;) ) { ?&#38;gt;current_page_item&#38;lt;?php } else { ?&#38;gt;page_item&#38;lt;?php } ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_option(&#38;#39;home&#38;#39;) ?&#38;gt;/contact/&#38;quot; title=&#38;quot;Contact Me&#38;quot;&#38;gt;Contact&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;
        &#38;lt;li class=&#38;quot;page_item&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;quot; title=&#38;quot;&#38;quot; rel=&#38;quot;external&#38;quot;&#38;gt;Your External Link&#38;lt;/li&#38;gt;
&#38;lt;/ul&#38;gt;
&#38;lt;/div&#38;gt;

&#38;lt;?php }

add_filter( &#38;#39;sandbox_menu&#38;#39;, &#38;#39;childtheme_menu&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;in the &#60;code&#62;functions.php&#60;/code&#62; of your child theme.
&#60;/p&#62;</description>
</item>
<item>
<title>Ian Stewart on "Changing sidebar for single posts"</title>
<link>http://themeshaper.com/forums/topic/changing-sidebar-for-single-posts#post-114</link>
<pubDate>Thu, 31 Jul 2008 11:54:12 +0000</pubDate>
<dc:creator>Ian Stewart</dc:creator>
<guid isPermaLink="false">114@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://freakytrigger.co.uk/wordpress-setup/&#34;&#62;Widget Logic&#60;/a&#62;. It's what I use on ThemeShaper to control my own text widgets.
&#60;/p&#62;</description>
</item>
<item>
<title>josswinn on "Changing sidebar for single posts"</title>
<link>http://themeshaper.com/forums/topic/changing-sidebar-for-single-posts#post-113</link>
<pubDate>Thu, 31 Jul 2008 09:26:57 +0000</pubDate>
<dc:creator>josswinn</dc:creator>
<guid isPermaLink="false">113@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'd like the 'text' widget to appear at the top of the front page sidebar but disappear on every other page. I've been looking at the various widget display options but can't see a way to have two sidebars (one for the front page and one for everything else).&#60;/p&#62;
&#60;p&#62;Any help would be much appreciated.&#60;br /&#62;
Thanks&#60;br /&#62;
Joss
&#60;/p&#62;</description>
</item>
<item>
<title>josswinn on "External links as menu items"</title>
<link>http://themeshaper.com/forums/topic/external-links-as-menu-items#post-112</link>
<pubDate>Thu, 31 Jul 2008 09:21:35 +0000</pubDate>
<dc:creator>josswinn</dc:creator>
<guid isPermaLink="false">112@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm in the process of setting up Thematic for a site and would like to have a couple of menu items that link off to external sites, just as the Themeshaper sites has a link to this forum: &#60;a href=&#34;http://themeshaper.com/thematic-for-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/thematic-for-wordpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;By default, the menu items are internal pages.&#60;/p&#62;
&#60;p&#62;Can anyone help?&#60;/p&#62;
&#60;p&#62;Thank you&#60;br /&#62;
Joss
&#60;/p&#62;</description>
</item>

</channel>
</rss>
