Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Shortcodes In Titles

Beschrijving

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

Installatie

  1. Upload the plugin to your plugins folder: ‘wp-content/plugins/’
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php sc_title(); ?> or <?php echo get_sc_title(); ?> in your templates where you want the title to appear

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Shortcodes In Titles” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Shortcodes In Titles” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0

  • First Version