<?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: Custom hook</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 22 May 2013 07:33:35 +0000</pubDate>

<item>
<title>Kyle on "Custom hook"</title>
<link>http://themeshaper.com/forums/topic/custom-hook#post-14087</link>
<pubDate>Fri, 23 Jul 2010 19:20:11 +0000</pubDate>
<dc:creator>Kyle</dc:creator>
<guid isPermaLink="false">14087@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Well, I resorted to installing a plugin that allows me to include PHP in posts/pages. However, I'd really rather be able to hook my PHP component. Again, I'd like it to appear first in the &#34;container&#34; or &#34;content&#34; area so that it's flush with the sidebar.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>Kyle on "Custom hook"</title>
<link>http://themeshaper.com/forums/topic/custom-hook#post-14078</link>
<pubDate>Thu, 22 Jul 2010 19:59:25 +0000</pubDate>
<dc:creator>Kyle</dc:creator>
<guid isPermaLink="false">14078@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Ya, I saw that one, but I don't want it to be above the sidebar.
&#60;/p&#62;</description>
</item>
<item>
<title>tarpontech on "Custom hook"</title>
<link>http://themeshaper.com/forums/topic/custom-hook#post-14072</link>
<pubDate>Thu, 22 Jul 2010 19:28:18 +0000</pubDate>
<dc:creator>tarpontech</dc:creator>
<guid isPermaLink="false">14072@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;The action hook i use most of the time to stick things above the content is thematic_belowheader .
&#60;/p&#62;</description>
</item>
<item>
<title>Kyle on "Custom hook"</title>
<link>http://themeshaper.com/forums/topic/custom-hook#post-14070</link>
<pubDate>Thu, 22 Jul 2010 19:02:06 +0000</pubDate>
<dc:creator>Kyle</dc:creator>
<guid isPermaLink="false">14070@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;As you can tell from my question, I'm new to Thematic and the whole concept of child themes.&#60;/p&#62;
&#60;p&#62;In your code, Chris, you have &#34;anyThematicActionHook.&#34; Looking at &#60;a href=&#34;http://themeshaper.com/thematic/guide/?page_id=10&#34;&#62;the list of hooks&#60;/a&#62;, I don't understand how I include something in the &#34;container&#34; or &#34;content&#34; area, above any other page content, posts, etc.&#60;/p&#62;
&#60;p&#62;Thanks in advance. I'll understand this all just yet!
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Custom hook"</title>
<link>http://themeshaper.com/forums/topic/custom-hook#post-5054</link>
<pubDate>Fri, 10 Jul 2009 16:22:55 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">5054@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;there's no need for an extra hook .. is_front_page() is your friend.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function my_action() {
    if (is_front_page()) {
        &#38;lt;!-- Whatever you want to include here --&#38;gt;
    }
}
add_action(&#38;#39;anyThematicActionHook&#38;#39;, &#38;#39;my_action&#38;#39;};&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>Jamie Mitchell on "Custom hook"</title>
<link>http://themeshaper.com/forums/topic/custom-hook#post-5025</link>
<pubDate>Thu, 09 Jul 2009 09:04:26 +0000</pubDate>
<dc:creator>Jamie Mitchell</dc:creator>
<guid isPermaLink="false">5025@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hey all...&#60;/p&#62;
&#60;p&#62;is it possible to add another hook, just like the thematic_belowheader&#60;/p&#62;
&#60;p&#62;i need one for a custom front page, and there does not seem to be any hooks for pages (hint, hint Ian)&#60;/p&#62;
&#60;p&#62;so i need to create a new hook, which i will use just about the container div of my front-page, this will be used to add some new custom widgets i created.&#60;/p&#62;
&#60;p&#62;thanks in advance...&#60;/p&#62;
&#60;p&#62;j
&#60;/p&#62;</description>
</item>

</channel>
</rss>
