<?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: A div between "subsidiary" and "siteinfo"</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sun, 26 May 2013 08:46:57 +0000</pubDate>

<item>
<title>sowingseeds on "A div between "subsidiary" and "siteinfo""</title>
<link>http://themeshaper.com/forums/topic/a-div-between-subsidiary-and-siteinfo#post-26567</link>
<pubDate>Mon, 23 Apr 2012 15:47:07 +0000</pubDate>
<dc:creator>sowingseeds</dc:creator>
<guid isPermaLink="false">26567@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Sorry about the double function!!! Hope the syntax error is sorted.
&#60;/p&#62;</description>
</item>
<item>
<title>Minimalist on "A div between "subsidiary" and "siteinfo""</title>
<link>http://themeshaper.com/forums/topic/a-div-between-subsidiary-and-siteinfo#post-26566</link>
<pubDate>Mon, 23 Apr 2012 15:19:12 +0000</pubDate>
<dc:creator>Minimalist</dc:creator>
<guid isPermaLink="false">26566@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thank you so much, helgatheviking! &#60;/p&#62;
&#60;p&#62;Hopefully, I will find some easy to follow tutorials some day and learn how to take advantage of filters and functions. But right now I am more comfortable with hard-coading. I know it is sad.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "A div between "subsidiary" and "siteinfo""</title>
<link>http://themeshaper.com/forums/topic/a-div-between-subsidiary-and-siteinfo#post-26565</link>
<pubDate>Mon, 23 Apr 2012 15:01:59 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">26565@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;there's no need for 2 functions, but put everything on a priority between the 2.... sowingseeds says it is 10 and 20, so 15 should work fine.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function kia_footer_div(){ ?&#38;gt;
  &#38;lt;div&#38;gt;
     &#38;lt;a href=&#38;quot;#&#38;quot;&#38;gt;A link to bacon&#38;lt;/a&#38;gt;
  &#38;lt;/div&#38;gt;
&#38;lt;?php
}
add_action(&#38;#39;thematic_footer&#38;#39;,&#38;#39;kia_footer_div&#38;#39;,15);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;you could also theoretically add a wp_nav_menu there instead of hard-coding.  see my menu thread for how to register and add a secondary menu
&#60;/p&#62;</description>
</item>
<item>
<title>Minimalist on "A div between "subsidiary" and "siteinfo""</title>
<link>http://themeshaper.com/forums/topic/a-div-between-subsidiary-and-siteinfo#post-26564</link>
<pubDate>Mon, 23 Apr 2012 14:54:50 +0000</pubDate>
<dc:creator>Minimalist</dc:creator>
<guid isPermaLink="false">26564@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks for answering, sowingseeds!&#60;/p&#62;
&#60;p&#62;Pardon my ignorance... how/where do I insert my HTML now? I am getting a syntax error when trying to insert it in my functions file.
&#60;/p&#62;</description>
</item>
<item>
<title>sowingseeds on "A div between "subsidiary" and "siteinfo""</title>
<link>http://themeshaper.com/forums/topic/a-div-between-subsidiary-and-siteinfo#post-26561</link>
<pubDate>Mon, 23 Apr 2012 13:26:32 +0000</pubDate>
<dc:creator>sowingseeds</dc:creator>
<guid isPermaLink="false">26561@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I reckon you could consider putting a division after subsidiary (has priority 10) and before siteinfo (priority 20) through using thematic_footer hook and adding priorities between 11 and 19:&#60;/p&#62;
&#60;p&#62;Try something like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function extra_footer_open(){
echo &#38;#39;&#38;lt;div class=&#38;quot;extra_footer&#38;quot;&#38;gt;&#38;#39;;
}
add_action(&#38;#39;thematic_footer&#38;#39;,&#38;#39;extra_footer_open&#38;#39;,11);

function extra_footer_close(){
echo &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;
}
add_action(&#38;#39;thematic_footer&#38;#39;,&#38;#39;extra_footer_close&#38;#39;,19);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Minimalist on "A div between "subsidiary" and "siteinfo""</title>
<link>http://themeshaper.com/forums/topic/a-div-between-subsidiary-and-siteinfo#post-26560</link>
<pubDate>Mon, 23 Apr 2012 12:14:04 +0000</pubDate>
<dc:creator>Minimalist</dc:creator>
<guid isPermaLink="false">26560@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Can someone please help me insert a new div between the &#34;subsidiary&#34; and &#34;siteinfo&#34; divs inside the footer? I need to display additional links across the footer. Thank you for your time!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
