该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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

评价

此插件暂无评价。

贡献者及开发者

“Shortcodes In Titles” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Shortcodes In Titles”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0

  • First Version