<?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: Displaying full content in blog</title>
		<link>http://www.kriesi.at/support/topic/displaying-full-content-in-blog</link>
		<description>Support Forum - Topic: Displaying full content in blog</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 23:32:02 +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/displaying-full-content-in-blog" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Displaying full content in blog"</title>
			<link>http://www.kriesi.at/support/topic/displaying-full-content-in-blog#post-31717</link>
			<pubDate>Fri, 11 Nov 2011 21:34:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31717@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cwillphoto on "Displaying full content in blog"</title>
			<link>http://www.kriesi.at/support/topic/displaying-full-content-in-blog#post-31709</link>
			<pubDate>Fri, 11 Nov 2011 19:30:29 +0000</pubDate>
			<dc:creator>cwillphoto</dc:creator>
			<guid isPermaLink="false">31709@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;awesome!  thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Displaying full content in blog"</title>
			<link>http://www.kriesi.at/support/topic/displaying-full-content-in-blog#post-31678</link>
			<pubDate>Fri, 11 Nov 2011 06:32:52 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31678@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The file is located in flashlight/includes folder. You can use ftp (or even the wp editor to access it).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cwillphoto on "Displaying full content in blog"</title>
			<link>http://www.kriesi.at/support/topic/displaying-full-content-in-blog#post-31672</link>
			<pubDate>Fri, 11 Nov 2011 02:47:32 +0000</pubDate>
			<dc:creator>cwillphoto</dc:creator>
			<guid isPermaLink="false">31672@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, after changing the line where do you find the loop-index.php to replace or overwrite?  sorry, very new to coding.  Thanks in advance for help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wearemagenta on "Displaying full content in blog"</title>
			<link>http://www.kriesi.at/support/topic/displaying-full-content-in-blog#post-31197</link>
			<pubDate>Fri, 04 Nov 2011 14:49:34 +0000</pubDate>
			<dc:creator>wearemagenta</dc:creator>
			<guid isPermaLink="false">31197@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the reply, however the solution only displays content that is in inserted into the post, if you use your gallery with the lightbox, those images don't show unless you click through to the post, is there a way round this?&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Displaying full content in blog"</title>
			<link>http://www.kriesi.at/support/topic/displaying-full-content-in-blog#post-30756</link>
			<pubDate>Sun, 30 Oct 2011 05:39:23 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">30756@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
thanks bluvertical for helping out :)&#60;br /&#62;
The line you're searching for is indeed at line 105, you'll see it like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;entry-content&#38;quot;&#38;gt;
	&#38;lt;?php
	if(is_search() &#124;&#124; avia_is_overview())&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>bluvertical on "Displaying full content in blog"</title>
			<link>http://www.kriesi.at/support/topic/displaying-full-content-in-blog#post-30722</link>
			<pubDate>Sat, 29 Oct 2011 16:57:19 +0000</pubDate>
			<dc:creator>bluvertical</dc:creator>
			<guid isPermaLink="false">30722@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Line 105.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wearemagenta on "Displaying full content in blog"</title>
			<link>http://www.kriesi.at/support/topic/displaying-full-content-in-blog#post-30677</link>
			<pubDate>Fri, 28 Oct 2011 09:09:00 +0000</pubDate>
			<dc:creator>wearemagenta</dc:creator>
			<guid isPermaLink="false">30677@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, I've asked about this before, we want to display the full post when you click &#34;blog&#34;, so that images display without you having to click through to the post to see them. You said:&#60;/p&#62;
&#60;p&#62;In includes/loop-index.php replace:&#60;br /&#62;
if(is_search() &#124;&#124; avia_is_overview())&#60;br /&#62;
with:&#60;br /&#62;
if(is_search() )&#60;/p&#62;
&#60;p&#62;However it was already &#34;if(is_search() )&#34;, and &#34;if(is_search() &#124;&#124; avia_is_overview())&#34; didn't seem to be in there at all, any ideas?&#60;/p&#62;
&#60;p&#62;Thanks in advance
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
