Pulling Both Post Type and Category in WP_Query
-
Hello:
I am working on a site that has a slider. Currently the images are pulling from the category featured. I’ve implemented Events Manager which generates the custom post type event. What I want to do it pull in featured images from both the category featured and the custom post type event. It only seems to work with one and not both. This is what the code looks like.
<?php $my_query = new WP_Query("post_type=event&category_name=featured&showposts=$featurecount");
Any suggestions would be greatly appreciated.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Pulling Both Post Type and Category in WP_Query’ is closed to new replies.