<?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 move content from post header to post footer?</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sun, 19 May 2013 13:28:21 +0000</pubDate>

<item>
<title>helgatheviking on "How to move content from post header to post footer?"</title>
<link>http://themeshaper.com/forums/topic/how-to-move-content-from-post-header-to-post-footer#post-18165</link>
<pubDate>Fri, 07 Jan 2011 15:30:15 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">18165@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;you need a quick primer on child theming:&#60;br /&#62;
&#60;a href=&#34;http://www.catswhocode.com/blog/wordpress-how-to-easily-create-a-thematic-child-theme&#34; rel=&#34;nofollow&#34;&#62;http://www.catswhocode.com/blog/wordpress-how-to-easily-create-a-thematic-child-theme&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;then you are going to need to dig up the functions that create the postheader and postfooter.  (hint they are in thematic/extensions/content-extensions.php).  i usually copy them straight over to my child's functions.php with the appropriate override name.  for instance:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function childtheme_override_postheader(){
   echo &#38;quot;bacon!&#38;quot;;
}

function childtheme_override_postfooter(){
  echo &#38;quot;wow more bacon&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>SidneyWatts on "How to move content from post header to post footer?"</title>
<link>http://themeshaper.com/forums/topic/how-to-move-content-from-post-header-to-post-footer#post-18159</link>
<pubDate>Fri, 07 Jan 2011 05:06:34 +0000</pubDate>
<dc:creator>SidneyWatts</dc:creator>
<guid isPermaLink="false">18159@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm trying to move the content in the post header (author, date, and link to edit) to the post footer. I have no idea how to do this in PHP because I know very little about computer code. &#60;/p&#62;
&#60;p&#62;I also want to remove some content from the footer (author and categories).&#60;/p&#62;
&#60;p&#62;EDIT: Here's my blog: &#60;a href=&#34;http://www.sidneywatts.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.sidneywatts.com/&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
