<?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 Preview Length</title>
		<link>http://www.kriesi.at/support/topic/blog-preview-length</link>
		<description>Support Forum - Topic: Blog Preview Length</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 11:29:32 +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-preview-length" rel="self" type="application/rss+xml" />

		<item>
			<title>edmondbina on "Blog Preview Length"</title>
			<link>http://www.kriesi.at/support/topic/blog-preview-length#post-18376</link>
			<pubDate>Wed, 04 May 2011 02:10:18 +0000</pubDate>
			<dc:creator>edmondbina</dc:creator>
			<guid isPermaLink="false">18376@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;One more question. How about if I want to show the full blog, but on the bottom of the blog, put a button that links to the page that shows the comments? So I don't want to show an excerpt, but the whole thing, and make a button that links to the page that includes the comments. Is there a way to make it so it automatically scrolls down to the comments section on the lower part of the page when they click on that button?&#60;/p&#62;
&#60;p&#62;Basically this blog is for older people and they are getting confused on how to comment :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Blog Preview Length"</title>
			<link>http://www.kriesi.at/support/topic/blog-preview-length#post-18264</link>
			<pubDate>Mon, 02 May 2011 07:40:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18264@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>edmondbina on "Blog Preview Length"</title>
			<link>http://www.kriesi.at/support/topic/blog-preview-length#post-18261</link>
			<pubDate>Mon, 02 May 2011 06:31:04 +0000</pubDate>
			<dc:creator>edmondbina</dc:creator>
			<guid isPermaLink="false">18261@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thats just what I wanted, thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Blog Preview Length"</title>
			<link>http://www.kriesi.at/support/topic/blog-preview-length#post-18248</link>
			<pubDate>Mon, 02 May 2011 04:59:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18248@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can implement the read more button easily. Instead of&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;the_excerpt(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;use:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;the_excerpt();
echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39; class=&#38;#39;more-link&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Read more&#38;#39;,&#38;#39;avisio&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>edmondbina on "Blog Preview Length"</title>
			<link>http://www.kriesi.at/support/topic/blog-preview-length#post-18241</link>
			<pubDate>Mon, 02 May 2011 04:46:55 +0000</pubDate>
			<dc:creator>edmondbina</dc:creator>
			<guid isPermaLink="false">18241@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, that worked. However it doesnt create a link at the bottom of the excerpt to read the rest. Is there a way to include this? The way it is right now, people wouldnt know that they would have to click the title to read the rest.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Blog Preview Length"</title>
			<link>http://www.kriesi.at/support/topic/blog-preview-length#post-18064</link>
			<pubDate>Fri, 29 Apr 2011 07:33:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18064@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Try to change following code in index.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;the_content(&#38;#39;&#38;lt;span&#38;gt;&#38;#39;.__(&#38;#39;Read more&#38;#39;,&#38;#39;habitat&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;the_excerpt(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Add following to style.css (at the very bottom):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .siteheading, #top .siteheading a{
font-weight: bold;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>edmondbina on "Blog Preview Length"</title>
			<link>http://www.kriesi.at/support/topic/blog-preview-length#post-18063</link>
			<pubDate>Fri, 29 Apr 2011 06:15:12 +0000</pubDate>
			<dc:creator>edmondbina</dc:creator>
			<guid isPermaLink="false">18063@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok I see that, and I added a paragraph to the insert box, but the blog post is still showing up as the whole article. Am I missing something?&#60;/p&#62;
&#60;p&#62;Also, how can I make the title of the blog post bold?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Blog Preview Length"</title>
			<link>http://www.kriesi.at/support/topic/blog-preview-length#post-18059</link>
			<pubDate>Fri, 29 Apr 2011 05:50:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18059@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can use the excerpt field to control the excerpt content. Go to your post editor - there you'll see the excerpt option field. If you can't find it you can activate it by clicking on &#34;screen options&#34; and then check the excerpt checkbox. I made a screenshot:&#60;/p&#62;
&#60;p&#62;&#60;a href='http://img715.imageshack.us/i/unbenanntiqe.png/'&#62;&#60;img src='http://img715.imageshack.us/img715/4397/unbenanntiqe.th.png' /&#62;&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>edmondbina on "Blog Preview Length"</title>
			<link>http://www.kriesi.at/support/topic/blog-preview-length#post-18041</link>
			<pubDate>Fri, 29 Apr 2011 00:38:48 +0000</pubDate>
			<dc:creator>edmondbina</dc:creator>
			<guid isPermaLink="false">18041@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would like my main blog page to only show the first paragraph of my blog posts. That way they have to click on it to read more and comment. Is this possible? If not can I add a &#34;comment&#34; button on the bottom of each post. I want to make it easy for people to see they can comment.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
