Exclude posts from search suggestions

Posted in: Newspaper
Post count: 3

Looks like the suggestions in the search bar are independent of search. I have posts excluded from WP search but they still appear in the search suggestions.

It would be very helpful if this hooked into standard search.

Is there something I can do to exclude posts? I thought about scraping the search all together but I don’t want to loose a search bar.

Please help

Thank you

Post count: 22421

Hello,

Our theme actually has 2 search widgets. The standard one from wordpress and the “search suggestions” you mentioned The search suggestions is our theme ajax live search. If you want to remove the ajax search you can simply hide it like so with a simple css code:
#td-aj-search{
display:none!important;
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.