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

Nice Search

描述

This simple plugin (no configuration) redirects ?s=FOO search URLs to the nicer /search/FOO versions. Requires pretty permalinks.

安装

  1. Upload the nice-search folder to your /wp-content/plugins/ directory
  2. Activate the “Nice Search” plugin in your WordPress administration interface
  3. Done!

常见问题

Does this work with PATHINFO (index.php) permalinks?

Yes.

评价

此插件暂无评价。

贡献者及开发者

「Nice Search」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「Nice Search」翻译成简体中文。

对开发感兴趣吗?

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

更新日志

0.5

  • Respect custom $wp_rewrite->search_base values

0.4

  • Properly handle urlencoded characters (non-English languages: you want this!)
  • Include a hotfix for WordPress ticket #13961, which enables the above fix to work.
  • Use proper WP API functions (enables PATHINFO permalinks)

0.3

  • First version in repository