<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Tag: blog summary</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: blog summary</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 18:39:25 +0000</pubDate>

<item>
<title>polarexpress09 on "Posts not summarizing"</title>
<link>http://wordpress.org/support/topic/277406#post-1094806</link>
<pubDate>Mon, 08 Jun 2009 00:33:36 +0000</pubDate>
<dc:creator>polarexpress09</dc:creator>
<guid isPermaLink="false">1094806@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I selected 'show summary' for each post in my settings but it's not registering on my blog.  It's still showing the full posts on my homepage.  Is there something else I need to select in my settings??
&#60;/p&#62;</description>
</item>
<item>
<title>washingtonautocredit on "Summary, how-to please"</title>
<link>http://wordpress.org/support/topic/237803#post-1069655</link>
<pubDate>Sat, 09 May 2009 23:19:31 +0000</pubDate>
<dc:creator>washingtonautocredit</dc:creator>
<guid isPermaLink="false">1069655@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I am trying to make my home page display the summary, and I have that selected in the wp-admin area, but no dice. I hope maybe you can tell me why. This is my code:&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;content&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;?php if (have_posts()) : ?&#38;gt;&#60;br /&#62;
		&#38;lt;?php while (have_posts()) : the_post(); ?&#38;gt;&#60;br /&#62;
            &#38;lt;?php global $more; $more = 0; ?&#38;gt;&#60;br /&#62;
			&#38;lt;div class=&#34;post&#34; id=&#34;post-&#38;lt;?php the_ID(); ?&#38;gt;&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;h2&#38;gt;&#60;a&#62;&#34; rel=&#34;bookmark&#34; title=&#34;Permanent Link to &#38;lt;?php the_title_attribute(); ?&#38;gt;&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;&#38;lt;/h2&#38;gt;&#60;br /&#62;
				&#38;lt;small&#38;gt;&#38;lt;?php the_time('F jS, Y') ?&#38;gt; &#38;lt;!-- by &#38;lt;?php the_author() ?&#38;gt; --&#38;gt;&#38;lt;/small&#38;gt;&#60;br /&#62;
				&#38;lt;div class=&#34;entry&#34;&#38;gt;&#60;br /&#62;
				&#38;lt;?php the_content('Read More...'); ?&#38;gt;&#60;br /&#62;
				&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;p class=&#34;postmetadata&#34;&#38;gt;&#38;lt;?php the_tags('Tags: ', ', ', '&#60;br /&#62;'); ?&#38;gt; Posted in &#38;lt;?php the_category(', ') ?&#38;gt; &#124; &#38;lt;?php edit_post_link('Edit', '', ' &#124; '); ?&#38;gt;  &#38;lt;?php comments_popup_link('No Comments &#38;#187;', '1 Comment &#38;#187;', '% Comments &#38;#187;'); ?&#38;gt;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;/div&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>Gangleri on "Summary, how-to please"</title>
<link>http://wordpress.org/support/topic/237803#post-967769</link>
<pubDate>Tue, 27 Jan 2009 12:52:48 +0000</pubDate>
<dc:creator>Gangleri</dc:creator>
<guid isPermaLink="false">967769@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Alternately you can look for excerpt plugins. I use Excerpt Editor myself, it's quite flexible.
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "Summary, how-to please"</title>
<link>http://wordpress.org/support/topic/237803#post-967765</link>
<pubDate>Tue, 27 Jan 2009 12:43:44 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">967765@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Try changing to the HTML editor and or with the Visual Editor use the &#34;Insert More Tag&#34; button.&#60;/p&#62;
&#60;p&#62;That code looks okay.
&#60;/p&#62;</description>
</item>
<item>
<title>Lansluaght on "Summary, how-to please"</title>
<link>http://wordpress.org/support/topic/237803#post-967639</link>
<pubDate>Tue, 27 Jan 2009 06:44:51 +0000</pubDate>
<dc:creator>Lansluaght</dc:creator>
<guid isPermaLink="false">967639@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Sorry for my long strike of absence there, but i'll get right back into it.&#60;/p&#62;
&#60;p&#62;I'd tried simply inserting the &#38;lt;!--more--&#38;gt; quicktag into a post, but it didn't work, as with your example. I made a new post, copy+pasted that in the body, published it, and the entire thing just showed up on my front page. Still no cut-off or anything.&#60;br /&#62;
And the only mention of the_content in my index.php file is :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;entry&#38;quot;&#38;gt;
					&#38;lt;?php the_content(&#38;#39;Read the rest of this entry &#38;amp;raquo;&#38;#39;); ?&#38;gt;
				&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Which i can't make anything up out of.
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "Summary, how-to please"</title>
<link>http://wordpress.org/support/topic/237803#post-967358</link>
<pubDate>Mon, 26 Jan 2009 22:56:43 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">967358@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Switch to the WordPress Default Theme.&#60;/p&#62;
&#60;p&#62;Write a post with this in the body of the post:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;This is an example of using the more which cuts off here &#60;code&#62;&#38;lt;!--more--&#38;gt;&#60;/code&#62; and this is the rest of the posts.&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;Save the post, visit your site.&#60;/p&#62;
&#60;p&#62;Also look at wp-content/themes/default/index.php for how &#60;code&#62;the_content&#60;/code&#62; is structured.
&#60;/p&#62;</description>
</item>
<item>
<title>Lansluaght on "Summary, how-to please"</title>
<link>http://wordpress.org/support/topic/237803#post-967337</link>
<pubDate>Mon, 26 Jan 2009 22:38:40 +0000</pubDate>
<dc:creator>Lansluaght</dc:creator>
<guid isPermaLink="false">967337@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#34;If you have set your WordPress site to display post excerpts on the front or home page, ...&#34; I fumble over the first line. Where do i enable that? looked through all the settings tabs, not in there :(
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "Summary, how-to please"</title>
<link>http://wordpress.org/support/topic/237803#post-967327</link>
<pubDate>Mon, 26 Jan 2009 22:26:55 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">967327@http://wordpress.org/support/</guid>
<description>&#60;p&#62;You use &#60;strong&#62;the more Quicktag&#60;/strong&#62;, &#60;code&#62;&#38;lt;!--more--&#38;gt;&#60;/code&#62;, in your post to note the cutoff point.  See &#60;a href=&#34;http://codex.wordpress.org/Customizing_the_Read_More&#34;&#62;Customizing_the_Read_More&#60;/a&#62; for more info.
&#60;/p&#62;</description>
</item>
<item>
<title>Lansluaght on "Summary, how-to please"</title>
<link>http://wordpress.org/support/topic/237803#post-967314</link>
<pubDate>Mon, 26 Jan 2009 22:15:45 +0000</pubDate>
<dc:creator>Lansluaght</dc:creator>
<guid isPermaLink="false">967314@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi, this has been bothering me for a while but i hadn't attached enough value to it untill now. With 2.7 up and running i'd figure it's now or never, even though it's probably stupidly simple:&#60;/p&#62;
&#60;p&#62;How do i get my front page to only show the first X ammount or words or lines from a post followed by a 'Read more...' button, and not the entire post itself? I figured it's not the excerpt thing (Though, not being a native english speaker, i don't really know what it is), but i can't figure out what does do what i want either. I see it everywhere, but can't figure out how to do it myself.&#60;/p&#62;
&#60;p&#62;Is this a plugin?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
