<?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 to remove intro text on portfolio?</title>
		<link>http://www.kriesi.at/support/topic/how-to-remove-intro-text-on-portfolio</link>
		<description>Support Forum - Topic: How to remove intro text on portfolio?</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 20:56:36 +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-to-remove-intro-text-on-portfolio" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "How to remove intro text on portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-intro-text-on-portfolio#post-100121</link>
			<pubDate>Thu, 07 Mar 2013 20:53:24 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100121@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Must have been slipped in some time in an update :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anorcan on "How to remove intro text on portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-intro-text-on-portfolio#post-100004</link>
			<pubDate>Thu, 07 Mar 2013 12:16:07 +0000</pubDate>
			<dc:creator>anorcan</dc:creator>
			<guid isPermaLink="false">100004@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, you're right! Thanks.&#60;/p&#62;
&#60;p&#62;I've also seen you can write just an excerpt on every item porftolio, just at the bottom of the admin page...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to remove intro text on portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-intro-text-on-portfolio#post-99945</link>
			<pubDate>Thu, 07 Mar 2013 01:35:08 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">99945@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Its already set as the excerpt, so it would probably be the actual excerpt in that case. You can see it in includes&#38;gt;loop-portfolio.php on line 99.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anorcan on "How to remove intro text on portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-intro-text-on-portfolio#post-99858</link>
			<pubDate>Wed, 06 Mar 2013 18:18:32 +0000</pubDate>
			<dc:creator>anorcan</dc:creator>
			<guid isPermaLink="false">99858@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes I know, but on Portfolio item that option is not working. Do you know where is related code about how long text is shown on preview items on portfolio pages? Maybe I can try in this way...&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to remove intro text on portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-intro-text-on-portfolio#post-99837</link>
			<pubDate>Wed, 06 Mar 2013 16:48:42 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">99837@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can use the more tag to tell wordpress where to cut off content for previews. See: &#60;a href=&#34;http://en.support.wordpress.com/splitting-content/more-tag/&#34; rel=&#34;nofollow&#34;&#62;http://en.support.wordpress.com/splitting-content/more-tag/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anorcan on "How to remove intro text on portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-intro-text-on-portfolio#post-99760</link>
			<pubDate>Wed, 06 Mar 2013 09:12:55 +0000</pubDate>
			<dc:creator>anorcan</dc:creator>
			<guid isPermaLink="false">99760@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Cool, thank you very much! And... if I want just to show a few lines?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to remove intro text on portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-intro-text-on-portfolio#post-99642</link>
			<pubDate>Tue, 05 Mar 2013 16:55:45 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">99642@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi anorcan,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .portfolio-entry-description .entry-content {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anorcan on "How to remove intro text on portfolio?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-intro-text-on-portfolio#post-99576</link>
			<pubDate>Tue, 05 Mar 2013 11:05:00 +0000</pubDate>
			<dc:creator>anorcan</dc:creator>
			<guid isPermaLink="false">99576@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi again guys,&#60;/p&#62;
&#60;p&#62;I have another question. I'd like to remove the intro text on every item over portfolio list. I mean, just to see image and title, and then, when you click on it, to go to the full item with title, image and content.&#60;/p&#62;
&#60;p&#62;Is it possible? How to do it? Thanks in advance
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
