开发者 | kopila47 |
---|---|
更新时间 | 2024年7月8日 19:27 |
PHP版本: | 5.6.20 及以上 |
WordPress版本: | 6.5.5 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
[edd_search]
If you want to replace the placeholder text (Search...), you can pass attribute to the shortcode like: [edd_search placeholder="Type Here to Search..."]
If you want search the data by categories or tags, you can pass attribute to the shortcode like: [edd_search category="true" tag="true"]
If you want change the data length of search, you can pass attribute to the shortcode like: [edd_search length="2"]
/wp-content/plugins/
directory, or into admin area of WordPress visit Plugins -> Add New
and search Advanced Ajax Search For Easy Digital Downloads (EDD)
.Plugins' page
in WordPress.[edd_search]
in page.Yes, you need to install and activate Easy Digital Downloads to use this plugin.
You can create a dynamic ajax search (i.e. auto-suggest the matched result) of your downloads/items/products which you have created using Easy Digital Downloads.
Just put [edd_search]
where you want to display the search form.
Yes, you can do it by passing attributes on the shortcode. For example, if you like to replace it with 'Type Here to Search...', your shortcode will be [edd_search placeholder="Type Here to Search..."]
Yes, you can do it. For example, if you like to search by categories or tags, your shortcode will be [edd_search category="true"]
for categories or [edd_search tag="true"]
for tags. If you want to search by both of them your shortcode wil be [edd_search category="true" tag="true"]
Yes, you can do it. For example, if you like to change length 2 for data list your shortcode will be [edd_search length="2"]
Yes, you can do it by passing attributes on the shortcode. For example, if you like to replace it with 'Data not Found', your shortcode will be [edd_search not-found="Data not Found"]