<?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: Blog Post on Front Page</title>
		<link>http://www.kriesi.at/support/topic/blog-post-on-front-page</link>
		<description>Support Forum - Topic: Blog Post on Front Page</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 02:41:51 +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/blog-post-on-front-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Blog Post on Front Page"</title>
			<link>http://www.kriesi.at/support/topic/blog-post-on-front-page#post-27404</link>
			<pubDate>Tue, 20 Sep 2011 20:08:15 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">27404@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Happy to see you figured it out :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rumblefish on "Blog Post on Front Page"</title>
			<link>http://www.kriesi.at/support/topic/blog-post-on-front-page#post-27321</link>
			<pubDate>Mon, 19 Sep 2011 12:59:03 +0000</pubDate>
			<dc:creator>rumblefish</dc:creator>
			<guid isPermaLink="false">27321@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Actually, you might be right. I forgot that you can add widgets to specific pages - I could maybe do it that way instead of using the Blog post/sidebar method.&#60;/p&#62;
&#60;p&#62;I was up late last night, my brain had gone runny!  :O)&#60;/p&#62;
&#60;p&#62;Well, I also have this option now too, so thanks again!&#60;/p&#62;
&#60;p&#62;You are the man!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Blog Post on Front Page"</title>
			<link>http://www.kriesi.at/support/topic/blog-post-on-front-page#post-27305</link>
			<pubDate>Mon, 19 Sep 2011 06:55:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27305@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;A conditional statement for a regular page doesn't make much sense (because you'd need to hardcode each page id). You can include another template for the blog element though. Open up  includes/helper-templates.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;index&#38;#39; );
		echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;index2&#38;#39; );
		echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then make a copy of includes/loop-index.php, call it loop-index2.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(!is_single())
				{
					echo avia_excerpt($excerpt);
				}
				else
				{
					the_content();
				}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;the_content();&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>rumblefish on "Blog Post on Front Page"</title>
			<link>http://www.kriesi.at/support/topic/blog-post-on-front-page#post-27286</link>
			<pubDate>Sun, 18 Sep 2011 23:33:29 +0000</pubDate>
			<dc:creator>rumblefish</dc:creator>
			<guid isPermaLink="false">27286@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do you make this work for a full sized blog post that is just on a regular page (one using a template with a blog component in it)?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Blog Post on Front Page"</title>
			<link>http://www.kriesi.at/support/topic/blog-post-on-front-page#post-26652</link>
			<pubDate>Sat, 10 Sep 2011 14:36:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">26652@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in includes/loop-index.php replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(!is_single())&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(!is_single() &#38;amp;&#38;amp; !is_home() &#38;amp;&#38;amp; !is_front_page())&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Semantico on "Blog Post on Front Page"</title>
			<link>http://www.kriesi.at/support/topic/blog-post-on-front-page#post-26621</link>
			<pubDate>Fri, 09 Sep 2011 10:03:35 +0000</pubDate>
			<dc:creator>Semantico</dc:creator>
			<guid isPermaLink="false">26621@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd like to know as well! Or at least how to increase the number of text lines (number of words) in the post excerpt.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JaymesPayten on "Blog Post on Front Page"</title>
			<link>http://www.kriesi.at/support/topic/blog-post-on-front-page#post-26420</link>
			<pubDate>Mon, 05 Sep 2011 13:12:59 +0000</pubDate>
			<dc:creator>JaymesPayten</dc:creator>
			<guid isPermaLink="false">26420@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am placing one Full sized entry blog post underneath my main Featured posts slider on my homepage. The post displays the first two lines and then has a &#34;read more&#34; button.&#60;/p&#62;
&#60;p&#62;How can I make the FULL post display on the homepage?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
