<?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 - Tag: excerpts - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/excerpts</link>
		<description>Support Forum - Tag: excerpts - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 07:15:14 +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/tags/excerpts" rel="self" type="application/rss+xml" />

		<item>
			<title>shirazk8 on "View category as excerpts"</title>
			<link>http://www.kriesi.at/support/topic/view-category-as-excerpts#post-111930</link>
			<pubDate>Fri, 17 May 2013 14:26:47 +0000</pubDate>
			<dc:creator>shirazk8</dc:creator>
			<guid isPermaLink="false">111930@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Wow I feel a little dumb.&#60;/p&#62;
&#60;p&#62;Great support you guys! Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "View category as excerpts"</title>
			<link>http://www.kriesi.at/support/topic/view-category-as-excerpts#post-111909</link>
			<pubDate>Fri, 17 May 2013 07:14:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">111909@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You can use the more quicktag: &#60;a href=&#34;http://codex.wordpress.org/Customizing_the_Read_More&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Customizing_the_Read_More&#60;/a&#62; , &#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; to split your content into an excerpt and full version. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shirazk8 on "View category as excerpts"</title>
			<link>http://www.kriesi.at/support/topic/view-category-as-excerpts#post-111789</link>
			<pubDate>Fri, 17 May 2013 01:16:54 +0000</pubDate>
			<dc:creator>shirazk8</dc:creator>
			<guid isPermaLink="false">111789@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm having trouble getting blog posts to show only as excerpts when viewing a category. The demo site does this perfectly here: &#60;a href=&#34;http://www.kriesi.at/themes/enfold/category/frontpage-article/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/enfold/category/frontpage-article/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;But I can't find how to do this on my site. &#60;a href=&#34;http://karenhume.ca/new/category/differentiation/&#34; rel=&#34;nofollow&#34;&#62;http://karenhume.ca/new/category/differentiation/&#60;/a&#62;&#60;br /&#62;
It is showing the full posts.&#60;/p&#62;
&#60;p&#62;Please help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Homepage is showing the full blog post of each post"</title>
			<link>http://www.kriesi.at/support/topic/homepage-is-showing-the-full-blog-post-of-each-post#post-108556</link>
			<pubDate>Thu, 02 May 2013 23:39:55 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">108556@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try to edit index.php then find this code &#60;/p&#62;
&#60;p&#62;&#60;code&#62;the_content(&#38;#39;&#38;lt;span&#38;gt;&#38;#39;.__(&#38;#39;Read more&#38;#39;,&#38;#39;habitat&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with&#60;/p&#62;
&#60;p&#62;&#60;code&#62;the_excerpt(&#38;#39;&#38;lt;span&#38;gt;&#38;#39;.__(&#38;#39;Read more&#38;#39;,&#38;#39;habitat&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fernon on "Homepage is showing the full blog post of each post"</title>
			<link>http://www.kriesi.at/support/topic/homepage-is-showing-the-full-blog-post-of-each-post#post-108446</link>
			<pubDate>Thu, 02 May 2013 15:11:05 +0000</pubDate>
			<dc:creator>fernon</dc:creator>
			<guid isPermaLink="false">108446@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Isn't it possible to program a function somewhere? That the text gets trimmed after 200 words for example. Because I've got more then 80 articles and otherwise I have to edit all the articles with the &#38;lt;!--more&#38;gt; tag.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Custom Post Excerpts To Appear on The Homepage"</title>
			<link>http://www.kriesi.at/support/topic/custom-post-excerpts-to-appear-on-the-homepage#post-105071</link>
			<pubDate>Wed, 10 Apr 2013 12:14:01 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">105071@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Not sure what that code is. Don't use it. Please install this plugin, it will create the field that you want and assign it to the page/post/cpt or all of them. The field will be created and you will see it the next time you edit or add new posts,...&#60;/p&#62;
&#60;p&#62;A simple and ultra friendly API lets you easily retrieve the content and paste it straight into wherever you want it to display. &#60;a href=&#34;http://wordpress.org/extend/plugins/advanced-custom-fields/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/advanced-custom-fields/&#60;/a&#62; 700,000 users of this free plugin can't be wrong.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>spectrecom on "Custom Post Excerpts To Appear on The Homepage"</title>
			<link>http://www.kriesi.at/support/topic/custom-post-excerpts-to-appear-on-the-homepage#post-104912</link>
			<pubDate>Tue, 09 Apr 2013 11:26:52 +0000</pubDate>
			<dc:creator>spectrecom</dc:creator>
			<guid isPermaLink="false">104912@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is the website - &#60;a href=&#34;http://www.spectrecom.co.uk/&#34; rel=&#34;nofollow&#34;&#62;http://www.spectrecom.co.uk/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>spectrecom on "Custom Post Excerpts To Appear on The Homepage"</title>
			<link>http://www.kriesi.at/support/topic/custom-post-excerpts-to-appear-on-the-homepage#post-104899</link>
			<pubDate>Tue, 09 Apr 2013 08:38:04 +0000</pubDate>
			<dc:creator>spectrecom</dc:creator>
			<guid isPermaLink="false">104899@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am trying to create excerpts to appear on my homepage beneath my blog posts, which are appearing using the columns within the template builder.&#60;/p&#62;
&#60;p&#62;Having looked on the support forum I found these lines of code&#60;/p&#62;
&#60;p&#62;For the functions.php - &#60;/p&#62;
&#60;p&#62;function custom_excerpt_length( $length ) {&#60;br /&#62;
	return 50;&#60;br /&#62;
}&#60;br /&#62;
add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );&#60;/p&#62;
&#60;p&#62;function new_excerpt_more($more) {&#60;br /&#62;
return ' ...';&#60;br /&#62;
}&#60;br /&#62;
add_filter('excerpt_more', 'new_excerpt_more');&#60;/p&#62;
&#60;p&#62;and for the loop-index.php - &#60;/p&#62;
&#60;p&#62;&#38;lt;!-- if there is an individual excerpt, show it, otherwise do nothing --&#38;gt;&#60;br /&#62;
&#38;lt;?php if(!empty($post-&#38;gt;post_excerpt)) {&#60;br /&#62;
echo '&#38;lt;div id=&#34;textauszug&#34;&#38;gt;';&#60;br /&#62;
the_excerpt();&#60;br /&#62;
echo '&#38;lt;/div&#38;gt;';&#60;br /&#62;
} ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
if(strpos($avia_config['layout'], 'medium_image sidebar') !== false) echo $slider-&#38;gt;display_small('blog');&#60;br /&#62;
if(!is_single()){&#60;br /&#62;
				the_excerpt(__('Read more  ?','avia_framework'));&#60;br /&#62;
echo '&#60;a href=&#34;'. get_permalink().'&#34;&#62;'.__('Read more  →','avia_framework').'&#60;/a&#62;';&#60;br /&#62;
}else{&#60;br /&#62;
the_content(__('Read more  ?','avia_framework'));&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;When I placed these codes in the editor they took no, effect - only making my blog disappear. Is there a particular place within the .php files I need to put them? I just placed at the bottom.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Category Archive layout issue"</title>
			<link>http://www.kriesi.at/support/topic/category-archive-layout-issue#post-103802</link>
			<pubDate>Mon, 01 Apr 2013 13:26:01 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">103802@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad you were able to get it sorted out. Feel free to post your solution here in case anyone else is looking for the same thing :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>E-media on "Category Archive layout issue"</title>
			<link>http://www.kriesi.at/support/topic/category-archive-layout-issue#post-103662</link>
			<pubDate>Sat, 30 Mar 2013 12:42:28 +0000</pubDate>
			<dc:creator>E-media</dc:creator>
			<guid isPermaLink="false">103662@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Got it. :) tnx anyway
&#60;/p&#62;</description>
		</item>
		<item>
			<title>E-media on "Category Archive layout issue"</title>
			<link>http://www.kriesi.at/support/topic/category-archive-layout-issue#post-103661</link>
			<pubDate>Sat, 30 Mar 2013 12:21:03 +0000</pubDate>
			<dc:creator>E-media</dc:creator>
			<guid isPermaLink="false">103661@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have problem with the category archive layout, because the posts that are in the category are fully shown when you click on the category link in the breadcrumbs menu. &#60;/p&#62;
&#60;p&#62;What I'm trying to say is, that when you click on the category link that is shown in the breadcrumb menu (above the post), you open an archive for that category. That category archive page shows all the posts in that category. But the problem is that all the posts are shown fully (full content), not like a summary or an Excerpts with the link or a &#34;read more..&#34; link to the full post, as it should be.&#60;/p&#62;
&#60;p&#62;It's really anoying because when all the posts are shown you have to scroll endlessly to get to the bottom.&#60;/p&#62;
&#60;p&#62;Can you please help me out.&#60;/p&#62;
&#60;p&#62;Tnx, Regards&#60;br /&#62;
Miro
&#60;/p&#62;</description>
		</item>
		<item>
			<title>russells3 on "Blog page has no options for &#039;Read more&#039; link / excerpt?"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-has-no-options-for-read-more-link-excerpt#post-93338</link>
			<pubDate>Fri, 25 Jan 2013 04:04:18 +0000</pubDate>
			<dc:creator>russells3</dc:creator>
			<guid isPermaLink="false">93338@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok thanks that worked :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Blog page has no options for &#039;Read more&#039; link / excerpt?"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-has-no-options-for-read-more-link-excerpt#post-93194</link>
			<pubDate>Thu, 24 Jan 2013 11:18:35 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">93194@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Russ,&#60;/p&#62;
&#60;p&#62;Inside the content of the posts, try to add this code:&#60;br /&#62;
&#60;code&#62;&#38;lt;!--more--&#38;gt;&#60;/code&#62;&#60;br /&#62;
This is how to use it:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;First paragraph....
&#38;lt;!--more--&#38;gt;
Second paragraph...&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This way, the content will be cut and a read more link will appear (plus you can control where the content will be cut). Also try to go to: Settings &#38;gt; Reading and set &#60;strong&#62;For each article in a feed, show&#60;/strong&#62; to Summary. Hope this helps.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>russells3 on "Blog page has no options for &#039;Read more&#039; link / excerpt?"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-has-no-options-for-read-more-link-excerpt#post-93187</link>
			<pubDate>Thu, 24 Jan 2013 10:29:01 +0000</pubDate>
			<dc:creator>russells3</dc:creator>
			<guid isPermaLink="false">93187@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;On your demo here - &#60;a href=&#34;http://www.kriesi.at/themes/abundance/blog/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/abundance/blog/&#60;/a&#62; the blog page has 'Read more' and displays an excerpt. However on my blog page, which I've tried to create via the dynamic templates and an archive template, the whole post appears.&#60;/p&#62;
&#60;p&#62;You can see what I mean here - &#60;a href=&#34;http://smujy.com/magazine/blog/&#34; rel=&#34;nofollow&#34;&#62;http://smujy.com/magazine/blog/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That page is a category linked from the menu but the same happens if I try to use a dynamic template such as here - &#60;a href=&#34;http://smujy.com/magazine/&#34; rel=&#34;nofollow&#34;&#62;http://smujy.com/magazine/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There are only a couple of posts so far but I can't seem to work out how to make it work like the demo since we need the blog page to display only images and excerpts.&#60;/p&#62;
&#60;p&#62;Can you direct me about what to do?&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Russ
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How to get &#34;read more&#34; in a new, separate line?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-get-read-more-in-a-new-separate-line#post-80977</link>
			<pubDate>Thu, 25 Oct 2012 04:06:31 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">80977@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;Glad we could help. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to get &#34;read more&#34; in a new, separate line?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-get-read-more-in-a-new-separate-line#post-80906</link>
			<pubDate>Wed, 24 Oct 2012 15:10:27 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80906@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I had NOT yet fixed it, if you read my post in total ;-)&#60;/p&#62;
&#60;p&#62;But after your suggestions with the CSS it worked for me, thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How to get &#34;read more&#34; in a new, separate line?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-get-read-more-in-a-new-separate-line#post-80853</link>
			<pubDate>Wed, 24 Oct 2012 08:40:32 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">80853@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi colorit2,&#60;/p&#62;
&#60;p&#62;It can also be done by adding this in your Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.more-link {
   display: block !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Anyway, Glad that you've fixed it. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to get &#34;read more&#34; in a new, separate line?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-get-read-more-in-a-new-separate-line#post-80799</link>
			<pubDate>Tue, 23 Oct 2012 17:55:40 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80799@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is done with the &#34;more&#34;-tag.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to get &#34;read more&#34; in a new, separate line?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-get-read-more-in-a-new-separate-line#post-80798</link>
			<pubDate>Tue, 23 Oct 2012 17:42:49 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80798@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;uff, I think, I see not the wood for the trees :-(&#60;/p&#62;
&#60;p&#62;I have checked my loop-index.php, to get the term &#34;read more&#34; in a new, separate line as the post's content.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;div class=&#34;entry-content&#34;&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
if(strpos($avia_config['layout'], 'medium_image sidebar') !== false) echo $slider-&#38;gt;display_small('blog');&#60;br /&#62;
the_content(__('Read more  &#38;rarr;','avia_framework'));&#60;br /&#62;
if(has_tag() &#38;amp;&#38;amp; is_single())&#60;br /&#62;
{&#60;br /&#62;
echo '&#38;lt;span class=&#34;blog-tags&#34;&#38;gt;';&#60;br /&#62;
echo the_tags('&#60;strong&#62;'.__('Stichworte:&#38;nbsp;&#38;nbsp;','avia_framework').'&#60;/strong&#62;&#38;lt;span&#38;gt;');&#60;br /&#62;
echo '&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;';&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;code&#62;&#60;/p&#62;
&#60;p&#62;CSS&#60;/p&#62;
&#60;p&#62;&#60;/code&#62;&#60;code&#62;&#60;br /&#62;
.more-link {&#60;br /&#62;
    display: inline-block;&#60;br /&#62;
    font-size: 11px;&#60;br /&#62;
    font-style: italic;&#60;br /&#62;
    padding-top: 0;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;live (site in maintenance mode):&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i45.tinypic.com/30m688p.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;This blog overview page (with the post excerpt, that you see above) is created with a dynamic template, if this is relevant:&#60;br /&#62;
1 page with slideshow and some intro text + the &#34;blog&#34; element after it.&#60;/p&#62;
&#60;p&#62;Any idea for changing the php or the CSS file?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Excerpts in Archive not working and ques. about getting rid of left column"</title>
			<link>http://www.kriesi.at/support/topic/excerpts-in-archive-not-working-and-ques-about-getting-rid-of-left-column#post-72797</link>
			<pubDate>Sat, 25 Aug 2012 04:10:13 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">72797@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;If you want the excerpt or part of the content showing just put &#38;lt;!-- more --&#38;gt; below them on the post editor just like Devin said. &#60;/p&#62;
&#60;p&#62;What is the complicated part so that we can elaborate more what to do? :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jshapan on "Excerpts in Archive not working and ques. about getting rid of left column"</title>
			<link>http://www.kriesi.at/support/topic/excerpts-in-archive-not-working-and-ques-about-getting-rid-of-left-column#post-72758</link>
			<pubDate>Fri, 24 Aug 2012 19:57:53 +0000</pubDate>
			<dc:creator>jshapan</dc:creator>
			<guid isPermaLink="false">72758@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the reply ... I tried that but must not have saved it ..&#60;/p&#62;
&#60;p&#62;Too complicated re: taking off the left sidebar. Afraid to screw  it up.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Excerpt of posts"</title>
			<link>http://www.kriesi.at/support/topic/excerpt-of-posts#post-71072</link>
			<pubDate>Tue, 14 Aug 2012 23:26:47 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">71072@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;No problem. What you can always do is attempt  to either do it yourself or hire a freelancer.&#60;/p&#62;
&#60;p&#62;Good Luck,&#60;/p&#62;
&#60;p&#62;NIck
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thoddi on "Excerpt of posts"</title>
			<link>http://www.kriesi.at/support/topic/excerpt-of-posts#post-71052</link>
			<pubDate>Tue, 14 Aug 2012 20:59:58 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">71052@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK, thanks!&#60;/p&#62;
&#60;p&#62;T
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Excerpt of posts"</title>
			<link>http://www.kriesi.at/support/topic/excerpt-of-posts#post-71016</link>
			<pubDate>Tue, 14 Aug 2012 19:06:02 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">71016@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;If I understood correctly and you mean the images in boxes that get 'sucked into the page' when the portfolio is sorted, that effect is at the moment for portfolio images only.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thoddi on "Excerpt of posts"</title>
			<link>http://www.kriesi.at/support/topic/excerpt-of-posts#post-70590</link>
			<pubDate>Sat, 11 Aug 2012 12:34:28 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">70590@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I'd like to list out a number of recent posts from selected categories on the frontpage, shown in square areas that opens in that cool way that they do on your demo site. Is that possible or would I have to move my posts to be portfolio items to achive this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Excerpts in Archive not working and ques. about getting rid of left column"</title>
			<link>http://www.kriesi.at/support/topic/excerpts-in-archive-not-working-and-ques-about-getting-rid-of-left-column#post-67204</link>
			<pubDate>Mon, 23 Jul 2012 17:55:17 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">67204@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi jshapan,&#60;/p&#62;
&#60;p&#62;You'll need to make use of the &#38;lt;!--more--&#38;gt; tag in your posts to tell Wordpress where to break up the content when showing Archive pages. This way they only show part of the post unless on the actual single post page.&#60;/p&#62;
&#60;p&#62;In order to change the layout of the post style pages, you'll need to edit the templates to use a different css layout. Each of the post types has their own template in the includes folder with the structure: fromat-*posttype*.php. &#60;/p&#62;
&#60;p&#62;So for the normal post style, you would edit format-standard.php. The most simple route would be to remove the meta data all together and then expand the content container to use nine units instead of the current six. If you aren't comfortable with modifying css/html/php I would recommend looking into a freelance web developer. It should only take a few hours to get it customized exactly as you would like.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jshapan on "Excerpts in Archive not working and ques. about getting rid of left column"</title>
			<link>http://www.kriesi.at/support/topic/excerpts-in-archive-not-working-and-ques-about-getting-rid-of-left-column#post-66266</link>
			<pubDate>Wed, 18 Jul 2012 04:51:18 +0000</pubDate>
			<dc:creator>jshapan</dc:creator>
			<guid isPermaLink="false">66266@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do I get only excerpts to show on archive pages - it has full content only. I have changed the &#34;settings&#34; area to say summary... but I can find no other place in the admin area to fix this.  It appears to show only excerpts on the demo site - how did you do this?... help please. Thanks so much!!!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://energyhealingphysician.com&#34; rel=&#34;nofollow&#34;&#62;http://energyhealingphysician.com&#60;/a&#62;      Menu item is :  Articles&#60;/p&#62;
&#60;p&#62;Also, is there a way to make the post page wider???  Having the left column with a couple lines of meta and comments nos. is such a huge waste of space. Can I just get rid of this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CarrieHill on "Display Excerpt on Category Pages"</title>
			<link>http://www.kriesi.at/support/topic/display-excerpt-on-category-pages#post-47615</link>
			<pubDate>Thu, 22 Mar 2012 00:52:28 +0000</pubDate>
			<dc:creator>CarrieHill</dc:creator>
			<guid isPermaLink="false">47615@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great - thanks so much - I can wait :)&#60;/p&#62;
&#60;p&#62;~Carrie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Display Excerpt on Category Pages"</title>
			<link>http://www.kriesi.at/support/topic/display-excerpt-on-category-pages#post-47602</link>
			<pubDate>Thu, 22 Mar 2012 00:04:43 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">47602@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Hey carrie, at the moment this is a little bit complicated, I think I will update the theme and add that option to the backend myself with the next update ;) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>CarrieHill on "Display Excerpt on Category Pages"</title>
			<link>http://www.kriesi.at/support/topic/display-excerpt-on-category-pages#post-47345</link>
			<pubDate>Wed, 21 Mar 2012 03:56:37 +0000</pubDate>
			<dc:creator>CarrieHill</dc:creator>
			<guid isPermaLink="false">47345@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Newly purchased your theme and so far I love it.  I'm trying to figure out how to display the &#34;excerpt&#34; in the category page as opposed to the full post on my blog &#60;a href=&#34;http://www.lookslikehomemade.com&#34; rel=&#34;nofollow&#34;&#62;http://www.lookslikehomemade.com&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;I am a VERY novice coder, so a little afraid to edit php files unless I have the specifics for the theme I purchased.  I saw something for another theme but it didn't match what I had exactly so it was quite scary.&#60;/p&#62;
&#60;p&#62;Any help you can give would be appreciated.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Carrie
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
