<?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: added sidebars to home.php but I think I did it wrong</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Tue, 21 May 2013 07:47:42 +0000</pubDate>

<item>
<title>farout on "added sidebars to home.php but I think I did it wrong"</title>
<link>http://themeshaper.com/forums/topic/how-do-i-add-sidebars-to-homephp-in-my-child-theme#post-20106</link>
<pubDate>Tue, 29 Mar 2011 18:02:28 +0000</pubDate>
<dc:creator>farout</dc:creator>
<guid isPermaLink="false">20106@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Resolved:&#60;/p&#62;
&#60;p&#62;I changed the home page  to:&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#38;lt;!-- #container --&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php &#60;/p&#62;
&#60;p&#62;    // action hook for placing content below #container&#60;br /&#62;
    thematic_belowcontainer();&#60;br /&#62;
get_sidebar();&#60;br /&#62;
    // calling the standard sidebar&#60;br /&#62;
    //thematic_sidebar();&#60;/p&#62;
&#60;p&#62;    // calling footer.php&#60;br /&#62;
    get_footer();&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;/p&#62;
&#60;p&#62;and now I see the sidebar - Thank you firebug!!&#60;/p&#62;
&#60;p&#62;I am sure I am still doing it wrong - but after 10 hours - it will do.
&#60;/p&#62;</description>
</item>
<item>
<title>farout on "added sidebars to home.php but I think I did it wrong"</title>
<link>http://themeshaper.com/forums/topic/how-do-i-add-sidebars-to-homephp-in-my-child-theme#post-20105</link>
<pubDate>Tue, 29 Mar 2011 17:41:05 +0000</pubDate>
<dc:creator>farout</dc:creator>
<guid isPermaLink="false">20105@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;aso tried:&#60;br /&#62;
function childtheme_secondary_aside() {&#60;br /&#62;
	if (is_page()) {&#60;br /&#62;
		if (is_sidebar_active('secondary-aside')) {&#60;br /&#62;
			echo thematic_before_widget_area('secondary-aside');&#60;br /&#62;
			dynamic_sidebar('secondary-aside');&#60;br /&#62;
			echo thematic_after_widget_area('secondary-aside');&#60;br /&#62;
		}&#60;br /&#62;
	}&#60;br /&#62;
}&#60;br /&#62;
.. and then .. without removing an action or so:&#60;/p&#62;
&#60;p&#62;function change_secondary_aside($content) {&#60;br /&#62;
	$content['Secondary Aside']['function'] = 'childtheme_secondary_aside';&#60;br /&#62;
	return $content;&#60;br /&#62;
}&#60;br /&#62;
add_filter('thematic_widgetized_areas','change_secondary_aside');&#60;/p&#62;
&#60;p&#62;nothing
&#60;/p&#62;</description>
</item>
<item>
<title>farout on "added sidebars to home.php but I think I did it wrong"</title>
<link>http://themeshaper.com/forums/topic/how-do-i-add-sidebars-to-homephp-in-my-child-theme#post-20103</link>
<pubDate>Tue, 29 Mar 2011 16:45:28 +0000</pubDate>
<dc:creator>farout</dc:creator>
<guid isPermaLink="false">20103@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;&#38;lt;?php thematic_belowcontent();&#60;br /&#62;
			thematic_primary_aside();&#60;br /&#62;
			thematic_secondary_aside();&#60;br /&#62;
			?&#38;gt; &#60;/p&#62;
&#60;p&#62;But where do I make the primary and secondary areas active?
&#60;/p&#62;</description>
</item>
<item>
<title>farout on "added sidebars to home.php but I think I did it wrong"</title>
<link>http://themeshaper.com/forums/topic/how-do-i-add-sidebars-to-homephp-in-my-child-theme#post-20101</link>
<pubDate>Tue, 29 Mar 2011 15:48:39 +0000</pubDate>
<dc:creator>farout</dc:creator>
<guid isPermaLink="false">20101@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;How do I add sidebars to home.php in my child theme? &#60;/p&#62;
&#60;p&#62;I created a child theme. All the pages, single, search,etc all have the left and right sidebars per the excellent Thematic layout: 3c-fixed!&#60;/p&#62;
&#60;p&#62;			&#38;lt;/div&#38;gt;&#38;lt;!-- #content --&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php thematic_belowcontent();&#60;br /&#62;
			dynamic_sidebar('primary-aside');&#60;br /&#62;
			dynamic_sidebar('secondary-aside');&#60;br /&#62;
			?&#38;gt; &#60;/p&#62;
&#60;p&#62;But that has all the wrong css.&#60;/p&#62;
&#60;p&#62;What am I doing wrong?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
