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.
安装:
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.
常见问题:
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; }