How to make it work with WP_Query?
-
Hello,
Thank you for this plugin.
Promised features look really good, however, I’m building a custom WordPress template and I need help integrating it with WP_Query, mine looks like this:$args = array( 's'= $search, 'paged'=$current_page, 'offset'=$offset, 'posts_per_page'=$posts_per_page, 'post_type'='events', 'order'='DESC', );
Is there a param to add support to it?
PS: Installing it broke my search, it’s always returning empty WP_Query object. Any thoughts?
Thanks again,
Cheers!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to make it work with WP_Query?’ is closed to new replies.