<?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: Full Blog Post &#38; Date On Home Page?</title>
		<link>http://www.kriesi.at/support/topic/full-blog-post-date-on-home-page</link>
		<description>Support Forum - Topic: Full Blog Post &amp; Date On Home Page?</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 11:46:09 +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/full-blog-post-date-on-home-page" rel="self" type="application/rss+xml" />

		<item>
			<title>photoduo on "Full Blog Post &#38; Date On Home Page?"</title>
			<link>http://www.kriesi.at/support/topic/full-blog-post-date-on-home-page#post-37605</link>
			<pubDate>Fri, 13 Jan 2012 20:14:34 +0000</pubDate>
			<dc:creator>photoduo</dc:creator>
			<guid isPermaLink="false">37605@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Just wanted to say that this solution worked perfectly for me.&#60;br /&#62;
Now I would like to be able to click on an image in the posts&#60;br /&#62;
and have it enlarge in a lightbox instead of going to another&#60;br /&#62;
page of the single blog post.&#60;br /&#62;
Might this be possible?&#60;br /&#62;
Check it out &#60;a href=&#34;http://www.photoduo.com/blog/&#34; rel=&#34;nofollow&#34;&#62;http://www.photoduo.com/blog/&#60;/a&#62;&#60;br /&#62;
Thanks....&#60;br /&#62;
Charlie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>justinbryeans on "Full Blog Post &#38; Date On Home Page?"</title>
			<link>http://www.kriesi.at/support/topic/full-blog-post-date-on-home-page#post-33476</link>
			<pubDate>Tue, 29 Nov 2011 22:45:44 +0000</pubDate>
			<dc:creator>justinbryeans</dc:creator>
			<guid isPermaLink="false">33476@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;So I followed your instructions (as I understood them) and it caused the entire site to not display properly...  Here is the section I edited:&#60;/p&#62;
&#60;p&#62;From this...&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php&#60;br /&#62;
				if(is_search() &#124;&#124; avia_is_overview())&#60;br /&#62;
				{&#60;br /&#62;
					the_excerpt();&#60;br /&#62;
				}&#60;br /&#62;
				else&#60;br /&#62;
				{&#60;br /&#62;
					the_content(__('Read more  &#38;rarr;','avia_framework'));&#60;br /&#62;
				}&#60;/p&#62;
&#60;p&#62;				if(!post_password_required())&#60;br /&#62;
				{&#60;br /&#62;
					//embeded list gallery&#60;br /&#62;
					if(is_single() &#38;amp;&#38;amp; strpos($avia_config['layout'],'attached_images') !== false )&#60;br /&#62;
					{&#60;br /&#62;
						new avia_embed_images();&#60;br /&#62;
					}&#60;/p&#62;
&#60;p&#62;					//embeded 3 column gallery&#60;br /&#62;
					if(is_single() &#38;amp;&#38;amp; strpos($avia_config['layout'],'three_column') !== false )&#60;br /&#62;
					{&#60;br /&#62;
						new avia_three_column();&#60;br /&#62;
					}&#60;/p&#62;
&#60;p&#62;					//embeded list gallery&#60;br /&#62;
					if(is_single() &#38;amp;&#38;amp; strpos($avia_config['layout'],'gallery_shortcode') !== false )&#60;br /&#62;
					{&#60;br /&#62;
						global $gallery_active;&#60;br /&#62;
						if(!$gallery_active) echo do_shortcode('[gallery force=&#34;avia&#34;]');&#60;br /&#62;
					}&#60;br /&#62;
				}&#60;/p&#62;
&#60;p&#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;'.__('Tags: ','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;/p&#62;
&#60;p&#62;To this...&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
				the_content(__('Read more  &#38;rarr;','avia_framework'));&#60;/p&#62;
&#60;p&#62;				if(!post_password_required())&#60;br /&#62;
				{&#60;br /&#62;
					//embeded list gallery&#60;br /&#62;
					if strpos($avia_config['layout'],'attached_images') !== false )&#60;br /&#62;
					{&#60;br /&#62;
						new avia_embed_images();&#60;br /&#62;
					}&#60;/p&#62;
&#60;p&#62;					//embeded 3 column gallery&#60;br /&#62;
					if strpos($avia_config['layout'],'three_column') !== false )&#60;br /&#62;
					{&#60;br /&#62;
						new avia_three_column();&#60;br /&#62;
					}&#60;/p&#62;
&#60;p&#62;					//embeded list gallery&#60;br /&#62;
					if strpos($avia_config['layout'],'gallery_shortcode') !== false )&#60;br /&#62;
					{&#60;br /&#62;
						global $gallery_active;&#60;br /&#62;
						if(!$gallery_active) echo do_shortcode('[gallery force=&#34;avia&#34;]');&#60;br /&#62;
					}&#60;br /&#62;
				}&#60;/p&#62;
&#60;p&#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;'.__('Tags: ','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;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Full Blog Post &#38; Date On Home Page?"</title>
			<link>http://www.kriesi.at/support/topic/full-blog-post-date-on-home-page#post-33302</link>
			<pubDate>Mon, 28 Nov 2011 09:42:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33302@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up includes/loop-index.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(is_search() &#124;&#124; avia_is_overview())
				{
					the_excerpt();
				}
				else
				{
					the_content(__(&#38;#39;Read more  &#38;amp;rarr;&#38;#39;,&#38;#39;avia_framework&#38;#39;));
				}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;the_content(__(&#38;#39;Read more  &#38;amp;rarr;&#38;#39;,&#38;#39;avia_framework&#38;#39;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and in the code underneath delete all occurences of:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;is_single() &#38;amp;&#38;amp;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>justinbryeans on "Full Blog Post &#38; Date On Home Page?"</title>
			<link>http://www.kriesi.at/support/topic/full-blog-post-date-on-home-page#post-33296</link>
			<pubDate>Mon, 28 Nov 2011 07:55:58 +0000</pubDate>
			<dc:creator>justinbryeans</dc:creator>
			<guid isPermaLink="false">33296@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.pitipiti.org&#34; rel=&#34;nofollow&#34;&#62;http://www.pitipiti.org&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Instead of the short version, I'd like to have the full post, with the date, like when you click the link to the post, if possible.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Justin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Full Blog Post &#38; Date On Home Page?"</title>
			<link>http://www.kriesi.at/support/topic/full-blog-post-date-on-home-page#post-32920</link>
			<pubDate>Thu, 24 Nov 2011 00:44:50 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">32920@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;could you link to your homepage? This way I'm certain I give you correct information.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>justinbryeans on "Full Blog Post &#38; Date On Home Page?"</title>
			<link>http://www.kriesi.at/support/topic/full-blog-post-date-on-home-page#post-32845</link>
			<pubDate>Wed, 23 Nov 2011 08:43:47 +0000</pubDate>
			<dc:creator>justinbryeans</dc:creator>
			<guid isPermaLink="false">32845@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd like to see the full post and the date on the home page, not just the post page.  &#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Justin
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
