<?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 Tag: thematic_brandingopen</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Fri, 24 May 2013 11:50:06 +0000</pubDate>

<item>
<title>helgatheviking on "Adding a div before #branding"</title>
<link>http://themeshaper.com/forums/topic/adding-a-div-before-branding#post-17056</link>
<pubDate>Tue, 16 Nov 2010 21:15:32 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">17056@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;indeed it does!  i just needed it to show something in the div when testing.  don't forget to mark the thread as resolved.
&#60;/p&#62;</description>
</item>
<item>
<title>joperron on "Adding a div before #branding"</title>
<link>http://themeshaper.com/forums/topic/adding-a-div-before-branding#post-17055</link>
<pubDate>Tue, 16 Nov 2010 20:47:26 +0000</pubDate>
<dc:creator>joperron</dc:creator>
<guid isPermaLink="false">17055@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks, bacon rules!
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Adding a div before #branding"</title>
<link>http://themeshaper.com/forums/topic/adding-a-div-before-branding#post-17053</link>
<pubDate>Tue, 16 Nov 2010 20:22:42 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">17053@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;you were missing some ; after the add_action statements&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function move_brandingopen(){
remove_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;thematic_brandingopen&#38;#39;,1);
}
add_action(&#38;#39;init&#38;#39;,&#38;#39;move_brandingopen&#38;#39;);
add_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;thematic_brandingopen&#38;#39;,2);

function top_box() { ?&#38;gt;
	&#38;lt;div id=&#38;quot;topbox&#38;quot;&#38;gt;Bacon&#38;lt;/div&#38;gt;
&#38;lt;?php }
add_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;top_box&#38;#39;,1);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>joperron on "Adding a div before #branding"</title>
<link>http://themeshaper.com/forums/topic/adding-a-div-before-branding#post-17048</link>
<pubDate>Tue, 16 Nov 2010 19:41:53 +0000</pubDate>
<dc:creator>joperron</dc:creator>
<guid isPermaLink="false">17048@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;So... here goes&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php

function move_brandingopen(){
remove_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;thematic_brandingopen&#38;#39;,1);
}
add_action(&#38;#39;init&#38;#39;,&#38;#39;move_brandingopen&#38;#39;);

add_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;thematic_brandingopen&#38;#39;,2)

function top_box() {?&#38;gt; &#38;lt;div id=&#38;quot;topbox&#38;quot;&#38;gt;&#38;lt;/div&#38;gt; &#38;lt;?php}

add_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;top_box&#38;#39;,1)

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Why no workie?&#60;/p&#62;
&#60;p&#62;My PHP skills aren't that great
&#60;/p&#62;</description>
</item>

</channel>
</rss>
