Hi!
Is there a way to display at the top of search results view a list of "suggested" results (maybe in a specific category or with a "priority" custom field) matching the search terms?
Hi Shane,
I didn't mean "popular posts", sorry if I explained myself badly.
Let me explain better: imagine a search page where a user search the term "house". Then the page displays all the results, as usual. But some of them appear at the top of the results list (maybe with a different css class) as "Suggested results" because they have been flagged as "Top priority contents" somewhere in the back-end.
Yes this is possible just create a custom field that will mark the post. For this you can use a single checkbox to mark these posts.
Then you can use our conditional shortcode to micro filter the results into those that are featured or not. You can also sort the view so that the relevant or featured results appear at the top of the view.