>
Download This Plugin | |
Download Elegant Themes | |
Name | Trac Ticket Shortcode |
Version | 0.1 |
Author | Frederick Ding |
Rating | 0 |
Last updated | 2013-06-04 02:06:00 |
Downloads |
172
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Trac Ticket Shortcode plugin added 3 bytes of resources to the Home page and 16 bytes of resources to the sample Post page.
Trac Ticket Shortcode plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Trac Ticket Shortcode plugin ads no tables to your Wordpress blog database.Links directly to a ticket ("bug") on a Trac site using simple notation such as [bug 12345]
. By default, this plugin is coded to link to the WordPress core Trac.
Generates output such as
<a href="http://core.trac.wordpress.org/ticket/100" title="WordPress Trac: Ticket #100: Support for a "keywords" field">#100</a>
The plugin will fetch the ticket title when a shortcode is first displayed; the ticket title is displayed in the title
attribute of the link. The plugin caches titles in custom fields with the posts in which shortcodes are used, to minimize unnecessary computation.
Constants can also be set in wp-config.php
to change the shortcode name and to switch to a different Trac site. See Installation.