<?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: Removing &quot;Leave a Comment&quot;, Date, and &quot;File Under&quot; fields on posts</title>
		<link>http://en.forums.wordpress.com/topic/removing-leave-a-comment-date-and-file-under-fields-on-posts</link>
		<description>WordPress.com Forums &#187; Topic: Removing &quot;Leave a Comment&quot;, Date, and &quot;File Under&quot; fields on posts</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 16:45:21 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/removing-leave-a-comment-date-and-file-under-fields-on-posts" rel="self" type="application/rss+xml" />

		<item>
			<title>timethief on "Removing &quot;Leave a Comment&quot;, Date, and &quot;File Under&quot; fields on posts"</title>
			<link>http://en.forums.wordpress.com/topic/removing-leave-a-comment-date-and-file-under-fields-on-posts#post-1166590</link>
			<pubDate>Thu, 28 Feb 2013 20:49:02 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1166590@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><strong>Important note:</strong> CSS editing is theme dependent. In some themes, categories and/or tags, dates, authors and the leave a comment link  cannot be hidden independently, as they are all in the same selector, which means if you hide one, then you hide them all.</p>
<p>To hide the categories on posts in the Pilcrow theme:<br />
.entry-categories {<br />
display: none;<br />
}</p>
<p>The following will get rid of the tags and the comment link, but leave the categories.<br />
.entry-tags, .comment-number {<br />
display: none;<br />
}</p>
<p>To get rid of tags and keep the comments:<br />
.entry-tags {<br />
display: none;<br />
}
</p>
]]></description>
					</item>
		<item>
			<title>worldofhannah on "Removing &quot;Leave a Comment&quot;, Date, and &quot;File Under&quot; fields on posts"</title>
			<link>http://en.forums.wordpress.com/topic/removing-leave-a-comment-date-and-file-under-fields-on-posts#post-1166587</link>
			<pubDate>Thu, 28 Feb 2013 20:45:56 +0000</pubDate>
			<dc:creator>worldofhannah</dc:creator>
			<guid isPermaLink="false">1166587@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I checked it on Safari, Google Chrome, Internet Explorer and Firefox and it looked like this on all of them... </p>
<p><a href="http://i.imgur.com/nKGWR1e.png" rel="nofollow">http://i.imgur.com/nKGWR1e.png</a></p>
<p>This is quite the puzzle!
</p>
]]></description>
					</item>
		<item>
			<title>brandonjohnston538 on "Removing &quot;Leave a Comment&quot;, Date, and &quot;File Under&quot; fields on posts"</title>
			<link>http://en.forums.wordpress.com/topic/removing-leave-a-comment-date-and-file-under-fields-on-posts#post-1166513</link>
			<pubDate>Thu, 28 Feb 2013 19:39:30 +0000</pubDate>
			<dc:creator>brandonjohnston538</dc:creator>
			<guid isPermaLink="false">1166513@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Here is a link<br />
<a href="http://i.imgur.com/nZ2hp78.png" rel="nofollow">http://i.imgur.com/nZ2hp78.png</a></p>
<p>See the date on the top left of the photos? Perhaps only I can see them? Although, I took this screenshot when I was logged out of my account.</p>
<p>Thanks! The first codes worked great, they allowed for a much cleaner looking layout. The dates are the last piece of the puzzle.
</p>
]]></description>
					</item>
		<item>
			<title>worldofhannah on "Removing &quot;Leave a Comment&quot;, Date, and &quot;File Under&quot; fields on posts"</title>
			<link>http://en.forums.wordpress.com/topic/removing-leave-a-comment-date-and-file-under-fields-on-posts#post-1166395</link>
			<pubDate>Thu, 28 Feb 2013 17:39:42 +0000</pubDate>
			<dc:creator>worldofhannah</dc:creator>
			<guid isPermaLink="false">1166395@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I don't see a date. Did you already figure out how to get rid of it?
</p>
]]></description>
					</item>
		<item>
			<title>brandonjohnston538 on "Removing &quot;Leave a Comment&quot;, Date, and &quot;File Under&quot; fields on posts"</title>
			<link>http://en.forums.wordpress.com/topic/removing-leave-a-comment-date-and-file-under-fields-on-posts#post-1166362</link>
			<pubDate>Thu, 28 Feb 2013 17:03:43 +0000</pubDate>
			<dc:creator>brandonjohnston538</dc:creator>
			<guid isPermaLink="false">1166362@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey, that worked great. Is there any way to get rid of the date? That's the only thing I need gone now.
</p>
]]></description>
					</item>
		<item>
			<title>worldofhannah on "Removing &quot;Leave a Comment&quot;, Date, and &quot;File Under&quot; fields on posts"</title>
			<link>http://en.forums.wordpress.com/topic/removing-leave-a-comment-date-and-file-under-fields-on-posts#post-1165701</link>
			<pubDate>Wed, 27 Feb 2013 21:08:06 +0000</pubDate>
			<dc:creator>worldofhannah</dc:creator>
			<guid isPermaLink="false">1165701@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>These two codes should do it for you: </p>
<p><code>.entry-links {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;.wf-active .entry-meta {&lt;br /&gt;
    display: none;&lt;br /&gt;
}</code>
</p>
]]></description>
					</item>
		<item>
			<title>brandonjohnston538 on "Removing &quot;Leave a Comment&quot;, Date, and &quot;File Under&quot; fields on posts"</title>
			<link>http://en.forums.wordpress.com/topic/removing-leave-a-comment-date-and-file-under-fields-on-posts#post-1165630</link>
			<pubDate>Wed, 27 Feb 2013 19:52:30 +0000</pubDate>
			<dc:creator>brandonjohnston538</dc:creator>
			<guid isPermaLink="false">1165630@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey, </p>
<p>I want only my photo's to display on the main page, giving my website a more clean and professional look.</p>
<p>Is this possible? I've been searching to no avail. </p>
<p>Here is my website<br />
<a href="http://www.brandonjohnstonphoto.com" rel="nofollow">http://www.brandonjohnstonphoto.com</a></p>
<p>And I'm using Pillcrow theme, upgrade is activated. </p>
<p>Thank you!
</p>
]]></description>
					</item>

	</channel>
</rss>
