<?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: read more - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/read-more</link>
		<description>Support Forum - Tag: read more - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 10:30:22 +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/read-more" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Trim blog page text."</title>
			<link>http://www.kriesi.at/support/topic/trim-blog-page-text#post-112243</link>
			<pubDate>Sun, 19 May 2013 18:31:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">112243@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Great :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fernon on "Trim blog page text."</title>
			<link>http://www.kriesi.at/support/topic/trim-blog-page-text#post-112164</link>
			<pubDate>Sat, 18 May 2013 15:16:05 +0000</pubDate>
			<dc:creator>fernon</dc:creator>
			<guid isPermaLink="false">112164@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Works perfectly! Thanks mate.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Trim blog page text."</title>
			<link>http://www.kriesi.at/support/topic/trim-blog-page-text#post-112123</link>
			<pubDate>Sat, 18 May 2013 08:04:55 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">112123@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Please try to use a conditional like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$current_post[&#38;#39;content&#38;#39;] = is_single() ? get_the_content() : wp_trim_words( get_the_content(), 100);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fernon on "Trim blog page text."</title>
			<link>http://www.kriesi.at/support/topic/trim-blog-page-text#post-112060</link>
			<pubDate>Fri, 17 May 2013 20:55:35 +0000</pubDate>
			<dc:creator>fernon</dc:creator>
			<guid isPermaLink="false">112060@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin, &#60;/p&#62;
&#60;p&#62;The problem is that when I implement this function in $current_post['content'], that all the content in the site gets trimmed. Not only the blog index &#34;preview&#34; page. Where do I need to put this function? In loop-index.php right?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Trim blog page text."</title>
			<link>http://www.kriesi.at/support/topic/trim-blog-page-text#post-112005</link>
			<pubDate>Fri, 17 May 2013 17:57:25 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">112005@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey fernon,&#60;/p&#62;
&#60;p&#62;Dead on with your change to the main loop. Since 3.3 the wp_trim_words is the best way to do that instead of the old functions that filter through the content.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fernon on "Trim blog page text."</title>
			<link>http://www.kriesi.at/support/topic/trim-blog-page-text#post-111950</link>
			<pubDate>Fri, 17 May 2013 15:16:49 +0000</pubDate>
			<dc:creator>fernon</dc:creator>
			<guid isPermaLink="false">111950@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I used this piece of code in includes/loop-index.php&#60;/p&#62;
&#60;p&#62;$current_post['content'] 	= wp_trim_words( get_the_content(), 100);
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fernon on "Trim blog page text."</title>
			<link>http://www.kriesi.at/support/topic/trim-blog-page-text#post-111939</link>
			<pubDate>Fri, 17 May 2013 14:39:25 +0000</pubDate>
			<dc:creator>fernon</dc:creator>
			<guid isPermaLink="false">111939@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;Like I said in the previous comment, I know I can do that, but since I have more than 100 articles I need a kind of function to apply this to every article. For example lets say, trim the text after 100 words.&#60;/p&#62;
&#60;p&#62;I a piece of code, but it trims the whole blog article instead of giving a preview with a read more link.&#60;/p&#62;
&#60;p&#62;Could you give me advise how to integrate this?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Trim blog page text."</title>
			<link>http://www.kriesi.at/support/topic/trim-blog-page-text#post-111792</link>
			<pubDate>Fri, 17 May 2013 01:22:33 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111792@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Edit a post then go to the end of a certain paragraph that you want to show as an excerpt. Add this code below.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;!--more--&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This will strip away all of the text below and create a Read more link.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fernon on "Trim blog page text."</title>
			<link>http://www.kriesi.at/support/topic/trim-blog-page-text#post-111663</link>
			<pubDate>Thu, 16 May 2013 14:43:52 +0000</pubDate>
			<dc:creator>fernon</dc:creator>
			<guid isPermaLink="false">111663@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi could someone help me with the latest blog page? I need every blog article to be trimmed. Let's say trim 300 words and after that a read more link shows up. I know I could apply the read more tag in the article but i've got more than 100 articles and there must be a sort of function to create what I need right? &#60;/p&#62;
&#60;p&#62;In the current situation all the blog posts fully shows up now instead of a part of it.&#60;/p&#62;
&#60;p&#62;Hope someone could help me out.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Problema to translate"</title>
			<link>http://www.kriesi.at/support/topic/problema-to-translate#post-108146</link>
			<pubDate>Wed, 01 May 2013 07:26:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">108146@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You need to generate the mo file (compiled version of the po file which is used by WP to translate the text strings). I could find the po file on your server: &#60;a href=&#34;http://www.fengshuimb.com/wp-content/themes/choices/lang/es_ES.po&#34; rel=&#34;nofollow&#34;&#62;http://www.fengshuimb.com/wp-content/themes/choices/lang/es_ES.po&#60;/a&#62; but not the mo file &#60;a href=&#34;http://www.fengshuimb.com/wp-content/themes/choices/lang/es_ES.mo&#34; rel=&#34;nofollow&#34;&#62;http://www.fengshuimb.com/wp-content/themes/choices/lang/es_ES.mo&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please use a tool like Poedit (open the po file &#38;amp; save it) to generate the mo file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mllibre on "Problema to translate"</title>
			<link>http://www.kriesi.at/support/topic/problema-to-translate#post-108023</link>
			<pubDate>Tue, 30 Apr 2013 15:05:09 +0000</pubDate>
			<dc:creator>mllibre</dc:creator>
			<guid isPermaLink="false">108023@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I don't find some words to translate to spanish. The site is in one language, in spanish, and there is some words in english, like &#34;Read More&#34;, &#34;You are here&#34;, etc...&#60;/p&#62;
&#60;p&#62;I download es_ES.po from the lang folder of the theme and they are translated so... i don't know where is the problem.&#60;/p&#62;
&#60;p&#62;You can see it here: &#60;a href=&#34;http://www.fengshuimb.com&#34; rel=&#34;nofollow&#34;&#62;http://www.fengshuimb.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Marc
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Disable &#039;Read More&#039;"</title>
			<link>http://www.kriesi.at/support/topic/disable-read-more#post-100305</link>
			<pubDate>Sat, 09 Mar 2013 06:37:57 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100305@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Peter could help :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions or issues.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>martinhartzsch on "Disable &#039;Read More&#039;"</title>
			<link>http://www.kriesi.at/support/topic/disable-read-more#post-100205</link>
			<pubDate>Fri, 08 Mar 2013 14:11:55 +0000</pubDate>
			<dc:creator>martinhartzsch</dc:creator>
			<guid isPermaLink="false">100205@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Peter thank you very much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Disable &#039;Read More&#039;"</title>
			<link>http://www.kriesi.at/support/topic/disable-read-more#post-99569</link>
			<pubDate>Tue, 05 Mar 2013 10:35:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">99569@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Hi,&#60;br /&#62;
add following code to css/custom.css or insert it into the quick css field to hide the read more link:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.portfolio-sort-container a.more-link{
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>martinhartzsch on "Disable &#039;Read More&#039;"</title>
			<link>http://www.kriesi.at/support/topic/disable-read-more#post-99493</link>
			<pubDate>Mon, 04 Mar 2013 23:06:11 +0000</pubDate>
			<dc:creator>martinhartzsch</dc:creator>
			<guid isPermaLink="false">99493@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;found a solution:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/how-to-connect-link-read-more-and-headlines-from-portfolio-entry-with-page&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/how-to-connect-link-read-more-and-headlines-from-portfolio-entry-with-page&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.martinhartzsch.de&#34; rel=&#34;nofollow&#34;&#62;http://www.martinhartzsch.de&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;the only question now is how to disable the read more button and leave the headline as the link ... ?&#60;/p&#62;
&#60;p&#62;any suggestions are welcome&#60;/p&#62;
&#60;p&#62;thanks&#60;br /&#62;
martin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>martinhartzsch on "Disable &#039;Read More&#039;"</title>
			<link>http://www.kriesi.at/support/topic/disable-read-more#post-99473</link>
			<pubDate>Mon, 04 Mar 2013 21:04:43 +0000</pubDate>
			<dc:creator>martinhartzsch</dc:creator>
			<guid isPermaLink="false">99473@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;i want to disable the 'read more' button in the propulsion-theme&#60;br /&#62;
the link to the page should be handled through the image in the portfolio entry&#60;br /&#62;
and not through the underlying 'read more' function (Headline and read more button).&#60;/p&#62;
&#60;p&#62;the 'read more' function jumps to the portfolio item and not to the Page i want to...&#60;/p&#62;
&#60;p&#62;cheers&#60;br /&#62;
martin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "&#34;Read more&#34; at dynamic template blog page is not linked"</title>
			<link>http://www.kriesi.at/support/topic/read-more-at-dynamic-template-blog-page-is-not-linked#post-95855</link>
			<pubDate>Fri, 08 Feb 2013 16:14:13 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">95855@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;This is a bit abstract for me, I apologize. Would you show me a url where it works and a url where it doesn't work please?&#60;/p&#62;
&#60;p&#62;I looked at the original question you linked to, and there is more than one place where the line you needed to replace appears in the theme. Have you replaced it in just one place or all of them?&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$content = get_the_content(&#38;#39;&#38;lt;span class=&#38;quot;inner_more&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;Read more →&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "&#34;Read more&#34; at dynamic template blog page is not linked"</title>
			<link>http://www.kriesi.at/support/topic/read-more-at-dynamic-template-blog-page-is-not-linked#post-95819</link>
			<pubDate>Fri, 08 Feb 2013 12:05:48 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">95819@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks, Nick, that works for the question with the three dots.&#60;/p&#62;
&#60;p&#62;But what about my post directly above your answer here concerning the working post &#60;strong&#62;excerpts itself&#60;/strong&#62;?&#60;/p&#62;
&#60;p&#62;The solution &#60;a href=&#34;http://www.kriesi.at/support/topic/corona-template-builder-showing-posts-with-title-and-post-excerpt#post-82827&#34;&#62;found here in the forum&#60;/a&#62;, replacing in includes/helper-templates.php this part of code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
$content = get_the_content('&#38;lt;span class=&#34;inner_more&#34;&#38;gt;'.__('Read more  &#38;rarr;','avia_framework').'&#38;lt;/span&#38;gt;');&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;with this&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
if(is_single()){&#60;br /&#62;
$content = get_the_content('&#38;lt;span class=&#34;inner_more&#34;&#38;gt;'.__('Read more  &#38;rarr;','avia_framework').'&#38;lt;/span&#38;gt;');&#60;br /&#62;
					$content = apply_filters('the_content', $content);&#60;br /&#62;
					$content = str_replace(']]&#38;gt;', ']]&#38;gt;', $content);&#60;br /&#62;
}else{&#60;br /&#62;
					$content = apply_filters('the_excerpt', get_the_excerpt());&#60;br /&#62;
					$content .= '&#38;lt;p&#38;gt;&#60;a href=&#34;'. get_permalink().'&#34;&#62;&#38;lt;span class=&#34;inner_more&#34;&#38;gt;'.__('Read more  &#38;rarr;','avia_framework').'&#38;lt;/span&#38;gt;&#60;/a&#62;&#38;lt;/p&#38;gt;';&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;causes, that this works ONLY, if the &#60;em&#62;blog overview page&#60;/em&#62; is created with &#60;em&#62;dynamic-template-builder&#60;/em&#62; using the element &#60;strong&#62;&#34;COLUMNS&#34;&#60;/strong&#62; for the output of the posts.&#60;/p&#62;
&#60;p&#62;But as soon as you create a &#60;em&#62;blog overview page&#60;/em&#62; with &#60;em&#62;dynamic-template-builder&#60;/em&#62; using the element &#60;strong&#62;&#34;BLOG&#34;&#60;/strong&#62; to output the blog posts, then the excerpt does &#60;strong&#62;NOT&#60;/strong&#62; work/take effect.&#60;/p&#62;
&#60;p&#62;What changes must I do then?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "&#34;Read more&#34; at dynamic template blog page is not linked"</title>
			<link>http://www.kriesi.at/support/topic/read-more-at-dynamic-template-blog-page-is-not-linked#post-95698</link>
			<pubDate>Thu, 07 Feb 2013 15:04:53 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">95698@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please take a look at line 498 of framework/php/functions-set-avia-backend.php .. there is a function there&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function avia_backend_truncate($string, $limit, $break=&#38;quot;.&#38;quot;, $pad=&#38;quot;...&#38;quot;)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;that deals with the three dots and truncation. &#60;/p&#62;
&#60;p&#62;You would use it like this to set your truncation and can add a parameter to make three dots into no dots or 5 dots.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$excerpt = avia_backend_truncate($excerpt, $length,&#38;quot; &#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Read More CSS Class"</title>
			<link>http://www.kriesi.at/support/topic/read-more-css-class#post-95687</link>
			<pubDate>Thu, 07 Feb 2013 14:04:27 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95687@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for posting your fix mattguetta :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mattguetta on "Read More CSS Class"</title>
			<link>http://www.kriesi.at/support/topic/read-more-css-class#post-95673</link>
			<pubDate>Thu, 07 Feb 2013 13:01:22 +0000</pubDate>
			<dc:creator>mattguetta</dc:creator>
			<guid isPermaLink="false">95673@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Fixed!&#60;br /&#62;
In case someone wants to do the same here is how:&#60;/p&#62;
&#60;p&#62;/includes/helper_templates.php&#60;br /&#62;
Find this line (1247) : the_content(__('Read more  &#38;rarr;','avia_framework')) ;&#60;br /&#62;
and replace with: the_content(__('&#38;lt;span class=&#34;avia-button red large&#34;&#38;gt;'.'Read more  &#38;rarr;','avia_framework'.'&#38;lt;/span&#38;gt;')) ;&#60;/p&#62;
&#60;p&#62;By doing that you get the avia big red button include with angular theme :)&#60;/p&#62;
&#60;p&#62;++
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mattguetta on "Read More CSS Class"</title>
			<link>http://www.kriesi.at/support/topic/read-more-css-class#post-95648</link>
			<pubDate>Thu, 07 Feb 2013 09:20:07 +0000</pubDate>
			<dc:creator>mattguetta</dc:creator>
			<guid isPermaLink="false">95648@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'd like to use a different css class for a specific read more link but I can't find how to do this.&#60;br /&#62;
It's on this page &#38;gt; &#60;a href=&#34;http://www.mattguetta.com/tutos-premium/&#34; rel=&#34;nofollow&#34;&#62;http://www.mattguetta.com/tutos-premium/&#60;/a&#62;&#60;br /&#62;
You need to clik on the thumbnail to see the Read more button.&#60;br /&#62;
Thanks,&#60;/p&#62;
&#60;p&#62;G
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "&#34;Read more&#34; at dynamic template blog page is not linked"</title>
			<link>http://www.kriesi.at/support/topic/read-more-at-dynamic-template-blog-page-is-not-linked#post-95556</link>
			<pubDate>Thu, 07 Feb 2013 01:29:41 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">95556@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;okay, I found - partly - a solution &#60;a href=&#34;http://www.kriesi.at/support/topic/corona-template-builder-showing-posts-with-title-and-post-excerpt#post-82827&#34;&#62;here&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;This works ONLY, if the blog overview page is created with dynamic-template-builder using the element &#60;strong&#62;&#34;COLUMNS&#34;&#60;/strong&#62; for the output of the posts!&#60;/p&#62;
&#60;p&#62;But as soon as you create a blog overview page with dynamic-template-builder using the element &#60;strong&#62;&#34;BLOG&#34;&#60;/strong&#62; to output the blog posts, then the excerpt does NOT work/take effect.&#60;/p&#62;
&#60;p&#62;What changes must I do then?&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "&#34;Read more&#34; at dynamic template blog page is not linked"</title>
			<link>http://www.kriesi.at/support/topic/read-more-at-dynamic-template-blog-page-is-not-linked#post-95552</link>
			<pubDate>Thu, 07 Feb 2013 01:12:56 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">95552@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok, I'm very sorry, but I guess, I have messed up my CORONA files too much and so I have replaced the helper-templates.php and the loop-index.php with a fresh version from Themeforest.&#60;/p&#62;
&#60;p&#62;Now the errors mentioned above are again okay, forget them please.&#60;/p&#62;
&#60;p&#62;The problem that I have now is, that the code in my functions.php to limit the excerpt to 20 words, doesn't take effect:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/** Modify the length of post excerpts */
add_filter( &#38;#39;excerpt_length&#38;#39;, &#38;#39;custom_excerpt_length&#38;#39; );
function custom_excerpt_length($length) {
return 20; // pull first 50 words
}
function new_excerpt_more( $more ) {
	return;
}
add_filter(&#38;#39;excerpt_more&#38;#39;, &#38;#39;new_excerpt_more&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;At the moment the posts can only be effectively limited using the more-tag, but I would like to have an automatic limited excerpt.&#60;br /&#62;
Why doesn't work the code in the functions.php, is there any mistake in it? I'm using dynamic templates for my blog overview pages!&#60;/p&#62;
&#60;p&#62;Thanks a lot!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "&#34;Read more&#34; at dynamic template blog page is not linked"</title>
			<link>http://www.kriesi.at/support/topic/read-more-at-dynamic-template-blog-page-is-not-linked#post-95550</link>
			<pubDate>Thu, 07 Feb 2013 00:45:00 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">95550@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have created a dynamic template for my blog page, showing an intro from a page with its slideshow and below with the &#34;dynamic template element&#34; BLOG.&#60;/p&#62;
&#60;p&#62;So far so good, but:&#60;br /&#62;
&#60;strong&#62;&#60;br /&#62;
- The &#34;read more&#34; (German: &#34;weiterlesen&#34;) is not linked&#60;/p&#62;
&#60;p&#62;- how can I get rid of the last three points at the end of the post excerpt?&#60;br /&#62;
&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i49.tinypic.com/2qkt309.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;I have following code in my &#60;strong&#62;functions.php (to limit the post excerpt):&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
/** Modify the length of post excerpts */&#60;br /&#62;
add_filter( 'excerpt_length', 'custom_excerpt_length' );&#60;br /&#62;
function custom_excerpt_length($length) {&#60;br /&#62;
return 20; // pull first 50 words&#60;br /&#62;
}&#60;br /&#62;
function new_excerpt_more( $more ) {&#60;br /&#62;
	return;&#60;br /&#62;
}&#60;br /&#62;
add_filter('excerpt_more', 'new_excerpt_more');&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and in &#60;strong&#62;loop-index.php&#60;/strong&#62; I have put this code (found somewhere here in the CORONA forum):&#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;
if(!is_single()){&#60;br /&#62;
the_excerpt(__('Weiterlesen &#38;rarr;','avia_framework'));&#60;br /&#62;
echo ''.__('Weiterlesen &#38;rarr;','avia_framework').'';&#60;br /&#62;
}else{&#60;br /&#62;
the_excerpt(__('Weiterlesen &#38;rarr;','avia_framework'));&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and in &#60;strong&#62;helper-templates.php&#60;/strong&#62; I have put this code around line 856:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
if(is_single()){&#60;br /&#62;
$content = get_the_content('&#38;lt;span class=&#34;inner_more&#34;&#38;gt;'.__('Read more  &#38;rarr;','avia_framework').'&#38;lt;/span&#38;gt;');&#60;br /&#62;
					$content = apply_filters('the_content', $content);&#60;br /&#62;
					$content = str_replace(']]&#38;gt;', ']]&#38;gt;', $content);&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I don't know PHP very well, and therefor I don't know where and how to put the linking of &#34;Read more&#34;/&#34;weiterlesen&#34; and how to get rid of the last three points at the end of the excerpt.&#60;/p&#62;
&#60;p&#62;Could you please help me out?&#60;br /&#62;
Thanks a lot!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Front page Slideshow linked to..."</title>
			<link>http://www.kriesi.at/support/topic/front-page-slideshow-linked-to#post-93764</link>
			<pubDate>Mon, 28 Jan 2013 17:27:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">93764@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Glad that you found a solution :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>v-ghun on "Front page Slideshow linked to..."</title>
			<link>http://www.kriesi.at/support/topic/front-page-slideshow-linked-to#post-93694</link>
			<pubDate>Mon, 28 Jan 2013 08:49:54 +0000</pubDate>
			<dc:creator>v-ghun</dc:creator>
			<guid isPermaLink="false">93694@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Nevermind,&#60;/p&#62;
&#60;p&#62;I have finally found the answer to my question.&#60;/p&#62;
&#60;p&#62;I permit myself to let others know:&#60;/p&#62;
&#60;p&#62;on the page where you have the image loaded for the slideshow, click on the image then &#34;show&#34; (afficher in french). Here you will be able to add a text, a link, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>v-ghun on "Front page Slideshow linked to..."</title>
			<link>http://www.kriesi.at/support/topic/front-page-slideshow-linked-to#post-93692</link>
			<pubDate>Mon, 28 Jan 2013 08:17:09 +0000</pubDate>
			<dc:creator>v-ghun</dc:creator>
			<guid isPermaLink="false">93692@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello there,&#60;/p&#62;
&#60;p&#62;on the Replete theme, on the Welcome/front page, there are two images on the slideshow with one saying:&#60;/p&#62;
&#60;p&#62;Check out the new Stacy Sanders Summer Collection&#60;br /&#62;
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.&#60;br /&#62;
Read More&#60;/p&#62;
&#60;p&#62;How can I modify/add/delete the text, add another text to another slide and add a button, etc.&#60;/p&#62;
&#60;p&#62;Sincerely,&#60;/p&#62;
&#60;p&#62;Vincent
&#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>

	</channel>
</rss>
