Linux 软件免费装

Plugin Name

开发者 Jacob Rask
更新时间 2009年3月22日 01:40
捐献地址: 去捐款
PHP版本: 2.5 及以上
WordPress版本: 2.7.1

标签

links shortcodes tags seo shortcode tagging

下载

0.2

详情介绍:

Linking relevant words internally to your tags provide benefits both from a search engine optimization point of view as well as giving relevant context for users wanting to explore your site. When starting a new site, you might not have a lot of tags in your archive yet, and you don't want to go through your old posts adding new relevant links each time you write a new article. This Wordpress shortcode adds a link to a specified tag, but -only if it exists-. Otherwise the text in the shortcode is shown just as usual. You can also specify several tags separated with semicolons, and let the plugin check if any of them exists. Usage: [taglink tag="tag1;tag2;..."]text[/taglink] For instance: [taglink tag="css;web development;technology"]stylesheets[/taglink] will output stylesheets or stylesheets or stylesheets or stylesheets depending on which (if any) tag exists. If no tag is specified, the content ("stylesheets" above) is assumed as the tag. Read more at Jacob Rask, the plugin author's site.

安装:

  1. Upload taglinks.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Start using the shortcode