-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
executable file
·142 lines (102 loc) · 3.71 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
=== WP Nice Search ===
Contributors: duynguyen
Donate link: http://duywp.com/
Tags: search, ajax, jquery, form
Requires at least: 4.0
Tested up to: 4.2.2
Stable tag: 1.0.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Using Ajax to searching
== Description ==
WP Nice Search plugin allows you searching in your site with ajax.
= Features =
* (NEW) Order results by title, author or publish date
* (NEW) Update hook filters
* Search using ajax to recieve results
* Allow to display the featured icon, metapost info (author, date, taxonomy...)
* Custom the search form
= How to use =
You can put [wpns_search_form] shortcode into the template file by use this function:
`<?php echo do_shortcode('[wpns_search_form]'); ?>`
or put this shortcode `[wpns_search_form]` in the pages, post and sidebar.
= Bug Reports =
If you have any ideas or got any issues please send me an email to duyngha@gmail.com or bug reports for [wp-nice-search on GitHub](https://github.com/duyngha/wp-nice-search).
== Installation ==
You can install the plugin by two ways:
1. Through Wordpress admin panel:
- Goto "Plugins -> Add new". Then type "wp-nice-search" into search box.
- Then click "Install Now" button and activate it.
(if you have already a plugin on zip file, just click "Upload plugin" on the top and choose the plugin zip file.)
2. Upload through FTP
- Upload plugin folder into plugins directory.
- Activate it in admin.
== Frequently Asked Questions ==
If you have any ideas or got any issues please send me an email to duyngha@gmail.com or bug reports for [wp-nice-search on GitHub](https://github.com/duyngha/wp-nice-search).
== Screenshots ==
1. Only display post title (default)
2. Display post title and metabox (optional)
3. Display post title and featured image (optional)
4. Display post title, metabox, featured image (optional)
5. Plugin admin settings page
== Changelog ==
= 1.0.9 =
* Add: Add new filter for adjustment of "No results found."
* Release Date 05/09/2016
= 1.0.8 =
* Fixed: fixed height of the results box
* Release Date 04/30/2016
= 1.0.7 =
* Add: Arrange results by title, author, date (default is date)
* Update: update some hook filters
* Release Date 12/23/2015
= 1.0.6 =
* Fixed: Fixed css input issue.
* Add: Add option only_search for shortcode form.
= 1.0.5 =
* Fixed: Fixed placeholder text issue.
= 1.0.4 =
* Add: Add 2 options allow to display the featured and metapost info within resutls list
= 1.0.3 =
* Fixed: Save settings in admin page
= 1.0.2 =
* Add: Create plugin admin page
* Add: Clear up after delete the plugin
* Release Date 10/09/2015
= 1.0.1 =
* Fixed: duplicate results list
* Fixed: stop request ajax when people remove keyword or do not anything
* Changed: style for results box and search icon
= 1.0.0 =
Publish plugin
== Upgrade Notice ==
= 1.0.9 =
* Add: Add new filter for adjustment of "No results found."
* Release Date 05/09/2016
= 1.0.8 =
* Fixed: fixed height of the results box
* Release Date 04/30/2016
= 1.0.7 =
* Add: Arrange results by title, author, date (default is date)
* Update: update some hook filters
* Release Date 12/23/2015
= 1.0.6 =
* Fixed: Fixed css input issue.
* Add: Add option only_search for shortcode form.
= 1.0.4 =
* Add: Add 2 options allow to display the featured and metapost info within resutls list
* Release Date 07/11/2015
= 1.0.3 =
* Fixed: Save settings in admin page
* Release Date 07/10/2015
= 1.0.2 =
* Fixed: Save settings in admin page
* Add: Create plugin admin page
* Add: Clear up after delete the plugin
* Release Date 07/09/2015
= 1.0.1 =
* Fixed: duplicate results list
* Fixed: stop request ajax when people remove keyword or do not anything
* Changed: style for results box and search icon
= 1.0.0 =
Publish plugin