This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Simple Tag Shortcode

Descripción

This plugin provides a simple [tag] shortcode.

Replacing patterns:

[tag]tag name[/tag]

<a href=”http://yourdomain.com/tag/tag-name/” title=”tag name”>tag name</a>

[tag slug=”tag-name”]your text[/tag]

<a href=”http://yourdomain.com/tag/tag-name/” title=”tag name”>your text</a>

[tag name=”tag name”]your text[/tag]

<a href=”http://yourdomain.com/tag/tag-name/” title=”tag name”>your text</a>

Instalación

  1. Upload simple_tag_shortcode.php to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Reseñas

There are no reviews for this plugin.

Colaboradores y desarrolladores

“Simple Tag Shortcode” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “Simple Tag Shortcode” a tu idioma.

¿Interesado en el desarrollo?

Revise el código , eche un vistazo al repositorio SVN , o suscríbase al log de desarrollo por RSS .