<?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: How to wrap elements of the post HTML in extra containers</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Fri, 24 May 2013 20:39:40 +0000</pubDate>

<item>
<title>steph on "How to wrap elements of the post HTML in extra containers"</title>
<link>http://themeshaper.com/forums/topic/how-to-wrap-elements-of-the-post-html-in-extra-containers#post-11919</link>
<pubDate>Sun, 25 Apr 2010 17:26:27 +0000</pubDate>
<dc:creator>steph</dc:creator>
<guid isPermaLink="false">11919@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I've been slowly but surely getting to grips with Thematic but one thing I want to do just won't click for me and causes my child theme to break and display my site as a white screen :(&#60;/p&#62;
&#60;p&#62;Here's the basic outline of my post HTML that I have amended by adding extras to functions.php:&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;post&#34;&#38;gt;&#60;br /&#62;
&#38;lt;h2&#38;gt;Post title&#38;lt;/h2&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;entry-meta&#34;&#38;gt;Meta goes here&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;entry-content&#34;&#38;gt;Post content goes here&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;entry-utility&#34;&#38;gt;Tags, category, author etc here&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;Here's the HTML I'd like to have:&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;post&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;post-body&#34;&#38;gt;&#60;br /&#62;
&#38;lt;h2&#38;gt;Post title&#38;lt;/h2&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;entry-meta&#34;&#38;gt;Meta goes here&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;entry-content&#34;&#38;gt;Post content goes here&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#38;lt;!-- end .post-body --&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;post-footer&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;entry-utility&#34;&#38;gt;Tags, category, author etc here&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#38;lt;!-- end .post-footer --&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;Is it possible to achieve this through changing thematic_postheader() and thematic_postfooter() or am I missing something obvious here?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
