<?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>WP Garage &#187; excerpts</title>
	<atom:link href="http://wpgarage.com/tag/excerpts/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Wed, 16 Nov 2011 14:36:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>My favorite WordPress tip</title>
		<link>http://wpgarage.com/tips/my-favorite-wordpress-tip/</link>
		<comments>http://wpgarage.com/tips/my-favorite-wordpress-tip/#comments</comments>
		<pubDate>Sat, 08 Sep 2007 21:20:36 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[excerpts]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/tips/my-favorite-wordpress-tip/</guid>
		<description><![CDATA[<p>In Lorelle&#8217;s latest blog challenge, she asks us to describe our favorite WordPress tip. She says to think back to when we started experimenting with WordPress, and try to remember what tips we found valuable. I started WordPress Garage in order to document my discoveries about WordPress. It was meant to serve as an online [...]</p><p>This post was originally published at <a href="http://wpgarage.com/tips/my-favorite-wordpress-tip/">My favorite WordPress tip</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/tips/my-favorite-wordpress-tip/" data-url="http://illum.in/q9Z0dG" data-text="My favorite WordPress tip" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/tips/my-favorite-wordpress-tip/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/tips/my-favorite-wordpress-tip/"></g:plusone></div></div><p><img src="http://wpgarage.com/wp-content/uploads/2007/09/blogchallenge.gif" alt="Blogging Challenge - Lorelle on WordPress" align="left" />In Lorelle&#8217;s latest blog challenge, <a href="http://lorelle.wordpress.com/2007/09/07/blog-challenge-your-favorite-wordpress-tip/" title="Blog Challenge: Your Favorite WordPress Tip">she asks us to describe our favorite WordPress tip</a>. She says to think back to when we started experimenting with <a href="http://wordpress.org" title="WordPress">WordPress</a>, and try to remember what tips we found valuable.</p>
<p>I started <a href="http://wpgarage.com" title="WordPress Garage">WordPress Garage</a> in order to document my discoveries about <a href="http://wordpress.org" title="WordPress">WordPress</a>. It was meant to serve as an online manual of sorts. So I decided to go back in time to see what I was blogging about close to the beginning of my WordPress journey.</p>
<p>I can see that the issues that interested me most at that time were related to optimizing blogs for search engines and readers. Here are the tips that most interested me at that time:</p>
<ul>
<li><strong>Tags</strong> &#8211; Tags are useful for more detailed categorization of posts, search engine optimization, and user navigation. I wanted to find the perfect tagging plugin that not only would add tagging, but enable me to create tag clouds and list related posts based on those tags, so that I could use one plugin for three features. First <a href="plugins/jeromes-keywords-plugin/" title="Jerome's Keywords Plugin">I tried Jerome&#8217;s Keywords Plugin</a>, only to find that it <a href="plugins/jeromes-keywords-broke-now-using-simple-tagging/" title="Jerome’s Keywords broke during upgrade, now using Simple Tagging">didn&#8217;t work once I upgraded</a> from WordPress version 2.1.1 to 2.1.2. I then tried out <a href="http://sw-guide.de/wordpress/wordpress-plugins/simple-tagging-plugin/" title="Simple Tagging Plugin">Simple Tagging</a>, which works wonderfully and does everything I want it to do, and now use it on all WordPress blogs and sites that I build.</li>
<li><strong>Excerpts</strong> &#8211; if you use <code>&lt;?php the_excerpt() ?&gt;</code> instead of <code>&lt;?php the_content() ?&gt;</code> in your template files so that certain pages automatically display excerpts instead of the full text of the post, all html tags are stripped from the text. That means that if you have images or links in the first paragraph or so of text, they are removed from the excerpt. Annoying. I searched for a solution <a href="plugins/the-excerpt-reloaded/" title="The Excerpt Reloaded">and found The Excerpt Reloaded plugin</a>. Only, it didn&#8217;t work quite right &#8211; if my excerpt had a bulleted list in it, for example, the entire page following that excerpt would be styled as one long list. But <a href="http://robsnotebook.com/the-excerpt-reloaded2" title="Rob's Notebook - The Excerpt Reloaded">Rob</a>, a blessed plugin developer, <a href="plugins/important-mod-to-the-excerpt-reloaded-plugin/" title="Important mod to the Excerpt Reloaded Plugin">created a mod of the plugin that fixed this problem</a>. I highly recommend using <a href="http://robsnotebook.com/the-excerpt-reloaded2" title="The Excerpt Reloaded">this plugin</a> if you want to automatically display excerpts and retain the formatting.<br />
Excerpts and videos: even with Rob&#8217;s plugin, <a href="tips/video-manual-excerpts/" title="Videos and excerpts don’t jive - and how to manually create excerpts">videos that are embedded in the beginning of any post will not appear in excerpts</a> &#8211; only the code will. So far, the only way that I have found for displaying videos in excerpts is to stop using <code>&lt;?php the_excerpt() ?&gt;</code> and to manually insert excerpts.</li>
<li><strong>Future posting</strong> &#8211; this is a tip that <a href="http://lorelle.wordpress.com/2006/10/01/working-ahead-future-posts-with-wordpress/" title="Working Ahead - Future Posts with WordPress">I learned from Lorelle</a>. When I first started blogging, I would write five posts on one day, and then publish nothing for the next couple of days. Not a very good strategy, since people, and maybe even search engines, like to see new content on a daily basis. So I started future posting whenever possible, which gave me some peace of mind for a few days where I knew I could take a break from blogging.</li>
</ul>
<p>The above tips are pretty basic, but I think they can mean the difference between a well optimized and usable blog, and one that doesn&#8217;t reach its potential.</p>
<p>This post was originally published at <a href="http://wpgarage.com/tips/my-favorite-wordpress-tip/">My favorite WordPress tip</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/tips/my-favorite-wordpress-tip/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Videos and excerpts don&#8217;t jive &#8211; and how to manually create excerpts</title>
		<link>http://wpgarage.com/tips/video-manual-excerpts/</link>
		<comments>http://wpgarage.com/tips/video-manual-excerpts/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 13:25:51 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[excerpts]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/tips/video-manual-excerpts/</guid>
		<description><![CDATA[<p>I just discovered that videos do not show up when you are using excerpts (&#60;?php the_excerpt(); ?&#62;) on certain pages instead of publishing the full content (&#60;?php the_content(); ?&#62;) on the post. I use Viper&#8217;s Video Quicktags for easily embedding videos in my blogs. Well, it turns out that instead of the video showing up [...]</p><p>This post was originally published at <a href="http://wpgarage.com/tips/video-manual-excerpts/">Videos and excerpts don&#8217;t jive &#8211; and how to manually create excerpts</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/tips/video-manual-excerpts/" data-url="http://illum.in/pc61qn" data-text="Videos and excerpts don&#8217;t jive &#8211; and how to manually create excerpts" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/tips/video-manual-excerpts/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/tips/video-manual-excerpts/"></g:plusone></div></div><p>I just discovered that videos do not show up when you are using excerpts (&lt;?php the_excerpt(); ?&gt;) on certain pages instead of publishing the full content (&lt;?php the_content(); ?&gt;) on the post.</p>
<p>I use <a href="plugins/vipers-video-quicktags-is-the-best-for-embedding-movies/" title="Viper’s Video Quicktags is the best for embedding movies">Viper&#8217;s Video Quicktags</a> for easily embedding videos in my blogs. Well, it turns out that instead of the video showing up on excerpt pages, the embedding code shows up instead.</p>
<p>Not very pretty.</p>
<p>Now, if you have a post, and there&#8217;s a video in it past the excerpt point, you&#8217;re ok. But I wanted to have a category that was kind of a like a vlog, where the post consists of a video and that&#8217;s it.</p>
<p>So I had to change all of my pages using the_excerpt (or <a href="plugins/important-mod-to-the-excerpt-reloaded-plugin/" title="Important mod to the Excerpt Reloaded Plugin">The Excerpt Reloaded</a>, which you should use to retain HTML formatting in your excerpts like links, bullets, etc.) to the_content.</p>
<p>But all is not lost &#8211; <a href="http://www.wordpress.org" title="WordPress">WordPress</a> gives you two ways to manually generate excerpts that will appear on all multi-post pages, like the home page, archive page, and category page:</p>
<ol>
<li>The &#8220;more&#8221; tag and button. If you are using the WYSIWYG editor, there is a &#8220;Split post with More tag&#8221; button. It is the button directly to the left of the Spellcheck button (with the ABC on it). Place your cursor where you want to end the excerpt, and click on the button. Or, press Alt+t.</li>
<li>Enter an excerpt in the Optional Excerpt field below the editor. I recently discovered that you can enter HTML in there, so if you want an image to appear in the excerpt, for example, you can enter the &lt;a href=&#8221;"&gt; tag and it works!</li>
</ol>
<p>From a usability standpoint it&#8217;s probably better to manually create excerpts because they won&#8217;t cut sentences in the middle like the automatic feature does, and you can write a compelling teaser that will draw your reader in if you use the Optional Excerpt field.</p>
<p>This post was originally published at <a href="http://wpgarage.com/tips/video-manual-excerpts/">Videos and excerpts don&#8217;t jive &#8211; and how to manually create excerpts</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/tips/video-manual-excerpts/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Important mod to the Excerpt Reloaded Plugin</title>
		<link>http://wpgarage.com/plugins/important-mod-to-the-excerpt-reloaded-plugin/</link>
		<comments>http://wpgarage.com/plugins/important-mod-to-the-excerpt-reloaded-plugin/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 06:46:33 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[excerpts]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/plugins/important-mod-to-the-excerpt-reloaded-plugin/</guid>
		<description><![CDATA[<p>A new mod to the Excerpt Reloaded Plugin means that now you can make sure that your excerpts are properly formatted with links, bullets, paragraphs and more. Read on&#8230; For some reason which I still don&#8217;t understand, excerpts in WordPress are displayed without any HTML formatting. So if you use excerpts on your blog home [...]</p><p>This post was originally published at <a href="http://wpgarage.com/plugins/important-mod-to-the-excerpt-reloaded-plugin/">Important mod to the Excerpt Reloaded Plugin</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/plugins/important-mod-to-the-excerpt-reloaded-plugin/" data-url="http://illum.in/qglfXZ" data-text="Important mod to the Excerpt Reloaded Plugin" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/plugins/important-mod-to-the-excerpt-reloaded-plugin/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/plugins/important-mod-to-the-excerpt-reloaded-plugin/"></g:plusone></div></div><p><a href="http://robsnotebook.com/the-excerpt-reloaded2" title="Rob's mod of the Excerpt Reloaded Plugin">A new mod to the Excerpt Reloaded Plugin</a> means that now you can make sure that your excerpts are properly formatted with links, bullets, paragraphs and more. Read on&#8230;</p>
<p>For some reason which I still don&#8217;t understand, excerpts in WordPress are displayed without any HTML formatting. So if you use excerpts on your blog home page, or in your archives, then when people see these excerpts they cannot see any links, bullets, or even paragraphs since all of these tags are stripped. Instead, the excerpt is one big lump of text.</p>
<p>The only solution that I&#8217;ve been able to find is Kaf&#8217;s <a href="http://guff.szub.net/2005/02/26/the-excerpt-reloaded/" title="The Excerpt Reloaded Plugin">The Excerpt Reloaded Plugin</a>. This plugin allows you to define certain HTML tags that will be retained in the excerpts. To do this, you replace the code in your template files that call the article text or excerpt with something that looks like the following:</p>
<p><code>&lt;?php the_excerpt_reloaded(120, ?&lt;a&gt;&lt;img&gt;&lt;p&gt;&lt;ul&gt;&lt;li&gt;&lt;blockquote&gt;?); ?&gt;</code></p>
<p>&#8220;120&#8243; is how many characters should be in the excerpt, and the list of tags are the tags that I want to be preserved in the excerpts.</p>
<p>However, I&#8217;ve found that some excerpt pages have formatting problems. For example, if one of the top excerpts on a page has a blockquote, the entire page following is one big blockquote. It seemed to me that the HTML closing tags were causing the problem, but seeing as I&#8217;m no PHP guru, I didn&#8217;t know how to go about fixing this.</p>
<p>This is where <a href="http://robsnotebook.com/" title="Rob's Notebook">Rob</a> comes into the picture. Rob created <a href="http://robsnotebook.com/the-excerpt-reloaded2" title="Rob's mod of the Excerpt Reloaded Plugin">a mod of the Excerpt Reloaded Plugin</a> that preserves the closing &lt;/p&gt; tag. He posted a comment on my <a href="plugins/the-excerpt-reloaded/" title="The Excerpt Reloaded review on WordPressGarage">original post reviewing The Excerpt Reloaded Plugin</a> to notify me of this plugin. I tried it out, but didn&#8217;t see any noticeable improvement, and told him so. Rob went back to the drawing board and fixed up his mod somehow so that closing tags appear, making the archives look normal!</p>
<p><a href="http://robsnotebook.com/the-excerpt-reloaded2" title="Rob's mod of the Excerpt Reloaded Plugin">If you want to have normal looking, user-friendly archives, get Rob&#8217;s mod of the Excerpt Reloaded Plugin here&gt;&gt; </a></p>
<p>This post was originally published at <a href="http://wpgarage.com/plugins/important-mod-to-the-excerpt-reloaded-plugin/">Important mod to the Excerpt Reloaded Plugin</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/important-mod-to-the-excerpt-reloaded-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Another way to prevent Google from spidering duplicate content: excerpts</title>
		<link>http://wpgarage.com/tips/another-way-to-prevent-google-from-spidering-duplicate-content-excerpts/</link>
		<comments>http://wpgarage.com/tips/another-way-to-prevent-google-from-spidering-duplicate-content-excerpts/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 19:52:19 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[excerpts]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/tips/another-way-to-prevent-google-from-spidering-duplicate-content-excerpts/</guid>
		<description><![CDATA[<p>As mentioned in a previous post, Google penalizes sites for duplicate content. One way of solving this is modifying the robots.txt file. Daily Blog Tips describes another way to prevent Google from finding duplicate content on your site: by using excerpts: In order to make sure that you are not incurring any penalty for duplicated [...]</p><p>This post was originally published at <a href="http://wpgarage.com/tips/another-way-to-prevent-google-from-spidering-duplicate-content-excerpts/">Another way to prevent Google from spidering duplicate content: excerpts</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/tips/another-way-to-prevent-google-from-spidering-duplicate-content-excerpts/" data-url="http://illum.in/nSQKnw" data-text="Another way to prevent Google from spidering duplicate content: excerpts" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/tips/another-way-to-prevent-google-from-spidering-duplicate-content-excerpts/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/tips/another-way-to-prevent-google-from-spidering-duplicate-content-excerpts/"></g:plusone></div></div><p><a href="tips/set-up-robotstxt-to-prevent-google-from-finding-duplicate-content/" title="Set up robots.txt to prevent Google from finding duplicate content">As mentioned in a previous post</a>, Google penalizes sites for duplicate content. One way of solving this is <a href="http://www.blogrambler.com/wordpress-duplicate-content.html" title="WordPress Duplicate Content">modifying the robots.txt file</a>. <a href="http://www.dailyblogtips.com/use-post-excerpts-everywhere/" title="Use Post Excerpts Everywhere">Daily Blog Tips describes another way to prevent Google from finding duplicate content on your site</a>: by using excerpts:</p>
<p>In order to make sure that you are not incurring any penalty for duplicated content you should make all those pages display only post excerpts instead of full posts. You could even display post excerpts on the Homepage&#8230;</p>
<p>This method involves modifying the theme files so that only specific pages will display excerpts.</p>
<p><a href="http://www.dailyblogtips.com/use-post-excerpts-everywhere/" title="Use Post Excerpts Everywhere">Use Post Excerpts Everywhere&gt;&gt;</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/tips/another-way-to-prevent-google-from-spidering-duplicate-content-excerpts/">Another way to prevent Google from spidering duplicate content: excerpts</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/tips/another-way-to-prevent-google-from-spidering-duplicate-content-excerpts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You can offer a variety of feeds on your WordPress blog</title>
		<link>http://wpgarage.com/tips/you-can-offer-a-variety-of-feeds-on-your-wordpress-blog/</link>
		<comments>http://wpgarage.com/tips/you-can-offer-a-variety-of-feeds-on-your-wordpress-blog/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 19:15:18 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[excerpts]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/tips/you-can-offer-a-variety-of-feeds-on-your-wordpress-blog/</guid>
		<description><![CDATA[<p>Lorelle has a whole explanation on how to provide more than just post and comment feeds on your blog. She explains how to add category feeds, with or without RSS icons, making them auto-discoverable, and even add customizable keyword search feeds. She also discusses whether it&#8217;s preferable to offer full text or excerpt feeds to [...]</p><p>This post was originally published at <a href="http://wpgarage.com/tips/you-can-offer-a-variety-of-feeds-on-your-wordpress-blog/">You can offer a variety of feeds on your WordPress blog</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/tips/you-can-offer-a-variety-of-feeds-on-your-wordpress-blog/" data-url="http://illum.in/olmeph" data-text="You can offer a variety of feeds on your WordPress blog" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/tips/you-can-offer-a-variety-of-feeds-on-your-wordpress-blog/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/tips/you-can-offer-a-variety-of-feeds-on-your-wordpress-blog/"></g:plusone></div></div><p><a href="http://lorelle.wordpress.com/2007/01/24/understanding-using-and-customizing-wordpress-blog-feeds/" title="Understanding, Using, and Customizing WordPress Blog Feeds">Lorelle has a whole explanation on how to provide more than just post and comment feeds on your blog</a>. She explains how to add category feeds, with or without RSS icons, making them auto-discoverable, and even add customizable keyword search feeds. She also discusses whether it&#8217;s preferable to offer full text or excerpt feeds to your readers. Specific feeds can increase the usability and attractiveness of your blog.</p>
<p><a href="http://lorelle.wordpress.com/2007/01/24/understanding-using-and-customizing-wordpress-blog-feeds/" title="Understanding, Using, and Customizing WordPress Blog Feeds">Understanding, Using, and Customizing WordPress Blog Feeds&gt;&gt;</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/tips/you-can-offer-a-variety-of-feeds-on-your-wordpress-blog/">You can offer a variety of feeds on your WordPress blog</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/tips/you-can-offer-a-variety-of-feeds-on-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Ajax variation on WordPress excerpts</title>
		<link>http://wpgarage.com/plugins/an-ajax-variation-on-wordpress-excerpts/</link>
		<comments>http://wpgarage.com/plugins/an-ajax-variation-on-wordpress-excerpts/#comments</comments>
		<pubDate>Sun, 25 Feb 2007 09:31:30 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[excerpts]]></category>
		<category><![CDATA[posts]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/plugins/an-ajax-variation-on-wordpress-excerpts/</guid>
		<description><![CDATA[<p>The default WordPress excerpt allows you to display a short text from your posts that is easier taken from the post itself, or from the excerpt that you enter in the Write Posts page. At the end of the excerpt, there is a link that takes the reader to the complete version of the post, [...]</p><p>This post was originally published at <a href="http://wpgarage.com/plugins/an-ajax-variation-on-wordpress-excerpts/">An Ajax variation on WordPress excerpts</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/plugins/an-ajax-variation-on-wordpress-excerpts/" data-url="http://illum.in/qzKTAy" data-text="An Ajax variation on WordPress excerpts" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/plugins/an-ajax-variation-on-wordpress-excerpts/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/plugins/an-ajax-variation-on-wordpress-excerpts/"></g:plusone></div></div><p>The default WordPress excerpt allows you to display a short text from your posts that is easier taken from the post itself, or from the excerpt that you enter in the Write Posts page. At the end of the excerpt, there is a link that takes the reader to the complete version of the post, either to the point in the post after the end of the excerpt, or to the beginning of the post.</p>
<p>There are some limitations to the WordPress excerpt, including the fact that it strips the excerpt of all tags, something which can be solved by a <a href="http://guff.szub.net/2005/02/26/the-excerpt-reloaded/">The Excerpt Reloaded Plugin</a> (<a href="plugins/the-excerpt-reloaded/">see our review</a>). Another limitation is the fact that a reader needs to load a whole new page to see the complete post, something which may lead readers to hesitate to click further.</p>
<p>The Inline Ajax Page plugin displays the full contents of your posts and comments in-line when a reader clicks to read more of an excerpt, without reloading the page or navigating away from your home page.</p>
<blockquote><p>The plugin displays an excerpt of your post (the same way WordPress does when you use the_excerpt or a &lt; !–more–&gt; tag), but rather than making the user go to another page to read the remainder of the post, this plugin uses Ajax to download and display the rest of it when the user clicks a link to read more. After wards the post’s content can then be hidden and the user can continue reading your other posts. It uses a similar method to display comments and the add comment box and to submit comments.</p></blockquote>
<p><a href="http://anthologyoi.com/wordpress/plugins/inline-ajax-page-v21.html" title="Inline Ajax Plugin v2.1">The Inline Ajax Plugin v2.1&gt;&gt;</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/plugins/an-ajax-variation-on-wordpress-excerpts/">An Ajax variation on WordPress excerpts</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/an-ajax-variation-on-wordpress-excerpts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Excerpt Reloaded</title>
		<link>http://wpgarage.com/plugins/the-excerpt-reloaded/</link>
		<comments>http://wpgarage.com/plugins/the-excerpt-reloaded/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 21:39:56 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[excerpts]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/plugins/the-excerpt-reloaded/</guid>
		<description><![CDATA[<p>Update June 6, 2007: There is a problem with closing HTML tags in Kaf&#8217;s Excerpt Reloaded Plugin. This means that if you define &#60;ul&#62; as one of the HTML tags you want to preserve in your excerpts, you may end up with a page of excerpts that is one big list, since the closing &#60;/ul&#62; [...]</p><p>This post was originally published at <a href="http://wpgarage.com/plugins/the-excerpt-reloaded/">The Excerpt Reloaded</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/plugins/the-excerpt-reloaded/" data-url="http://illum.in/r42Xj3" data-text="The Excerpt Reloaded" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/plugins/the-excerpt-reloaded/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/plugins/the-excerpt-reloaded/"></g:plusone></div></div><p><em>Update June 6, 2007: There is a problem with closing HTML tags in Kaf&#8217;s Excerpt Reloaded Plugin. This means that if you define &lt;ul&gt; as one of the HTML tags you want to preserve in your excerpts, you may end up with a page of excerpts that is one big list, since the closing &lt;/ul&gt; may be ommitted.  Rob created a <a href="http://robsnotebook.com/the-excerpt-reloaded2" title="Rob's mod of the Excerpt Reloaded Plugin">mod of the Excerpt Reloaded plugin</a> which preserves closing tags, but after testing it out on this site, I found that the first version still had some problems with formatting. Rob went and fixed his plugin, which I subsequently activated on this site, and now my excerpts look normal! Bless his soul. <a href="plugins/important-mod-to-the-excerpt-reloaded-plugin/" title="Important mod to the Excerpt Reloaded Plugin">Read my full review of this new mod.</a></em></p>
<p><em><strike>Update June 5, 2007: Rob from <a href="http://robsnotebook.com/" title="Rob's Notebook">Rob&#8217;s Notebook</a> posted a comment, which you can see below, about <a href="http://robsnotebook.com/the-excerpt-reloaded" title="Rob's mod of the Excerpt Reloaded Plugin">his mod of the Excerpt Reloaded plugin</a>. There is a problem with the original plugin where very often the closing paragraph tag <code>&lt;/p&gt;</code> is missing. Rob says that his plugin fixes that. I have installed his plugin on this site, but haven&#8217;t seen any noticeable improvements since the biggest problem that I&#8217;ve found with <a href="http://guff.szub.net/2005/02/26/the-excerpt-reloaded/" title="The Excerpt Reloaded Plugin">the original plugin</a>, and which still exists with his, is that almost none of the tags are closed. Blockquote, ul, li are all left open, and therefore affect the entire page that follows any excerpts with any of these tags. You can see what I mean by clicking on the archive links in the sidebar.</strike> </em></p>
<p>One of my clients asked me to make sure that links are displayed in excerpts. I don&#8217;t know what the advantage of not having links in excerpts is, and why WordPress defaults to removing these links.</p>
<p>After searching extensively on the web, it seems that the only solution to this problem is <a href="http://guff.szub.net/2005/02/26/the-excerpt-reloaded/" title="The Excerpt Reloaded">The Excerpt Reloaded</a> plugin at <a href="http://guff.szub.net/2005/02/26/the-excerpt-reloaded/" title="guffszub.net">guffszub.net</a>. This plugin customizes which HTML tags to allow, length of the excerpt (in words), “more…” link, and filtering type.</p>
<p>At first I couldn&#8217;t get it to work, but I figured out what the problems were, and I want to share them in case others have trouble too:</p>
<ol>
<li> I didn&#8217;t download the <a href="http://guff.szub.net/downloads/the-excerpt-reloaded.zip" title="The Excerpt Reloaded zip">zip file</a>, and was using the <a href="http://guff.szub.net/source/the-excerpt-reloaded.php" title="The Excerpt Reloaded display">display page</a> instead. No matter what I did, I kept getting an error message when I activated the plugin. It turns out that the display page has a space at the end of the code after the closing php tags. Once I deleted the space, the plugin began to work.</li>
<li>Guff says to put the function in <a href="http://codex.wordpress.org/The_Loop" title="The Loop">The Loop</a>. Maybe it&#8217;s because I was tired, but I understood that to mean that it just needed to appear anywhere within The Loop to work. What it actually means is that the function needs to appear wherever it is that you want the excerpt text to appear. So for example, if you want the excerpt to appear instead of the content, you need to replace <code>&lt;?php the_content();?&gt;</code> with <code>&lt;?php the_excerpt_reloaded(); ?&gt;.</code></li>
<li>Make sure you put the tag in all the template files that are relevant. Some examples of files that you may want or need to modify are index.php, home.php, archive.php, search.php, and category.php. (Don&#8217;t worry if you can&#8217;t find some of these files in your theme &#8211; some of these files are optional for themes.)</li>
</ol>
<p><strike>The Excerpt Reloaded is now activated on this site.</strike></p>
<p><a href="http://robsnotebook.com/the-excerpt-reloaded2" title="Rob's mod of the Excerpt Reloaded Plugin">Rob&#8217;s mod of the Excerpt Reloaded Plugin</a> is now activated on this site.</p>
<p><a href="http://guff.szub.net/2005/02/26/the-excerpt-reloaded/" title="The Excerpt Reloaded">Kaf&#8217;s Original Excerpt Reloaded&gt;&gt;</a><br />
<a href="http://robsnotebook.com/the-excerpt-reloaded2" title="Rob's mod of the Excerpt Reloaded Plugin">Rob&#8217;s mod of the Excerpt Reloaded Plugin&gt;&gt;</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/plugins/the-excerpt-reloaded/">The Excerpt Reloaded</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/the-excerpt-reloaded/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

