<?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: Remove entry meta</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Thu, 23 May 2013 12:43:45 +0000</pubDate>

<item>
<title>helgatheviking on "Remove entry meta"</title>
<link>http://themeshaper.com/forums/topic/remove-entry-meta#post-23063</link>
<pubDate>Wed, 14 Sep 2011 02:45:09 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">23063@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;use conditional logic:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function empty_meta($postmeta){
  if(is_single()){
     return $postmeta;
  } else {
 //sound of one hand clapping
  }
}
add_filter(&#38;#39;thematic_postheader_postmeta&#38;#39;,&#38;#39;empty_meta&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>ismh on "Remove entry meta"</title>
<link>http://themeshaper.com/forums/topic/remove-entry-meta#post-23061</link>
<pubDate>Wed, 14 Sep 2011 00:58:39 +0000</pubDate>
<dc:creator>ismh</dc:creator>
<guid isPermaLink="false">23061@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Is there a way to do this on the main blog pages, but on single posts, still have the content show?
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Remove entry meta"</title>
<link>http://themeshaper.com/forums/topic/remove-entry-meta#post-22969</link>
<pubDate>Mon, 05 Sep 2011 03:24:02 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22969@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;try:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function empty_meta(){
 //sound of one hand clapping
}
add_filter(&#38;#39;thematic_postheader_postmeta&#38;#39;,&#38;#39;empty_meta&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Jamie Mitchell on "Remove entry meta"</title>
<link>http://themeshaper.com/forums/topic/remove-entry-meta#post-22968</link>
<pubDate>Sun, 04 Sep 2011 21:55:42 +0000</pubDate>
<dc:creator>Jamie Mitchell</dc:creator>
<guid isPermaLink="false">22968@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;hi sowingseeds&#60;/p&#62;
&#60;p&#62;yeh i don't like using display none, better to remove the action properly
&#60;/p&#62;</description>
</item>
<item>
<title>sowingseeds on "Remove entry meta"</title>
<link>http://themeshaper.com/forums/topic/remove-entry-meta#post-22962</link>
<pubDate>Sun, 04 Sep 2011 08:52:20 +0000</pubDate>
<dc:creator>sowingseeds</dc:creator>
<guid isPermaLink="false">22962@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Easiest is probably in your child theme stylesheet .entry-meta { display:none; }
&#60;/p&#62;</description>
</item>
<item>
<title>Jamie Mitchell on "Remove entry meta"</title>
<link>http://themeshaper.com/forums/topic/remove-entry-meta#post-22961</link>
<pubDate>Sun, 04 Sep 2011 07:46:08 +0000</pubDate>
<dc:creator>Jamie Mitchell</dc:creator>
<guid isPermaLink="false">22961@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;hey guys&#60;/p&#62;
&#60;p&#62;does anyone know the action to remove the entry meta, the whole thing, as it is not really needed for a simple news section of a site i'm doing&#60;/p&#62;
&#60;p&#62;thanks so much
&#60;/p&#62;</description>
</item>

</channel>
</rss>
