<?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: Breaking things to fix others</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sun, 19 May 2013 17:14:29 +0000</pubDate>

<item>
<title>helgatheviking on "Breaking things to fix others"</title>
<link>http://themeshaper.com/forums/topic/breaking-things-to-fix-others#post-11904</link>
<pubDate>Sat, 24 Apr 2010 20:20:38 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">11904@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks for the heads up chris!
&#60;/p&#62;</description>
</item>
<item>
<title>xxxevilgrinxxx on "Breaking things to fix others"</title>
<link>http://themeshaper.com/forums/topic/breaking-things-to-fix-others#post-11899</link>
<pubDate>Sat, 24 Apr 2010 16:49:58 +0000</pubDate>
<dc:creator>xxxevilgrinxxx</dc:creator>
<guid isPermaLink="false">11899@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;thanks for the head's up, Chris!&#60;br /&#62;
I am using version .9.6.1 of Thematic ( I haven't really figured out SVN yet), so would this be an issue for me?&#60;/p&#62;
&#60;p&#62;I've noted the change to echo, but as I use the wp_page_menu twice in my functions, can you let me know what changes I may have to make, if any?&#60;br /&#62;
relevant code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// Adds a home link to your menu
// &#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;
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;);

//add links to the menu
function child_add_menu_items($output) {
	$my_code = &#38;#39;&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://qwstnevrythg.com/&#38;quot; target=&#38;quot;blank&#38;quot;&#38;gt;Question Everything&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://astore.amazon.com/fdbrightly-20&#38;quot; target=&#38;quot;blank&#38;quot;&#38;gt;The Shelf&#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;
&#60;p&#62;I haven't noticed any difference to my theme yet, nothing appears to be broken....but it's coming, isn't it :)&#60;br /&#62;
Thanks in advance for any help you can offer!
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Breaking things to fix others"</title>
<link>http://themeshaper.com/forums/topic/breaking-things-to-fix-others#post-11897</link>
<pubDate>Sat, 24 Apr 2010 16:16:37 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">11897@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I know, that I promised not to break existing child themes with future versions of Thematic. But sometimes it is necessary to break things 'cause we need to fix others.&#60;/p&#62;
&#60;p&#62;Read more about &#60;a href=&#34;http://developing.thematic4you.com/2010/04/breaking-things-to-fix-others/&#34;&#62;Breaking things to fix others&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>

</channel>
</rss>
