<?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: How do I remove the date on my portfolio posts in Brightbox?</title>
		<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-date-on-my-portfolio-posts-in-brightbox</link>
		<description>Support Forum - Topic: How do I remove the date on my portfolio posts in Brightbox?</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 06:24:40 +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/how-do-i-remove-the-date-on-my-portfolio-posts-in-brightbox" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "How do I remove the date on my portfolio posts in Brightbox?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-date-on-my-portfolio-posts-in-brightbox#post-64333</link>
			<pubDate>Sun, 08 Jul 2012 07:44:44 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">64333@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi chad,&#60;/p&#62;
&#60;p&#62;Just add the following css code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.comment-container {
   display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this is helpful. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>smashley on "How do I remove the date on my portfolio posts in Brightbox?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-date-on-my-portfolio-posts-in-brightbox#post-64094</link>
			<pubDate>Fri, 06 Jul 2012 14:20:43 +0000</pubDate>
			<dc:creator>smashley</dc:creator>
			<guid isPermaLink="false">64094@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! Now is there a way to remove the &#34;comments off&#34; icon that remains? Also, I noticed that when I use the dynamic template on pages or portfolio posts, my sidebar widgets go away and the post becomes full width. Is there a fix for that?&#60;/p&#62;
&#60;p&#62;thanks for great support!&#60;/p&#62;
&#60;p&#62;-chad
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How do I remove the date on my portfolio posts in Brightbox?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-date-on-my-portfolio-posts-in-brightbox#post-64028</link>
			<pubDate>Fri, 06 Jul 2012 05:02:35 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">64028@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Just add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.date-container {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do I remove the date on my portfolio posts in Brightbox?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-date-on-my-portfolio-posts-in-brightbox#post-64026</link>
			<pubDate>Fri, 06 Jul 2012 05:00:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">64026@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up includes/loop-index.php and replace following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;date-container&#38;#39;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;?php the_time(&#38;#39;d&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;strong&#38;gt;&#38;lt;?php the_time(&#38;#39;M&#38;#39;) ?&#38;gt; &#38;lt;?php the_time(&#38;#39;Y&#38;#39;) ?&#38;gt;&#38;lt;/strong&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if( get_post_type() != &#38;#39;portfolio&#38;#39; ) { ?&#38;gt;
					&#38;lt;span class=&#38;#39;date-container&#38;#39;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;?php the_time(&#38;#39;d&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;strong&#38;gt;&#38;lt;?php the_time(&#38;#39;M&#38;#39;) ?&#38;gt; &#38;lt;?php the_time(&#38;#39;Y&#38;#39;) ?&#38;gt;&#38;lt;/strong&#38;gt;&#38;lt;/span&#38;gt;
&#38;lt;?php } ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>smashley on "How do I remove the date on my portfolio posts in Brightbox?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-remove-the-date-on-my-portfolio-posts-in-brightbox#post-63959</link>
			<pubDate>Thu, 05 Jul 2012 22:13:00 +0000</pubDate>
			<dc:creator>smashley</dc:creator>
			<guid isPermaLink="false">63959@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can someone tell me how to remove the date from my portfolio posts in Brightbox? Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
