<?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: how can i edit the extension files?</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Thu, 20 Jun 2013 07:21:45 +0000</pubDate>

<item>
<title>CatLady916 on "how can i edit the extension files?"</title>
<link>http://themeshaper.com/forums/topic/how-can-i-edit-the-extension-files#post-12863</link>
<pubDate>Mon, 07 Jun 2010 13:49:32 +0000</pubDate>
<dc:creator>CatLady916</dc:creator>
<guid isPermaLink="false">12863@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;oh! now that i see it like that, i totally get it! i was thinking that when you use remove_action, it will delete it, making it not useful at all...&#60;/p&#62;
&#60;p&#62;i'm still a newbie - thanks for answering my (now) dumb question!&#60;/p&#62;
&#60;p&#62;(=^_^=)
&#60;/p&#62;</description>
</item>
<item>
<title>arturkim on "how can i edit the extension files?"</title>
<link>http://themeshaper.com/forums/topic/how-can-i-edit-the-extension-files#post-12851</link>
<pubDate>Mon, 07 Jun 2010 07:57:39 +0000</pubDate>
<dc:creator>arturkim</dc:creator>
<guid isPermaLink="false">12851@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;You should read about how to use action and filter hooks in a child theme. In this case, you would need the following:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function remove_blogtitle() {
	remove_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;thematic_blogtitle&#38;#39;,3);
}
add_action(&#38;#39;init&#38;#39;, &#38;#39;remove_blogtitle&#38;#39;);

function childtheme_blogtitle() { ?&#38;gt;
	&#38;lt;div id=&#38;quot;blog-title&#38;quot;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;url&#38;#39;) ?&#38;gt;/&#38;quot; title=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;) ?&#38;gt;&#38;quot; rel=&#38;quot;home&#38;quot;&#38;gt;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;) ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;?php }
add_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;childtheme_blogtitle&#38;#39;,3);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>CatLady916 on "how can i edit the extension files?"</title>
<link>http://themeshaper.com/forums/topic/how-can-i-edit-the-extension-files#post-12849</link>
<pubDate>Mon, 07 Jun 2010 01:37:33 +0000</pubDate>
<dc:creator>CatLady916</dc:creator>
<guid isPermaLink="false">12849@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;i'd like to add something extra inside div#blog-title - the only way i see this happening is to manually add it into the thematic_blogtitle function in the actual header-extensions.php file. &#60;/p&#62;
&#60;p&#62;i tried copying a version and editing that, hoping it would override like a normal template file...i even tried creating a \library\extensions folder inside my child theme folder and still nothing...&#60;/p&#62;
&#60;p&#62;is it possible, since i shouldn't directly edit the &#34;thematic\library\extensions\header-extensions.php&#34; file, to somehow edit (or add on to) it in a child theme?&#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
