<?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: Auto Excerpt Content</title>
		<link>http://www.kriesi.at/support/topic/auto-excerpt-content</link>
		<description>Support Forum - Topic: Auto Excerpt Content</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 00:34:08 +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/auto-excerpt-content" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Auto Excerpt Content"</title>
			<link>http://www.kriesi.at/support/topic/auto-excerpt-content#post-105376</link>
			<pubDate>Sat, 13 Apr 2013 15:40:02 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">105376@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad its working for you now :)&#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>andreanapier1985 on "Auto Excerpt Content"</title>
			<link>http://www.kriesi.at/support/topic/auto-excerpt-content#post-105236</link>
			<pubDate>Fri, 12 Apr 2013 00:07:55 +0000</pubDate>
			<dc:creator>andreanapier1985</dc:creator>
			<guid isPermaLink="false">105236@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is the code that makes excerpts show up!!!&#60;/p&#62;
&#60;p&#62;Yay!&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$current_post[&#38;#39;slider&#38;#39;]  	= new avia_slideshow($the_id);
	$current_post[&#38;#39;title&#38;#39;]   	= get_the_title();
        if(is_single())
        {
            $current_post[&#38;#39;content&#38;#39;] 	= get_the_content(__(&#38;#39;Read more&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;span class=&#38;quot;more-link-arrow&#38;quot;&#38;gt;  →&#38;lt;/span&#38;gt;&#38;#39;);
        }else{
            $current_post[&#38;#39;content&#38;#39;] 	= get_the_excerpt(__(&#38;#39;Read more&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;span class=&#38;quot;more-link-arrow&#38;quot;&#38;gt;  →&#38;lt;/span&#38;gt;&#38;#39;);
        }
	$current_post[&#38;#39;subtitle&#38;#39;]	= $subtitle ? &#38;quot;&#38;lt;div class=&#38;#39;subtitle_intro&#38;#39;&#38;gt;&#38;quot;.apply_filters(&#38;#39;the_content&#38;#39;,$subtitle).&#38;quot;&#38;lt;/div&#38;gt;&#38;quot; : &#38;quot;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>andreanapier1985 on "Auto Excerpt Content"</title>
			<link>http://www.kriesi.at/support/topic/auto-excerpt-content#post-105234</link>
			<pubDate>Fri, 12 Apr 2013 00:02:40 +0000</pubDate>
			<dc:creator>andreanapier1985</dc:creator>
			<guid isPermaLink="false">105234@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It only gets an error when using the code from: &#60;a href=&#34;https://gist.github.com/InoPlugs/9112ea56006e6e40b3ad&#34; rel=&#34;nofollow&#34;&#62;https://gist.github.com/InoPlugs/9112ea56006e6e40b3ad&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There is a line 36 there:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$current_post[&#38;#39;content&#38;#39;] 	.= &#38;#39;&#38;lt;a href=&#38;quot;&#38;#39;.get_the_permalink().&#38;#39;&#38;quot;&#38;gt;Read more&#38;lt;span class=&#38;quot;more-link-arrow&#38;quot;&#38;gt;  →&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Nick on "Auto Excerpt Content"</title>
			<link>http://www.kriesi.at/support/topic/auto-excerpt-content#post-105232</link>
			<pubDate>Thu, 11 Apr 2013 23:46:35 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">105232@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh Hi,&#60;/p&#62;
&#60;p&#62;I remember you. Thought you were a hacker emailing me for support lol. You have either a file missing or most likely the directory messed up. &#60;/p&#62;
&#60;p&#62;This file cant be loaded.&#60;/p&#62;
&#60;p&#62;/wp-content/themes/choices/wp-content/themes/neurocore/js/neurocore.js&#60;/p&#62;
&#60;p&#62;Before we start chopping down the forest lets see if  it burns first. &#60;/p&#62;
&#60;p&#62;Also I have 1.7 version of Choices and my line 36 has no code. And the theme doesn't have this function at all (though that doesn't mean much since it probably is calling it from framework the roundabout way).&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andreanapier1985 on "Auto Excerpt Content"</title>
			<link>http://www.kriesi.at/support/topic/auto-excerpt-content#post-105227</link>
			<pubDate>Thu, 11 Apr 2013 22:53:25 +0000</pubDate>
			<dc:creator>andreanapier1985</dc:creator>
			<guid isPermaLink="false">105227@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I also followed IMadeItMarket and Dude's recommendations but when I reloaded the blog page it was unable to load the blog posts and had written instead:&#60;/p&#62;
&#60;p&#62;Fatal error: Call to undefined function get_the_permalink() in /home/neuro/public_html/trial/wp-content/themes/neurocore/includes/loop-index.php on line 36&#60;/p&#62;
&#60;p&#62;Thoughts on a solution?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Auto Excerpt Content"</title>
			<link>http://www.kriesi.at/support/topic/auto-excerpt-content#post-105005</link>
			<pubDate>Wed, 10 Apr 2013 01:22:03 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">105005@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Sorry for delay but these on site visits always take longer then expected. Please send credentials to usjahm (at) gmail (dot) com. Please make sure I can install plugins without a need for ftp login/password , otherwise please provide that as well. Please reference this post in the email and if you have anything else to add, please do. :)&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>IMadeItMarket on "Auto Excerpt Content"</title>
			<link>http://www.kriesi.at/support/topic/auto-excerpt-content#post-104566</link>
			<pubDate>Fri, 05 Apr 2013 19:42:58 +0000</pubDate>
			<dc:creator>IMadeItMarket</dc:creator>
			<guid isPermaLink="false">104566@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, thanks for the code and reply! I copied the code into a new file and gave it a try but still the same results. Anytime the loop-index.php file is loaded on a page when that code is present the whole page loads white; no content whatsoever. It only loads the first two DIVs of the site and no headers. If it would be easier I can give you access to the FTP / WP site, just send me an email.&#60;/p&#62;
&#60;p&#62;I appreciate the help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Auto Excerpt Content"</title>
			<link>http://www.kriesi.at/support/topic/auto-excerpt-content#post-104249</link>
			<pubDate>Thu, 04 Apr 2013 05:40:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">104249@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Not sure why it's not working in your case. Try to open up loop-index.php, delete the entire code in the file and insert the code from here: &#60;a href=&#34;https://gist.github.com/InoPlugs/9112ea56006e6e40b3ad&#34; rel=&#34;nofollow&#34;&#62;https://gist.github.com/InoPlugs/9112ea56006e6e40b3ad&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If it still doesn't work please give us more details - &#34;just breaks everything&#34; doesn't help us to find the problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>IMadeItMarket on "Auto Excerpt Content"</title>
			<link>http://www.kriesi.at/support/topic/auto-excerpt-content#post-104077</link>
			<pubDate>Tue, 02 Apr 2013 21:08:10 +0000</pubDate>
			<dc:creator>IMadeItMarket</dc:creator>
			<guid isPermaLink="false">104077@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, I replaced the line of code with the one you suggested but it is still not working properly. The following is how the code looks after I replaced line #31:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$current_post['slider']  	= new avia_slideshow($the_id);&#60;br /&#62;
$current_post['title']   	= get_the_title();&#60;br /&#62;
if(is_single()){&#60;br /&#62;
$current_post['content'] 	= get_the_content(__('Read more','avia_framework').'&#38;lt;span class=&#34;more-link-arrow&#34;&#38;gt;  &#38;rarr;&#38;lt;/span&#38;gt;');&#60;br /&#62;
}else{&#60;br /&#62;
$current_post['content'] 	= get_the_excerpt(). '&#60;a href=&#34;'.get_the_permalink().'&#34;&#62;Read more&#38;lt;span class=&#34;more-link-arrow&#34;&#38;gt;  &#38;rarr;&#38;lt;/span&#38;gt;&#60;/a&#62;';&#60;br /&#62;
}&#60;br /&#62;
$current_post['subtitle']	= $subtitle ? &#34;&#38;lt;div class='subtitle_intro'&#38;gt;&#34;.apply_filters('the_content',$subtitle).&#34;&#38;lt;/div&#38;gt;&#34; : &#34;&#34;;&#60;br /&#62;
	&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I know I'm doing something wrong since the code breaks the whole site. Any insight would be fantastic, thanks!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Auto Excerpt Content"</title>
			<link>http://www.kriesi.at/support/topic/auto-excerpt-content#post-103366</link>
			<pubDate>Wed, 27 Mar 2013 19:04:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">103366@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi IMadeItMarket,&#60;/p&#62;
&#60;p&#62;Make sure you're pasting it in exactly as it is above. PHP can be a bit picky :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>IMadeItMarket on "Auto Excerpt Content"</title>
			<link>http://www.kriesi.at/support/topic/auto-excerpt-content#post-103356</link>
			<pubDate>Wed, 27 Mar 2013 18:25:46 +0000</pubDate>
			<dc:creator>IMadeItMarket</dc:creator>
			<guid isPermaLink="false">103356@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, where would you replace this exactly? I found the line you mentioned (line 31 in the loop-index.php) but replacing it with the code you gave just breaks everything. Let me know if you have any suggestions, I would definitely like to have shortened excerpts in my category pages / blog listings.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Auto Excerpt Content"</title>
			<link>http://www.kriesi.at/support/topic/auto-excerpt-content#post-100650</link>
			<pubDate>Mon, 11 Mar 2013 16:47:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">100650@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up wp-content\themes\choices\includes\loop-index.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$current_post[&#38;#39;content&#38;#39;] 	= get_the_content(__(&#38;#39;Read more&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;span class=&#38;quot;more-link-arrow&#38;quot;&#38;gt;  →&#38;lt;/span&#38;gt;&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(is_single()){
$current_post[&#38;#39;content&#38;#39;] 	= get_the_content(__(&#38;#39;Read more&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;span class=&#38;quot;more-link-arrow&#38;quot;&#38;gt;  &#38;amp;rarr;&#38;lt;/span&#38;gt;&#38;#39;);
}else{
$current_post[&#38;#39;content&#38;#39;] 	= get_the_excerpt(). &#38;#39;&#38;lt;a href=&#38;quot;&#38;#39;.get_the_permalink().&#38;#39;&#38;quot; class=&#38;quot;more-link&#38;quot;&#38;gt;Read more&#38;lt;span class=&#38;quot;more-link-arrow&#38;quot;&#38;gt;  &#38;amp;rarr;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>eddygame on "Auto Excerpt Content"</title>
			<link>http://www.kriesi.at/support/topic/auto-excerpt-content#post-100644</link>
			<pubDate>Mon, 11 Mar 2013 16:29:04 +0000</pubDate>
			<dc:creator>eddygame</dc:creator>
			<guid isPermaLink="false">100644@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;We are aware of that solution and would like to avoid it, is there not a way to add a simple function to automatically show excerpts on blog/category pages?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Auto Excerpt Content"</title>
			<link>http://www.kriesi.at/support/topic/auto-excerpt-content#post-100155</link>
			<pubDate>Fri, 08 Mar 2013 02:55:35 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100155@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi eddygame,&#60;/p&#62;
&#60;p&#62;With every post you can use the more tag just after the first sentence and that will tell wordpress where to cut off the preview.&#60;/p&#62;
&#60;p&#62;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>eddygame on "Auto Excerpt Content"</title>
			<link>http://www.kriesi.at/support/topic/auto-excerpt-content#post-100063</link>
			<pubDate>Thu, 07 Mar 2013 16:31:24 +0000</pubDate>
			<dc:creator>eddygame</dc:creator>
			<guid isPermaLink="false">100063@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Is there a way to automatically reduce the post to a short excerpt for viewing in the blog/catergory area? I would like to just have a list of the posts and images along with the first line of the post rather than the whole post. Currently I have to use a plugin to get this, is there something I can add to the functions?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
