<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WordPress get_excerpt &#8211; show more words</title>
	<atom:link href="http://www.techontour.com/web-design/2008/01/03/wordpress-get_excerpt-show-more-words/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techontour.com/web-design/2008/01/03/wordpress-get_excerpt-show-more-words/</link>
	<description>Your resource for Technology News, Reviews and Tutorials</description>
	<lastBuildDate>Thu, 26 Jan 2012 00:24:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Alex Costa</title>
		<link>http://www.techontour.com/web-design/2008/01/03/wordpress-get_excerpt-show-more-words/comment-page-1/#comment-18661</link>
		<dc:creator>Alex Costa</dc:creator>
		<pubDate>Mon, 12 Apr 2010 12:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.techontour.com/web-design/2008/01/03/wordpress-get_excerpt-show-more-words/#comment-18661</guid>
		<description>Hi Mike

Thank you for the comment and improvement on the content of this post. I have added a link to your comment in the main post body.</description>
		<content:encoded><![CDATA[<p>Hi Mike</p>
<p>Thank you for the comment and improvement on the content of this post. I have added a link to your comment in the main post body.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Schinkel</title>
		<link>http://www.techontour.com/web-design/2008/01/03/wordpress-get_excerpt-show-more-words/comment-page-1/#comment-18658</link>
		<dc:creator>Mike Schinkel</dc:creator>
		<pubDate>Mon, 12 Apr 2010 07:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.techontour.com/web-design/2008/01/03/wordpress-get_excerpt-show-more-words/#comment-18658</guid>
		<description>Hi Alex,

Conceptually, this is a great idea. In practice, you are suggesting that someone modify WordPress&#039; core code which isa really bad idea. Instead, they should use a filter &quot;hook.&quot;  They can add this to their theme&#039;s functions.php file to do the same:

add_filter(&#039;excerpt_length&#039;,&#039;set_my_excerpt_length&#039;);
function set_my_excerpt_length($length) {
	return 100;
}

This works for WordPress v2.7 and later, see:
  http://adambrown.info/p/wp_hooks/hook/excerpt_length?version=2.7&amp;file=wp-includes/formatting.php

HTH.

-Mike</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>Conceptually, this is a great idea. In practice, you are suggesting that someone modify WordPress&#8217; core code which isa really bad idea. Instead, they should use a filter &#8220;hook.&#8221;  They can add this to their theme&#8217;s functions.php file to do the same:</p>
<p>add_filter(&#8216;excerpt_length&#8217;,'set_my_excerpt_length&#8217;);<br />
function set_my_excerpt_length($length) {<br />
	return 100;<br />
}</p>
<p>This works for WordPress v2.7 and later, see:<br />
  <a href="http://adambrown.info/p/wp_hooks/hook/excerpt_length?version=2.7&#038;file=wp-includes/formatting.php" rel="nofollow">http://adambrown.info/p/wp_hooks/hook/excerpt_length?version=2.7&#038;file=wp-includes/formatting.php</a></p>
<p>HTH.</p>
<p>-Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RaiulBaztepo</title>
		<link>http://www.techontour.com/web-design/2008/01/03/wordpress-get_excerpt-show-more-words/comment-page-1/#comment-11329</link>
		<dc:creator>RaiulBaztepo</dc:creator>
		<pubDate>Sun, 29 Mar 2009 00:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.techontour.com/web-design/2008/01/03/wordpress-get_excerpt-show-more-words/#comment-11329</guid>
		<description>Hello!
Very Interesting post! Thank you for such interesting resource! 
PS: Sorry for my bad english, I&#039;v just started to learn this language ;)
See you! 
Your, Raiul Baztepo</description>
		<content:encoded><![CDATA[<p>Hello!<br />
Very Interesting post! Thank you for such interesting resource!<br />
PS: Sorry for my bad english, I&#8217;v just started to learn this language <img src='http://www.techontour.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
See you!<br />
Your, Raiul Baztepo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: etestcids</title>
		<link>http://www.techontour.com/web-design/2008/01/03/wordpress-get_excerpt-show-more-words/comment-page-1/#comment-6363</link>
		<dc:creator>etestcids</dc:creator>
		<pubDate>Tue, 21 Oct 2008 03:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.techontour.com/web-design/2008/01/03/wordpress-get_excerpt-show-more-words/#comment-6363</guid>
		<description>Hi,
I am, John
good overall content
my site:

http://pX1qGcT4u.spaces.live.com/</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am, John<br />
good overall content<br />
my site:</p>
<p><a href="http://pX1qGcT4u.spaces.live.com/" rel="nofollow">http://pX1qGcT4u.spaces.live.com/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

