Descrizione
This plugin, makes it easier to add shortcodes in your post titles, by erasing the shortcode tag from the permalink and filtering the rest of your titles. That way, you only show the title with applied shortcodes where you want.
Features
- WordPress generates the permalink of your post without the shortcode tag
- The shortcode will be striped from wp_title(), leaving the title intact
Installazione
- Upload the plugin to your plugins folder: ‘wp-content/plugins/’
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Place
<?php sc_title(); ?>
or<?php echo get_sc_title(); ?>
in your templates where you want the title to appear
Recensioni
Non ci sono recensioni per questo plugin.
Contributi e sviluppo
“Shortcodes In Titles” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “Shortcodes In Titles” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
1.0
- First Version