<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Disable date, comment, author data from posts</title>
		<link>http://www.kriesi.at/support/topic/disable-date-comment-author-data-from-posts</link>
		<description>Support Forum - Topic: Disable date, comment, author data from posts</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 08:01:48 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/disable-date-comment-author-data-from-posts" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Disable date, comment, author data from posts"</title>
			<link>http://www.kriesi.at/support/topic/disable-date-comment-author-data-from-posts#post-46822</link>
			<pubDate>Sun, 18 Mar 2012 07:31:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">46822@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Thread closed :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demozeno on "Disable date, comment, author data from posts"</title>
			<link>http://www.kriesi.at/support/topic/disable-date-comment-author-data-from-posts#post-46449</link>
			<pubDate>Thu, 15 Mar 2012 14:43:06 +0000</pubDate>
			<dc:creator>demozeno</dc:creator>
			<guid isPermaLink="false">46449@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks so much, Devin. You've been a great help. The code worked as advertised. Everything in order now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Disable date, comment, author data from posts"</title>
			<link>http://www.kriesi.at/support/topic/disable-date-comment-author-data-from-posts#post-46354</link>
			<pubDate>Thu, 15 Mar 2012 03:25:25 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">46354@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi demozeno,&#60;/p&#62;
&#60;p&#62;In that case you'll want to use:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.comment-container {
display: none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>demozeno on "Disable date, comment, author data from posts"</title>
			<link>http://www.kriesi.at/support/topic/disable-date-comment-author-data-from-posts#post-46036</link>
			<pubDate>Tue, 13 Mar 2012 16:49:18 +0000</pubDate>
			<dc:creator>demozeno</dc:creator>
			<guid isPermaLink="false">46036@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for quick and helpful response. Just what I was looking for. They both work as you say.&#60;/p&#62;
&#60;p&#62;However, just one more question, as I hinted above, in my second post:&#60;/p&#62;
&#60;p&#62;Is it possible in this line: 07 Mar 2012 ⋅ by??? ⋅ in Featured ⋅ 0 Comments&#60;/p&#62;
&#60;p&#62;just to get rid of the 0 Comments bit, leaving the date, author and categories?&#60;/p&#62;
&#60;p&#62;This code:&#60;/p&#62;
&#60;p&#62;.blog-meta {&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;wipes out the whole line, whereas I was hoping I could just target the 0 Comments bit.&#60;/p&#62;
&#60;p&#62;Many Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Disable date, comment, author data from posts"</title>
			<link>http://www.kriesi.at/support/topic/disable-date-comment-author-data-from-posts#post-46031</link>
			<pubDate>Tue, 13 Mar 2012 16:38:12 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">46031@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi demozeno,&#60;/p&#62;
&#60;p&#62;Yep, you can just target the css class for each item and give it a display:none attribute. Here is the css to add to your Quick CSS or custom.css file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.blog-meta {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;pre&#62;&#60;code&#62;#top .comment-entry{
display: none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>demozeno on "Disable date, comment, author data from posts"</title>
			<link>http://www.kriesi.at/support/topic/disable-date-comment-author-data-from-posts#post-46028</link>
			<pubDate>Tue, 13 Mar 2012 16:22:03 +0000</pubDate>
			<dc:creator>demozeno</dc:creator>
			<guid isPermaLink="false">46028@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've figured out how to disable the data at top of the post, i.e. &#60;/p&#62;
&#60;p&#62;07 Mar 2012 ⋅ by??? ⋅ in Featured ⋅ 0 Comments&#60;/p&#62;
&#60;p&#62;by putting in following code in custom.css file&#60;/p&#62;
&#60;p&#62;.blog-meta, .blog-meta a{&#60;br /&#62;
color:#aaa;&#60;br /&#62;
display:none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;However, it does get rid of the whole line, whereas I was thinking I just wanted to get rid of the 0 Comments at the end. How can I do this?&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>demozeno on "Disable date, comment, author data from posts"</title>
			<link>http://www.kriesi.at/support/topic/disable-date-comment-author-data-from-posts#post-46015</link>
			<pubDate>Tue, 13 Mar 2012 15:10:19 +0000</pubDate>
			<dc:creator>demozeno</dc:creator>
			<guid isPermaLink="false">46015@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello All&#60;/p&#62;
&#60;p&#62;Some help on this would be appreciated.&#60;/p&#62;
&#60;p&#62;I want the option to turn off the following in posts:&#60;/p&#62;
&#60;p&#62;1. At the top of a post, beneath the post title, I want to be able to turn off this data:&#60;/p&#62;
&#60;p&#62;07 Mar 2012 ⋅ by??? ⋅ in Featured ⋅ 0 Comments&#60;/p&#62;
&#60;p&#62;2. At the bottom of a post, I want to be able to turn off this data:&#60;/p&#62;
&#60;p&#62;Comments are closed.&#60;br /&#62;
LEAVE A REPLY&#60;/p&#62;
&#60;p&#62;Which file are these in, and then is it just a question of  display: none; to turn them off?&#60;/p&#62;
&#60;p&#62;Many Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
