<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>digitalkeyto.info&#187; excerpt</title>
	<atom:link href="http://digitalkeyto.info/tag/excerpt/feed" rel="self" type="application/rss+xml" />
	<link>http://digitalkeyto.info</link>
	<description>Website Development and Internet Marketing</description>
	<lastBuildDate>Wed, 11 Jan 2012 01:56:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>What Is The Best Way To Use Post Excerpts In WordPress?</title>
		<link>http://digitalkeyto.info/blogging/what-is-the-best-way-to-use-post-excerpts-in-wordpress.html</link>
		<comments>http://digitalkeyto.info/blogging/what-is-the-best-way-to-use-post-excerpts-in-wordpress.html#comments</comments>
		<pubDate>Wed, 26 Mar 2008 03:13:00 +0000</pubDate>
		<dc:creator>JamesThoenes</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[excerpt]]></category>
		<category><![CDATA[excerpts]]></category>
		<category><![CDATA[post excerpts]]></category>
		<category><![CDATA[Semiologic]]></category>
		<category><![CDATA[Semiologic Pro]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://digitalkeyto.info/blogging/what-is-the-best-way-to-use-post-excerpts-in-wordpress.html</guid>
		<description><![CDATA[There are two ways to put post excerpts on your main page in WordPress. They are: The post excerpt function in WordPress The “More” tag Which is the best way to use excerpts for your blog? Can you tell which I am using?  I’ll let you know at the end of this post. Both have [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><h2>There are two ways to put post excerpts on your main page in WordPress.</h2>
<p>They are:</p>
<ul>
<li>The post excerpt function in WordPress</li>
<li>The “More” tag</li>
</ul>
<h3>Which is the best way to use excerpts for your blog?</h3>
<p>Can you tell which I am using?  I’ll let you know at the end of this post. Both have <span id="more-289"></span>advantages and disadvantages. In some cases, the disadvantages can be eliminated with a little modification of WordPress or with a plugin.</p>
<h3>Lets start with WordPress’s built in post excerpts.</h3>
<p>Actually almost nothing could be simpler that just activating the excerpt function. That is, if your theme or template has the option. If not, then it is not built in and you’ll need to make some changes in the code. You can also download a plugin that will add the feature.</p>
<h3>The advantage of using excerpts instead of the more button is you can write an optional excerpt for each post.</h3>
<p><img src="/wp-content/uploads/image/optionalexcerpt.gif" alt="Using optional excerpts in WordPress" width="425" height="114" align="bottom" /></p>
<p>This means you can have content completely different than the post the excerpts point to. This also means you have to write an excerpt for the best effect. You will need to write the excerpt both to tell what the post is about and create enough curiosity click through to read it.</p>
<p>Another advantage is that it affects all your posts when they are viewed on the main pages. No need to go through all your posts in order to shorten them.</p>
<p>For a great post about <a href="http://www.problogdesign.com/how-to/the-2-methods-of-showing-excerpts/" target="_blank">editing the WordPress code for excerpts</a> check this post at <a href="http://www.problogdesign.com/how-to/the-2-methods-of-showing-excerpts/" target="_blank">Pro Blog Design</a>.</p>
<p>For a <a href="http://www.dailyblogtips.com/homepage-excerpts-wordpress-plugin/" target="_blank">plugin that lets you add excerpts</a> check this post at <a href="http://www.dailyblogtips.com/homepage-excerpts-wordpress-plugin/" target="_blank">Daily Blog Tips</a>. This plugin also lets you choose to have a certain number of posts with full content while keeping excerpts on all the rest.</p>
<p>I have not tried either of these methods so be sure to make a backup of the files you edit before you edit them and see if the plugin is compatible with the latest versions of WordPress.</p>
<h3>One disadvantage of using the excerpt function is, that by default, your excerpts may not have any link to the post other than the link in the title of the excerpt.</h3>
<p>This can easily be unnoticed with some themes, leaving your blog looking it is full of scraped content. The post at Pro Blog Design gives a way to add a link at the bottom of the excerpt with a call to action to click the link (such as “click here to read the full post”)</p>
<p>There is one big disadvantage of excerpts that is shared with the More tag and that is partial feeds. We’ll talk about that in a bit.</p>
<h3>How about using the More tag for excerpts?</h3>
<p>This feature is in the WYSIWYG editor. Just place your cursor where you want the excerpt to end and click the button in the editor. No need to make any changes to your code. It is that simple. Place in a good spot and you will automatically create curiosity and tell what the post is about, at least, if you write your introductory paragraph with this in mind. This is the easiest way to go.</p>
<h3>The More tag also provides a link to the post at the end of your excerpt, right where you place it.</h3>
<p>This gives a call to action and encourages the reader to click through and read the full post. This goes back to those long sales letters you used to get in the mail. People are actually more likely to read, click, or go to the next page if you tell them to.</p>
<h3>The disadvantages of the More tag are many.</h3>
<p>The content is the same as used in the post. This is not really bad because the amount of duplicate content is not large enough to cause problems.</p>
<p>If you want excerpts for all your posts, you will need to edit each post and add it. This is a big problem if you have many posts. This type of excerpt is not blog-wide like the regular post excerpts.</p>
<p>I don’t particularly like the default text for the link. In some cases, it is just “More.” This is a relatively safe edit though, even if you are not familiar with code. The post mentioned above at Pro Blog Designs also shows how to edit the text in the link. Even I would feel safe with an edit of this type since you are just changing the text not any real code.</p>
<h3>Again, the More tag shares its biggest disadvantage with the post excerpts.</h3>
<p>Both methods will send a partial RSS feed. It seems like everyone believes that partial feeds are generally not as well accepted as full feeds. This can be fixed with a Full Text Feed plugin By Ronald Heft, Jr.</p>
<h3>Ideally, your post excerpts are also used on both your Category and Tag archives as well.</h3>
<p>This does require some code editing. If you want to tackle this job, I am going to send you off on your own to the search engine of your choice. As you can probably tell, I am not much into editing code myself. I would hate to go through the trouble now with a new WordPress version about to be released.</p>
<h3>What method do I use for post excerpts on this blog?</h3>
<p><img src="/wp-content/uploads/image/morelinkexcerptsemiologicpr.gif" alt="changing the more link excerpt in Semiologic Pro" width="305" height="243" align="left" />I use the More tag, but with some special features. The Semiologic Pro theme I use here has both excerpts and a modified more feature. With Semiologic Pro the title of the post is used in the More link. Also, the test is easy to change to say just about anything you want to use.</p>
<p>With a bit of thinking, I came up with link text I think makes sense and provides a call to action. Also, the anchor text of the link is them optimized for all the SEO advantages you can get from an internal link using the keywords in the title. Much better than a link to pointing to your post with the anchor “More” or “Click Here.”</p>
<p>The Semiologic Pro theme also uses post titles automatically on the Tag and Category archives. This eliminates duplicate content on them. The Full Text Feed plugin is also already installed.</p>
<h3>What is the best method for post excerpts on the main page for your blog?</h3>
<p>That decision is up to you. If you’re just starting out, the More tag is the simplest to use. It is also well supported in WordPress. If you have a lot of posts, excerpts may be the way to go for you. If you can edit code, you may be able to get excerpts to do a lot for you. If you have many sites or blogs, or plan to, Semiologic Pro might be a good investment for your internet marketing business or as a good option as a semi-customized theme.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://digitalkeyto.info/blogging/what-is-the-best-way-to-use-post-excerpts-in-wordpress.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.279 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-22 04:09:41 -->
<!-- Compression = gzip -->
