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.

Shortcodes In Titles

विवरण

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

इंस्टॉलेशन

  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

समीक्षाएं

There are no reviews for this plugin.

सहायक &डेवलपर्स

यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।

योगदानकर्ता

Translate “Shortcodes In Titles” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

बदलाव विवरण

1.0

  • First Version