Linux 软件免费装

Plugin Name

开发者
更新时间 2010年9月13日 17:39
WordPress版本: 3.0.1
版权: GPL2

标签

comments content formatting

下载

详情介绍:

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; }