<?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>VibeThemes</title> <atom:link href="http://www.vibethemes.com/tag/suffix-dot/feed/" rel="self" type="application/rss+xml" /><link>http://www.vibethemes.com</link> <description>WordPress SEO Themes &#38; Plugins</description> <lastBuildDate>Sat, 14 Jan 2012 18:15:49 +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>How to remove the suffix dot from the excerpt</title><link>http://www.vibethemes.com/how-to-remove-the-suffix-dot-from-the-excerpt/</link> <comments>http://www.vibethemes.com/how-to-remove-the-suffix-dot-from-the-excerpt/#comments</comments> <pubDate>Tue, 08 Sep 2009 03:00:43 +0000</pubDate> <dc:creator>99fusion</dc:creator> <category><![CDATA[WordPress Tutorials]]></category> <category><![CDATA[suffix dot]]></category> <category><![CDATA[the excerpt]]></category> <guid
isPermaLink="false">http://www.vibethemes.com/?p=36</guid> <description><![CDATA[Well, I'm sure those of you who are using WordPress themes that displays the excerpt wanted to know how can you remove the suffix dot from the excerpt. What is suffix dot from the excerpt? This little thing that appears &#8230; <a
href="http://www.vibethemes.com/how-to-remove-the-suffix-dot-from-the-excerpt/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p
class="capital">Well, I'm sure those of you who are using WordPress themes that displays the excerpt wanted to know how can you remove the suffix dot from the excerpt. What is suffix dot from the excerpt? This little thing that appears after each partial content displayed on your index or archive page and it looks like this [...]</p><p>You can install a plugin to remove those suffix dots but is it really necessary? It is just a matter of copy and paste of one of the following codes in your "functions.php" file that is located in the folder of your WordPress theme. Let's get started:</p><p><strong>Method 1.</strong> If you want to complete remove the suffix dot add the following code to functions.php</p><p><code>function trim_excerpt($text)<br
/> {<br
/> return rtrim($text,'[...]');<br
/> }<br
/> add_filter('get_the_excerpt', 'trim_excerpt');</code></p><p><strong>Method 2.</strong> If you want to change the [...] with this ... add the following code to your functions.php</p><p><code>function trim_excerpt($text)<br
/> {<br
/> return str_replace(' [...]', '...', $text);<br
/> }<br
/> add_filter('get_the_excerpt', 'trim_excerpt');</code></p><p><strong>Method 3.</strong> If you want to change the suffix dot with a "read more" link, than add this code to your functions.php file:</p><p><code>function trim_excerpt($text)<br
/> {<br
/> return str_replace(' [...]', '&lt;a href=" . get_permalink() . "&gt;' . ' read more...&lt;/a&gt;', $text);<br
/> }<br
/> add_filter('get_the_excerpt', 'trim_excerpt');</code></p><p>That's about it... you really don't need a plugin for this.</p> ]]></content:encoded> <wfw:commentRss>http://www.vibethemes.com/how-to-remove-the-suffix-dot-from-the-excerpt/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Content Delivery Network via cdn.vibethemes.netdna-cdn.com

Served from: www.vibethemes.com @ 2012-02-03 21:16:41 -->
