Search Results in Drop Down
You can also output search results in dropdown. The only difference is, you can’t apply filters or pagination here. Pagination variable in shortcode is the number of posts.
Any Category
- All Categories
- Opinion
- Music
- Biography
- Design
- Art
Any Author
Any Date
- Any Date
- Today
- Last 7 Days
- Last 30 Days
- Last 3 Months
Loading
Search box is the result of the following shortcode:
[search_plus pagination="5" search_box_template="results_in_dropdown" ]
Applying as a jQuery Plugin
If you want to apply any part of your design using only JQuery, you can simply apply the following method:
<div class=".my-wrapper-class"></div>
<script>
jQuery(document).ready(
function(){
jQuery(".my-wrapper-class").qualSearchPlus(
{
"pagination":"5",
"search_box_template":"results_in_dropdown"
}
);});
</script>