该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

QuickTags

描述

Allows for front-end tagging of posts. It uses jQuery UI autocomplete to search the WP DB
and return the closest matching tag based on the search term. If no tag was found,
you can add a new tag by simply hitting the enter key.

屏幕截图

  • This screenshot shows the search text field and two tags: "Bioengineering" and "Construction" that have been added to the post.

安装

  1. Download the quicktags.zip and uncompress it
  2. Place the QuickTags directory in the wp-content/plugins folder
  3. Enable the plugin
  4. Add the QuickTags widget from the widgets section of the dashboard!

评价

此插件暂无评价。

贡献者及开发者

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

贡献者

将“QuickTags”翻译成您的语言。

对开发感兴趣吗?

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

更新日志

0.0.4

  • Removed separate jquery-ui library as a new one is now included in WP 3.5
  • Fixed issue with drag n’ drop in WP 3.5.1 in widgets area
  • Fixed issue including files for localhost domains

0.0.3

  • Added jquery-ui extended library to resolve some JS bugs

0.0.2

  • Fixed issue with postID not being properly sent via AJAX
  • Fixed issue with widget rendering outside single posts (it’s now only displayed when is_single==true)
  • Minor code enhancements

0.0.1

First version release!