Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

Shortcodes In Titles

Beschreibung

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

Installation

  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

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende & Entwickler

„Shortcodes In Titles“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Shortcodes In Titles“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.0

  • First Version