<?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 Topic: 2.7 - Is there a Post abbreviation Plugin that works?</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: 2.7 - Is there a Post abbreviation Plugin that works?</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 10:53:50 +0000</pubDate>

<item>
<title>gofree on "2.7 - Is there a Post abbreviation Plugin that works?"</title>
<link>http://wordpress.org/support/topic/239140#post-1001042</link>
<pubDate>Sat, 28 Feb 2009 13:24:11 +0000</pubDate>
<dc:creator>gofree</dc:creator>
<guid isPermaLink="false">1001042@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Yes, look great now.&#60;/p&#62;
&#60;p&#62;The problem we are using such plugin is because we don't want to mess up. @bennettmcelwee, great if this plugin also includes some functions like strip out images and video, too.
&#60;/p&#62;</description>
</item>
<item>
<title>bennettmcelwee on "2.7 - Is there a Post abbreviation Plugin that works?"</title>
<link>http://wordpress.org/support/topic/239140#post-984678</link>
<pubDate>Fri, 13 Feb 2009 01:30:42 +0000</pubDate>
<dc:creator>bennettmcelwee</dc:creator>
<guid isPermaLink="false">984678@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Evermore has just been updated - the problem should now be fixed.
&#60;/p&#62;</description>
</item>
<item>
<title>LenK on "2.7 - Is there a Post abbreviation Plugin that works?"</title>
<link>http://wordpress.org/support/topic/239140#post-971584</link>
<pubDate>Sat, 31 Jan 2009 03:02:21 +0000</pubDate>
<dc:creator>LenK</dc:creator>
<guid isPermaLink="false">971584@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm not familiar with those plugins but if you're simply wanting to show snippets of your post on the front page you don't need a plugin. Use the template tag &#60;code&#62;the_excerpt()&#60;/code&#62; instead of &#60;code&#62;the_content()&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Additionally, WordPress by default will limit excerpts to 55 characters when using &#60;code&#62;the_excerpt()&#60;/code&#62;. You can change that by adding this to your theme's functions.php file,&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* custom trim excerpt lenghts */
remove_filter(&#38;#39;get_the_excerpt&#38;#39;, &#38;#39;wp_trim_excerpt&#38;#39;);
add_filter(&#38;#39;get_the_excerpt&#38;#39;, &#38;#39;custom_trim_excerpt&#38;#39;);

function custom_trim_excerpt($text) { // Fakes an excerpt if needed
global $post;
if ( &#38;#39;&#38;#39; == $text ) {
$text = get_the_content(&#38;#39;&#38;#39;);
$text = apply_filters(&#38;#39;the_content&#38;#39;, $text);
$text = str_replace(&#38;#39;]]&#38;gt;&#38;#39;, &#38;#39;]]&#38;gt;&#38;#39;, $text);
$text = strip_tags($text);
$excerpt_length = X;
$words = explode(&#38;#39; &#38;#39;, $text, $excerpt_length + 1);
if (count($words) &#38;gt; $excerpt_length) {
array_pop($words);
array_push($words, &#38;#39;...&#38;#39;);
$text = implode(&#38;#39; &#38;#39;, $words);
}
}
return $text;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just adjust the line &#60;code&#62;$excerpt_length = X;&#60;/code&#62; to whatever you want.
&#60;/p&#62;</description>
</item>
<item>
<title>wholesalepride on "2.7 - Is there a Post abbreviation Plugin that works?"</title>
<link>http://wordpress.org/support/topic/239140#post-971581</link>
<pubDate>Sat, 31 Jan 2009 02:54:46 +0000</pubDate>
<dc:creator>wholesalepride</dc:creator>
<guid isPermaLink="false">971581@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Evermore and post teaser work fine until trying to change the settings.  With both, when saving the changes you get a php error that is not helpful.  Anyone know of a fix, or replacement plugin?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
