<?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: Issue with action hook</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Mon, 20 May 2013 14:24:25 +0000</pubDate>

<item>
<title>Jonny Janiero on "Issue with action hook"</title>
<link>http://themeshaper.com/forums/topic/issue-with-action-hook#post-15426</link>
<pubDate>Tue, 07 Sep 2010 13:36:50 +0000</pubDate>
<dc:creator>Jonny Janiero</dc:creator>
<guid isPermaLink="false">15426@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;glad it helped.&#60;br /&#62;
mark this topic as resolved
&#60;/p&#62;</description>
</item>
<item>
<title>crzy4prple on "Issue with action hook"</title>
<link>http://themeshaper.com/forums/topic/issue-with-action-hook#post-15407</link>
<pubDate>Mon, 06 Sep 2010 22:25:15 +0000</pubDate>
<dc:creator>crzy4prple</dc:creator>
<guid isPermaLink="false">15407@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Oh Jonny you're my hero!!!  Thanks so much!!!!
&#60;/p&#62;</description>
</item>
<item>
<title>Jonny Janiero on "Issue with action hook"</title>
<link>http://themeshaper.com/forums/topic/issue-with-action-hook#post-15379</link>
<pubDate>Sat, 04 Sep 2010 21:24:11 +0000</pubDate>
<dc:creator>Jonny Janiero</dc:creator>
<guid isPermaLink="false">15379@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;i think the only mistake you made was the extra&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;at the end
&#60;/p&#62;</description>
</item>
<item>
<title>Jonny Janiero on "Issue with action hook"</title>
<link>http://themeshaper.com/forums/topic/issue-with-action-hook#post-15378</link>
<pubDate>Sat, 04 Sep 2010 21:23:16 +0000</pubDate>
<dc:creator>Jonny Janiero</dc:creator>
<guid isPermaLink="false">15378@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;had a little look&#60;br /&#62;
got it working, see demo&#60;br /&#62;
&#60;a href=&#34;http://www.dev.virtualpudding.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.dev.virtualpudding.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;i pasted the following in functions.php&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function childtheme_slideshow() { ?&#38;gt;
&#38;lt;div id=&#38;quot;flash-container&#38;quot;&#38;gt;
&#38;lt;?php if (function_exists(&#38;#39;wp_flash_img_show&#38;#39;)) {wp_flash_img_show();}  ?&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;?php }

add_action(&#38;#39;thematic_belowheader&#38;#39;,&#38;#39;childtheme_slideshow&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;wrapped in div so i could style&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#flash-container {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;obviously, style as you wish.&#60;br /&#62;
hope this helps. if so, mark post as resolved
&#60;/p&#62;</description>
</item>
<item>
<title>crzy4prple on "Issue with action hook"</title>
<link>http://themeshaper.com/forums/topic/issue-with-action-hook#post-15377</link>
<pubDate>Sat, 04 Sep 2010 20:10:56 +0000</pubDate>
<dc:creator>crzy4prple</dc:creator>
<guid isPermaLink="false">15377@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;please please can I get some help?
&#60;/p&#62;</description>
</item>
<item>
<title>crzy4prple on "Issue with action hook"</title>
<link>http://themeshaper.com/forums/topic/issue-with-action-hook#post-15321</link>
<pubDate>Thu, 02 Sep 2010 03:18:46 +0000</pubDate>
<dc:creator>crzy4prple</dc:creator>
<guid isPermaLink="false">15321@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm trying to add the following to the belowheader hook, for some reason it's not working.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function childtheme_slideshow() {

if (function_exists(&#38;#39;wp_flash_img_show&#38;#39;)) {wp_flash_img_show();} 

add_action(&#38;#39;thematic_belowheader&#38;#39;,&#38;#39;childtheme_slideshow&#38;#39;);}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I have no idea what I'm doing wrong.  The only other thing in my function file is the new menu thing for 3.0 and the custom background.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
