Similar Posts
Visitors to this post also read
Categories
- Around The Web (76)
- Cinema/DVD/TV (21)
- Firefox/Thunderbird (27)
- Fun Stuff (44)
- Gaming Stuff (12)
- Miscellaneous Stuff (55)
- Music Stuff (33)
- News Stuff (12)
- Personal Stuff (55)
- WordPress Stuff (126)
Archives
- July 2010 (4)
- June 2010 (4)
- May 2010 (2)
- April 2010 (1)
- March 2010 (1)
- September 2009 (1)
- July 2009 (1)
- June 2009 (2)
- May 2009 (1)
- April 2009 (1)
- March 2009 (2)
- February 2009 (2)
- January 2009 (8)
- December 2008 (10)
- November 2008 (9)
- October 2008 (9)
Recent Comments (including Ping-/Trackbacks)
- Marco on How To Add Ping-/Trackbacks When Using Disqus
"Hey guys, it seems they have published a new version of the Disqus plugin which …" - James on How To Add Ping-/Trackbacks When Using Disqus
"Hi Marco - the post on fublo.net i…" - Marco on How To Add Ping-/Trackbacks When Using Disqus
"Thanks for the mentioning. I turned off trackbacks for Disqus now, also, but I t…" - James on How To Add Ping-/Trackbacks When Using Disqus
"Hi Marco, thanks for this code snip. I've extended some of the formatting us…" - Marco on How To Add Ping-/Trackbacks When Using Disqus
"Hi Chris,thanks for your feedback, I am glad the code works.I th…"
WordPress Plugin “GoodLinks”
May 18th, 2007 | View Comments
This plugin has two functions: you can (a) shorten links in your comments so that they do not mess with your template design and (b) you can get rid of the “rel=nofollow” attribute which WordPress includes in each of those comment links.
www.alphamarkus.de/?page_id=12
PS:
There are other plugins that can delete the “rel=nofollow”attribute, but I thought this one is quite nice because it also has that other feature. If you are looking for more comment plugins, you might also have a look at Lorelle VanFossen’s post WordPress Plugins For Comments.
[Update from 2007-06-17]
I decided to go with a single solution for truncating URLs in comments (using wp-chunk) and getting rid of the “nofollow” attribute (using Dofollow), because I had some issues with GoodLinks: URLs were not being shown in comments.
Filed under: WordPress Stuff · Tags: comments, plugin, wordpress