Search Result Count by Post type
-
I want to at the top of the search results page display something like this.
33 Results | 12 Movies | 7 Books | 14 Albums
This is the code I have for a custom query using the search parameter ( ‘s’ => ‘keyword’ )
new WP_Query(array( 'posts_per_page' => -1, 's' => 'keyword'));
Without Relevansii it works but with active it does not. I have Relevansii premium too. How do I fix or work around this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Search Result Count by Post type’ is closed to new replies.