Discover, trust, install: FAIR 1.0 is here
Plugin Name: ChoiceCuts Home or Away
Version: 1.0
Description
ChoiceCuts Home or Away simply identifies all links within content & comments and checks if they are external links. If an external link is found then CSS class hook ‘external’ is automatically inserted.
This plug-in uses the PHP DOMDocument family of functions which is only available as part of PHP5+.
Please forward any feedback or issues experienced while using this plug-in to support@choicecuts.com.
Installation
- Upload this plug-in to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Add CSS styling for ‘.external’ as required.
Faq
How do I make the ‘external’ style appear?
Add something like the following into the style.css contained with your active theme directory.
.external { color: #FF0000; }