开发者 | eflyjason |
---|---|
更新时间 | 2014年3月10日 18:01 |
捐献地址: | 去捐款 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 3.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/
.
This should result in the following file structure:
- wp-content - plugins - wp-search-auto-match - js | wp-search-auto-match-init.js | wp-search-auto-match.js | LICENSE | license.txt | readme.txt | style.css | wp-search-auto-match.php
Then just visit your admin area and activate the plugin.
See Also: "Installing Plugins" article on the WP CodexYou may post on the support forum of this plugin to ask for help.
YES! I do this in my free time and I appreciate all donations that I get. It makes me want to continue to update this plugin. You can find more details on About Me Page.
wp_localize_script
to send data to JS instead of simply write data in wp_head
.define
. (Thanks to cmhello)