Plugin Name: ChoiceCuts Home or Away

Plugin Banner

Plugin Name: ChoiceCuts Home or Away

by kestrel_id

Download
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.

  1. Upload this plug-in to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add CSS styling for ‘.external’ as required.

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; } 
Back to top