Remove Redundant Links

Version: 1.7

Replaces links to the currently seen page.

Author:Thomas Scholz (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.1.4
Plugin version:1.7
Added to WordPress repository:15-11-2010
Last updated:07-03-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:90
Rated by:4
Plugin URI:
Total downloads:8 014
Active installs:1 000+
plugin download
Click to start download

Changes <a> elements pointing to the currently seen page by removing the href attribute and adding a descriptive title.

Compatible with most themes. Tested with TwentyTen

Example: If you are on the page /about/

<a href='http://example.com/about/'>About</a> 

will be converted to

<a title='You are here.' class='rrl current_page_item'>About</a>

and

<link rel='author' href='/about/'>

will be removed.

All changes apply to GET requests only.

Send me your bug reports and suggestions via my contact page.


FAQ
ChangeLog