<?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: Hide portfolio dates in Flashlight theme</title>
		<link>http://www.kriesi.at/support/topic/hide-portfolio-dates-in-flashlight-theme</link>
		<description>Support Forum - Topic: Hide portfolio dates in Flashlight theme</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 02:52:51 +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/hide-portfolio-dates-in-flashlight-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Hide portfolio dates in Flashlight theme"</title>
			<link>http://www.kriesi.at/support/topic/hide-portfolio-dates-in-flashlight-theme#post-50309</link>
			<pubDate>Fri, 06 Apr 2012 06:10:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">50309@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Glad that I could help you :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eliz1927 on "Hide portfolio dates in Flashlight theme"</title>
			<link>http://www.kriesi.at/support/topic/hide-portfolio-dates-in-flashlight-theme#post-50301</link>
			<pubDate>Fri, 06 Apr 2012 04:46:42 +0000</pubDate>
			<dc:creator>eliz1927</dc:creator>
			<guid isPermaLink="false">50301@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Excellent! Thank you so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Hide portfolio dates in Flashlight theme"</title>
			<link>http://www.kriesi.at/support/topic/hide-portfolio-dates-in-flashlight-theme#post-49208</link>
			<pubDate>Fri, 30 Mar 2012 09:34:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">49208@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
open up framework\php\class-framework-widgets.php and search for following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;span class=&#38;#39;news-time&#38;#39;&#38;gt;&#38;quot;.get_the_time(&#38;quot;F j, Y, g:i a&#38;quot;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change it to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;span class=&#38;#39;news-time&#38;#39;&#38;gt;&#38;quot;.get_the_time(&#38;quot;F j, Y&#38;quot;).&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>eliz1927 on "Hide portfolio dates in Flashlight theme"</title>
			<link>http://www.kriesi.at/support/topic/hide-portfolio-dates-in-flashlight-theme#post-49146</link>
			<pubDate>Thu, 29 Mar 2012 22:39:36 +0000</pubDate>
			<dc:creator>eliz1927</dc:creator>
			<guid isPermaLink="false">49146@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do I remove the time only from the Recent Posts list the shows up on the left side bar?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LePepita on "Hide portfolio dates in Flashlight theme"</title>
			<link>http://www.kriesi.at/support/topic/hide-portfolio-dates-in-flashlight-theme#post-43314</link>
			<pubDate>Fri, 24 Feb 2012 08:35:05 +0000</pubDate>
			<dc:creator>LePepita</dc:creator>
			<guid isPermaLink="false">43314@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i also tried this and the second example worked at least for portfolio overview, but in archive for: i still get ''/ in Categorie'' displayed..&#60;br /&#62;
how to remove that one also?&#60;br /&#62;
thx
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jrichman63 on "Hide portfolio dates in Flashlight theme"</title>
			<link>http://www.kriesi.at/support/topic/hide-portfolio-dates-in-flashlight-theme#post-42790</link>
			<pubDate>Tue, 21 Feb 2012 20:46:54 +0000</pubDate>
			<dc:creator>jrichman63</dc:creator>
			<guid isPermaLink="false">42790@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great that code worked, but it left &#34; / in &#34; still there which looks a bit off.  How do I remove that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Hide portfolio dates in Flashlight theme"</title>
			<link>http://www.kriesi.at/support/topic/hide-portfolio-dates-in-flashlight-theme#post-42783</link>
			<pubDate>Tue, 21 Feb 2012 20:06:33 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">42783@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This will also hide the blog date and time because they use the same functions to display but add the following to your Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.template-blog-overview .date{
display:none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jrichman63 on "Hide portfolio dates in Flashlight theme"</title>
			<link>http://www.kriesi.at/support/topic/hide-portfolio-dates-in-flashlight-theme#post-42590</link>
			<pubDate>Mon, 20 Feb 2012 19:11:33 +0000</pubDate>
			<dc:creator>jrichman63</dc:creator>
			<guid isPermaLink="false">42590@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;But portfolio categories, &#34;Archive:______&#34; still shows the date and time.  How do you hide those?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eliz1927 on "Hide portfolio dates in Flashlight theme"</title>
			<link>http://www.kriesi.at/support/topic/hide-portfolio-dates-in-flashlight-theme#post-38870</link>
			<pubDate>Fri, 27 Jan 2012 02:29:20 +0000</pubDate>
			<dc:creator>eliz1927</dc:creator>
			<guid isPermaLink="false">38870@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd like to keep the date but hide the time.  How do I do that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Hide portfolio dates in Flashlight theme"</title>
			<link>http://www.kriesi.at/support/topic/hide-portfolio-dates-in-flashlight-theme#post-38664</link>
			<pubDate>Wed, 25 Jan 2012 12:20:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">38664@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
please add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.single-portfolio .blog-meta{
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will hide the date, time, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eliz1927 on "Hide portfolio dates in Flashlight theme"</title>
			<link>http://www.kriesi.at/support/topic/hide-portfolio-dates-in-flashlight-theme#post-38608</link>
			<pubDate>Tue, 24 Jan 2012 22:01:18 +0000</pubDate>
			<dc:creator>eliz1927</dc:creator>
			<guid isPermaLink="false">38608@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;LOVE this theme!  But want to remove the date and time from individual portfolio pages.  Will you help me with that?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
