<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: Customising post metadata</title>
		<link>http://en.forums.wordpress.com/topic/customising-post-metadata</link>
		<description>WordPress.com Forums &#187; Topic: Customising post metadata</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 03:22:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/customising-post-metadata" rel="self" type="application/rss+xml" />

		<item>
			<title>judyb12 on "Customising post metadata"</title>
			<link>http://en.forums.wordpress.com/topic/customising-post-metadata#post-121929</link>
			<pubDate>Tue, 02 Oct 2007 17:14:45 +0000</pubDate>
			<dc:creator>judyb12</dc:creator>
			<guid isPermaLink="false">121929@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>well, it depends where you put that tag.  If you just want the comment area to go away, it's easier to turn off comments in the post or page itself.</p>
<p>Go to Dashboard-&#62;Manage-&#62;Posts/Pages-&#62;Edit (for the post/page you want to edit)-&#62;Discussion Options-&#62;Allow Comments
</p>
]]></description>
					</item>
		<item>
			<title>scuhs on "Customising post metadata"</title>
			<link>http://en.forums.wordpress.com/topic/customising-post-metadata#post-121919</link>
			<pubDate>Tue, 02 Oct 2007 16:59:36 +0000</pubDate>
			<dc:creator>scuhs</dc:creator>
			<guid isPermaLink="false">121919@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>Let me make sure I understand correctly.. If I use display: none; this will get rid of the comment area?</p>
<p>Thanks,<br />
Zman
</p>
]]></description>
					</item>
		<item>
			<title>danlewer on "Customising post metadata"</title>
			<link>http://en.forums.wordpress.com/topic/customising-post-metadata#post-119993</link>
			<pubDate>Wed, 26 Sep 2007 12:51:39 +0000</pubDate>
			<dc:creator>danlewer</dc:creator>
			<guid isPermaLink="false">119993@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>OK - thanks - I'll give that a go and let you know how I get on! The only reason I didn't originally start from scratch with Sandbox was lack of experience with CSS.
</p>
]]></description>
					</item>
		<item>
			<title>arschflugkoerper on "Customising post metadata"</title>
			<link>http://en.forums.wordpress.com/topic/customising-post-metadata#post-118081</link>
			<pubDate>Fri, 21 Sep 2007 11:15:11 +0000</pubDate>
			<dc:creator>arschflugkoerper</dc:creator>
			<guid isPermaLink="false">118081@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I guess with the Neat theme this is not possible, but you could try the Sandbox theme, which supports entry-author, entry-category and entry-commentlink classes for the metadata. Something like this would remove the tags:</p>
<p>.entry-meta .entry-category {<br />
display:none;<br />
}</p>
<p>As far as i can see, your design could be easily recreated using Sandbox.
</p>
]]></description>
					</item>
		<item>
			<title>danlewer on "Customising post metadata"</title>
			<link>http://en.forums.wordpress.com/topic/customising-post-metadata#post-117700</link>
			<pubDate>Thu, 20 Sep 2007 17:00:37 +0000</pubDate>
			<dc:creator>danlewer</dc:creator>
			<guid isPermaLink="false">117700@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>cheers devblog
</p>
]]></description>
					</item>
		<item>
			<title>devblog on "Customising post metadata"</title>
			<link>http://en.forums.wordpress.com/topic/customising-post-metadata#post-117670</link>
			<pubDate>Thu, 20 Sep 2007 15:58:56 +0000</pubDate>
			<dc:creator>devblog</dc:creator>
			<guid isPermaLink="false">117670@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>True,  I didn't realize that the comments link was there too.</p>
<p>Answering your question: no, I don't think this is possible just using CSS.  That would need editing the .php files which we can't here.
</p>
]]></description>
					</item>
		<item>
			<title>danlewer on "Customising post metadata"</title>
			<link>http://en.forums.wordpress.com/topic/customising-post-metadata#post-117578</link>
			<pubDate>Thu, 20 Sep 2007 09:37:25 +0000</pubDate>
			<dc:creator>danlewer</dc:creator>
			<guid isPermaLink="false">117578@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks. I'm trying to get rid of the categories, but not the link to comments. I think the code display:none gets rid of everything.</p>
<p>Do you know how do do this?</p>
<p>All the best
</p>
]]></description>
					</item>
		<item>
			<title>devblog on "Customising post metadata"</title>
			<link>http://en.forums.wordpress.com/topic/customising-post-metadata#post-117472</link>
			<pubDate>Wed, 19 Sep 2007 23:08:21 +0000</pubDate>
			<dc:creator>devblog</dc:creator>
			<guid isPermaLink="false">117472@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm assuming you have the CSS upgrade.  If you do, try this:</p>
<p>Locate the <strong>.postmetadata</strong> class selector and add this rule:</p>
<pre><code>display: none;</code></pre>
<p>HTH
</p>
]]></description>
					</item>
		<item>
			<title>danlewer on "Customising post metadata"</title>
			<link>http://en.forums.wordpress.com/topic/customising-post-metadata#post-117380</link>
			<pubDate>Wed, 19 Sep 2007 20:54:56 +0000</pubDate>
			<dc:creator>danlewer</dc:creator>
			<guid isPermaLink="false">117380@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi all,</p>
<p>Does anyone know how to customise what information is shown in the post metadata?</p>
<p>I use the 'neat' theme and want to remove the tags from the metadata.</p>
<p>My blog address is <a href="http://inbalance.wordpress.com/" rel="nofollow">http://inbalance.wordpress.com/</a></p>
<p>Thank you!<br />
Dan
</p>
]]></description>
					</item>

	</channel>
</rss>
