<?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 2.9 new excerpt filters</title>
	<atom:link href="http://wpengineer.com/wordpress-2-9-new-excerpt-filters/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpengineer.com/wordpress-2-9-new-excerpt-filters/</link>
	<description>WordPress News, Hacks, Tipps, Tutorials, Plugins and Themes</description>
	<lastBuildDate>Sun, 14 Mar 2010 21:55:13 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael</title>
		<link>http://wpengineer.com/wordpress-2-9-new-excerpt-filters/#comment-3418</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 05 Feb 2010 09:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1684#comment-3418</guid>
		<description>@Art: Yeah, don&#039;t use the excerpt() ;)</description>
		<content:encoded><![CDATA[<p>@Art: Yeah, don't use the excerpt() <img src='http://wpengineer.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Art</title>
		<link>http://wpengineer.com/wordpress-2-9-new-excerpt-filters/#comment-3415</link>
		<dc:creator>Art</dc:creator>
		<pubDate>Fri, 05 Feb 2010 00:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1684#comment-3415</guid>
		<description>To throw a curve ball into the mix.... is there a way to simply disable the excerpt functionality?

Art</description>
		<content:encoded><![CDATA[<p>To throw a curve ball into the mix.... is there a way to simply disable the excerpt functionality?</p>
<p>Art</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artiklar för Wordpress tema- eller plugin-kodaren &#124; jenst.se</title>
		<link>http://wpengineer.com/wordpress-2-9-new-excerpt-filters/#comment-3383</link>
		<dc:creator>Artiklar för Wordpress tema- eller plugin-kodaren &#124; jenst.se</dc:creator>
		<pubDate>Sun, 31 Jan 2010 19:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1684#comment-3383</guid>
		<description>[...] Wordpress 2.9 new excerpt filters [...]</description>
		<content:encoded><![CDATA[<p>[...] Wordpress 2.9 new excerpt filters [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marek</title>
		<link>http://wpengineer.com/wordpress-2-9-new-excerpt-filters/#comment-3052</link>
		<dc:creator>Marek</dc:creator>
		<pubDate>Sat, 19 Dec 2009 18:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1684#comment-3052</guid>
		<description>I have succesfully got this to work but my question is...

How the hell can i make the new .... clickable to go to the specific post, as i have replaced it with ...read more

I have managed to style it fine but being able to style it is beyond me, please help?</description>
		<content:encoded><![CDATA[<p>I have succesfully got this to work but my question is...</p>
<p>How the hell can i make the new .... clickable to go to the specific post, as i have replaced it with ...read more</p>
<p>I have managed to style it fine but being able to style it is beyond me, please help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Redfern</title>
		<link>http://wpengineer.com/wordpress-2-9-new-excerpt-filters/#comment-1951</link>
		<dc:creator>Dave Redfern</dc:creator>
		<pubDate>Wed, 04 Nov 2009 13:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1684#comment-1951</guid>
		<description>I currently use something similar with 2.8:-

add_filter(&#039;excerpt_length&#039;, &#039;my_excerpt_length&#039;);
function my_excerpt_length($length) {
return 0;
}

you can always add a if statement inside that for each category.  but nathans idea would be nicer.</description>
		<content:encoded><![CDATA[<p>I currently use something similar with 2.8:-</p>
<p>add_filter('excerpt_length', 'my_excerpt_length');<br />
function my_excerpt_length($length) {<br />
return 0;<br />
}</p>
<p>you can always add a if statement inside that for each category.  but nathans idea would be nicer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devan</title>
		<link>http://wpengineer.com/wordpress-2-9-new-excerpt-filters/#comment-1898</link>
		<dc:creator>Devan</dc:creator>
		<pubDate>Mon, 19 Oct 2009 15:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1684#comment-1898</guid>
		<description>Hi Ken,

Thanks for the hint!

In case it&#039;s useful, I&#039;ll share my perspective: What&#039;s keeping me from editing that moment in the codex is that I&#039;m not sure what it *should* say.

Would it be best to say that the feature isn&#039;t yet available? To remove it altogether?

Learning the conventions of editing the codex is a bit of a steep barrier to entry for somebody who probably won&#039;t be in a position to contribute very often. (I&#039;m a hobbyist, basically.)</description>
		<content:encoded><![CDATA[<p>Hi Ken,</p>
<p>Thanks for the hint!</p>
<p>In case it's useful, I'll share my perspective: What's keeping me from editing that moment in the codex is that I'm not sure what it *should* say.</p>
<p>Would it be best to say that the feature isn't yet available? To remove it altogether?</p>
<p>Learning the conventions of editing the codex is a bit of a steep barrier to entry for somebody who probably won't be in a position to contribute very often. (I'm a hobbyist, basically.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://wpengineer.com/wordpress-2-9-new-excerpt-filters/#comment-1897</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Mon, 19 Oct 2009 14:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1684#comment-1897</guid>
		<description>The codex is written by the community, and we&#039;d love to have the community clean it up, update it, and make it more clear (hint hint)</description>
		<content:encoded><![CDATA[<p>The codex is written by the community, and we'd love to have the community clean it up, update it, and make it more clear (hint hint)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://wpengineer.com/wordpress-2-9-new-excerpt-filters/#comment-1877</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Wed, 14 Oct 2009 16:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1684#comment-1877</guid>
		<description>there is no point in using the_excerpt() as its SOO inflexible. there is of course the_excerpt_rereloaded() which rocks, or you can make your own, which is pretty easy to, grab the content with get_the_content(), explode() it into an array on the space, then pop() the end of the array off...and implode() it back into a string, strew the_excerpt()

$excerpt = get_the_content();
$new_excerpt = explode(&#039; &#039;, $excerpt, 50); 
array_pop($new_excerpt);
$new_excerpt = implode(&#039; &#039;, $new_excerpt); 
echo $new_excerpt;</description>
		<content:encoded><![CDATA[<p>there is no point in using the_excerpt() as its SOO inflexible. there is of course the_excerpt_rereloaded() which rocks, or you can make your own, which is pretty easy to, grab the content with get_the_content(), explode() it into an array on the space, then pop() the end of the array off...and implode() it back into a string, strew the_excerpt()</p>
<p>$excerpt = get_the_content();<br />
$new_excerpt = explode(' ', $excerpt, 50);<br />
array_pop($new_excerpt);<br />
$new_excerpt = implode(' ', $new_excerpt);<br />
echo $new_excerpt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress 2.9 Coming Soon &#8211; Features, Tips and Screenshots</title>
		<link>http://wpengineer.com/wordpress-2-9-new-excerpt-filters/#comment-1851</link>
		<dc:creator>Wordpress 2.9 Coming Soon &#8211; Features, Tips and Screenshots</dc:creator>
		<pubDate>Tue, 13 Oct 2009 06:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1684#comment-1851</guid>
		<description>[...] enable you to change excerpt&#8217;s length and the default [...] text. For more information, check WPEngineer&#8217;s post about [...]</description>
		<content:encoded><![CDATA[<p>[...] enable you to change excerpt&#8217;s length and the default [...] text. For more information, check WPEngineer&#8217;s post about [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devan</title>
		<link>http://wpengineer.com/wordpress-2-9-new-excerpt-filters/#comment-1832</link>
		<dc:creator>Devan</dc:creator>
		<pubDate>Mon, 05 Oct 2009 17:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1684#comment-1832</guid>
		<description>Yes, I got that. My point was to complain that the codex points to future functionality as though it already exists. Could&#039;ve made that more clear.</description>
		<content:encoded><![CDATA[<p>Yes, I got that. My point was to complain that the codex points to future functionality as though it already exists. Could've made that more clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://wpengineer.com/wordpress-2-9-new-excerpt-filters/#comment-1831</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 05 Oct 2009 17:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1684#comment-1831</guid>
		<description>Yes, it does not work in 2.8. Its a feature of WordPress 2.9</description>
		<content:encoded><![CDATA[<p>Yes, it does not work in 2.8. Its a feature of WordPress 2.9</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devan</title>
		<link>http://wpengineer.com/wordpress-2-9-new-excerpt-filters/#comment-1830</link>
		<dc:creator>Devan</dc:creator>
		<pubDate>Mon, 05 Oct 2009 16:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1684#comment-1830</guid>
		<description>This already appears in the codex at http://codex.wordpress.org/Template_Tags/the_excerpt -- but I can confirm it does not work in version 2.8.4.</description>
		<content:encoded><![CDATA[<p>This already appears in the codex at <a href="http://codex.wordpress.org/Template_Tags/the_excerpt" rel="nofollow" class="liwp">http://codex.wordpress.org/Template_Tags/the_excerpt</a> -- but I can confirm it does not work in version 2.8.4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas Kapler</title>
		<link>http://wpengineer.com/wordpress-2-9-new-excerpt-filters/#comment-1814</link>
		<dc:creator>Tomas Kapler</dc:creator>
		<pubDate>Tue, 29 Sep 2009 23:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1684#comment-1814</guid>
		<description>what i hate more is that the only option is filter by words. Quite often i need to filter by chars, and the most common need (for me) is to filter by chars with keeping full words only.

So I am afraid i will still need to have own function.

But I agree with others, that simple function, with option to get excerpt with defined length would be fine</description>
		<content:encoded><![CDATA[<p>what i hate more is that the only option is filter by words. Quite often i need to filter by chars, and the most common need (for me) is to filter by chars with keeping full words only.</p>
<p>So I am afraid i will still need to have own function.</p>
<p>But I agree with others, that simple function, with option to get excerpt with defined length would be fine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Cragg</title>
		<link>http://wpengineer.com/wordpress-2-9-new-excerpt-filters/#comment-1786</link>
		<dc:creator>Alex Cragg</dc:creator>
		<pubDate>Sun, 20 Sep 2009 00:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1684#comment-1786</guid>
		<description>I also feel that being able to use the_excerpt with a custom css class would have been a useful introduction. Having to build my own using get_the_excerpt just feels wrong...</description>
		<content:encoded><![CDATA[<p>I also feel that being able to use the_excerpt with a custom css class would have been a useful introduction. Having to build my own using get_the_excerpt just feels wrong...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Wiebe</title>
		<link>http://wpengineer.com/wordpress-2-9-new-excerpt-filters/#comment-1720</link>
		<dc:creator>Matt Wiebe</dc:creator>
		<pubDate>Fri, 11 Sep 2009 12:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1684#comment-1720</guid>
		<description>Nathan&#039;s right, this isn&#039;t that useful unless we can set these as function attributes as well. One size does not fit all.</description>
		<content:encoded><![CDATA[<p>Nathan's right, this isn't that useful unless we can set these as function attributes as well. One size does not fit all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remkus</title>
		<link>http://wpengineer.com/wordpress-2-9-new-excerpt-filters/#comment-1713</link>
		<dc:creator>Remkus</dc:creator>
		<pubDate>Fri, 11 Sep 2009 07:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1684#comment-1713</guid>
		<description>Yeah, both enabling the HTML tags and the paramater settings would be what I think the_excerpt should be able to handle. Now I have to use plugins/ extra code on almost every WP installation...</description>
		<content:encoded><![CDATA[<p>Yeah, both enabling the HTML tags and the paramater settings would be what I think the_excerpt should be able to handle. Now I have to use plugins/ extra code on almost every WP installation...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnnyPea</title>
		<link>http://wpengineer.com/wordpress-2-9-new-excerpt-filters/#comment-1712</link>
		<dc:creator>JohnnyPea</dc:creator>
		<pubDate>Thu, 10 Sep 2009 22:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1684#comment-1712</guid>
		<description>I think it would be great if I can define what HTML tags are accepted. But these are great filters anyways...</description>
		<content:encoded><![CDATA[<p>I think it would be great if I can define what HTML tags are accepted. But these are great filters anyways...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://wpengineer.com/wordpress-2-9-new-excerpt-filters/#comment-1711</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 10 Sep 2009 21:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1684#comment-1711</guid>
		<description>Nathan, i got the same idea ...</description>
		<content:encoded><![CDATA[<p>Nathan, i got the same idea ...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Rice</title>
		<link>http://wpengineer.com/wordpress-2-9-new-excerpt-filters/#comment-1710</link>
		<dc:creator>Nathan Rice</dc:creator>
		<pubDate>Thu, 10 Sep 2009 21:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1684#comment-1710</guid>
		<description>Would be a lot more exciting if they combined the filters above with the ability to define the excerpt length and appendage as function parameters like so ...

the_excerpt(40, &#039;...&#039;);</description>
		<content:encoded><![CDATA[<p>Would be a lot more exciting if they combined the filters above with the ability to define the excerpt length and appendage as function parameters like so ...</p>
<p>the_excerpt(40, '...');</p>
]]></content:encoded>
	</item>
</channel>
</rss>
