<?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 date from posts. Code not working.  :(</title>
		<link>http://en.forums.wordpress.com/topic/removing-date-from-posts-code-not-working</link>
		<description>WordPress.com Forums &#187; Topic: Removing date from posts. Code not working.  :(</description>
		<language>en</language>
		<pubDate>Mon, 20 May 2013 06:45:50 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/removing-date-from-posts-code-not-working" rel="self" type="application/rss+xml" />

		<item>
			<title>tanyablanck on "Removing date from posts. Code not working.  :("</title>
			<link>http://en.forums.wordpress.com/topic/removing-date-from-posts-code-not-working#post-884271</link>
			<pubDate>Fri, 11 May 2012 14:18:33 +0000</pubDate>
			<dc:creator>tanyablanck</dc:creator>
			<guid isPermaLink="false">884271@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thank you.  That's helpful. :)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Removing date from posts. Code not working.  :("</title>
			<link>http://en.forums.wordpress.com/topic/removing-date-from-posts-code-not-working#post-884208</link>
			<pubDate>Fri, 11 May 2012 12:52:00 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">884208@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>No worries!</p>
<p>CSS for different themes is different, so there's no guarantee advice in one thread will work for you if it's based on a different theme (a good thing to know when searching). Following are the three main ways I use to search. If you can't find the answer you're looking for, start a <a href="http://en.forums.wordpress.com/forum/css-customization/#postform">new thread</a>.</p>
<p>1. Using forum tags: <a href="http://en.forums.wordpress.com/tags/greyzed" rel="nofollow">http://en.forums.wordpress.com/tags/greyzed</a></p>
<p>2. The built in forum search: <a href="http://en.forums.wordpress.com/search.php?q=greyzed+comment+bubble" rel="nofollow">http://en.forums.wordpress.com/search.php?q=greyzed+comment+bubble</a> (you may need to scroll to the Relevant Topics section)</p>
<p>3. Google: <a href="https://www.google.com/search?q=en.forums.wordpress.com+greyzed+comment+bubble" rel="nofollow">https://www.google.com/search?q=en.forums.wordpress.com+greyzed+comment+bubble</a></p>
<p>Cheers :)
</p>
]]></description>
					</item>
		<item>
			<title>tanyablanck on "Removing date from posts. Code not working.  :("</title>
			<link>http://en.forums.wordpress.com/topic/removing-date-from-posts-code-not-working#post-883951</link>
			<pubDate>Fri, 11 May 2012 03:38:56 +0000</pubDate>
			<dc:creator>tanyablanck</dc:creator>
			<guid isPermaLink="false">883951@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>sorry for posting in the wrong place.  I find searching the forums to be very confusing and got excited that someone was asking the same question that I had.  How can I quickly find posts about CSS on the theme that my site is using? Greyzed  Thanks for all of your help today!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Removing date from posts. Code not working.  :("</title>
			<link>http://en.forums.wordpress.com/topic/removing-date-from-posts-code-not-working#post-883906</link>
			<pubDate>Fri, 11 May 2012 02:28:38 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">883906@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@tanyablanck, a lot of CSS is theme specific. This thread is about the Triton Lite, and the <a href="http://thedancefusionstudio.com/" rel="nofollow">http://thedancefusionstudio.com/</a> blog is using the Greyzed theme. </p>
<p>I checked your blog and I found that you hid the date posted and category on your home page using this CSS:</p>
<pre><code>small {
	display:none;
}</code></pre>
<p>Note that will affect any text added using the "small" tag. To make it a little more specific and to try to prevent hiding some text you didn't want to hide, try this instead:</p>
<pre><code>.posttitle small {
	display:none;
}</code></pre>
<p>In the future, could you please start a separate thread for questions about separate themes? It helps to keep the forums organized and easier to search in the future.
</p>
]]></description>
					</item>
		<item>
			<title>tanyablanck on "Removing date from posts. Code not working.  :("</title>
			<link>http://en.forums.wordpress.com/topic/removing-date-from-posts-code-not-working#post-883845</link>
			<pubDate>Fri, 11 May 2012 00:19:38 +0000</pubDate>
			<dc:creator>tanyablanck</dc:creator>
			<guid isPermaLink="false">883845@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have tried all of these codes as well and cannot remove the date posted or "category" from my home page. <a href="http://thedancefusionstudio.com" rel="nofollow">http://thedancefusionstudio.com</a>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Removing date from posts. Code not working.  :("</title>
			<link>http://en.forums.wordpress.com/topic/removing-date-from-posts-code-not-working#post-866749</link>
			<pubDate>Wed, 18 Apr 2012 01:03:51 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">866749@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks jtanna01! .entry-date should work. To remove the date from the posts on the home page as well, add this:</p>
<pre><code>.date-meta {
    display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>jtanna01 on "Removing date from posts. Code not working.  :("</title>
			<link>http://en.forums.wordpress.com/topic/removing-date-from-posts-code-not-working#post-864565</link>
			<pubDate>Sat, 14 Apr 2012 19:07:29 +0000</pubDate>
			<dc:creator>jtanna01</dc:creator>
			<guid isPermaLink="false">864565@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Have you tried this?</p>
<pre><code>time.entry-date {
	display: none;
}</code></pre>
<p>Good luck.
</p>
]]></description>
					</item>
		<item>
			<title>rebeccaearp on "Removing date from posts. Code not working.  :("</title>
			<link>http://en.forums.wordpress.com/topic/removing-date-from-posts-code-not-working#post-864380</link>
			<pubDate>Sat, 14 Apr 2012 10:31:03 +0000</pubDate>
			<dc:creator>rebeccaearp</dc:creator>
			<guid isPermaLink="false">864380@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>I have been trying to remove the date display from my posts in Triton Lite.</p>
<p>I have tried the following codes but none are making any difference in preview.<br />
Can anyone help?</p>
<pre><code>.post-category {
display:none;
}

.post-date {
display:none;
}

.entry-meta {
display:none;
}</code></pre>
<p>Thank you.</p>
<p>Rebecca.
</p>
]]></description>
					</item>

	</channel>
</rss>
