Is it possible to use this with a custom WP_Query?
-
For example, I have this custom query
$args = array(
‘post_type’ => ‘resources’,
‘posts_per_page’ => 6,
);
$custom_query = new WP_Query( $args );Is it possible to return all custom posts types that are not excluded from search by this plugin?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Is it possible to use this with a custom WP_Query?’ is closed to new replies.