Same issue here. I have 50 sites to update now. Oh crap!
Yes it display all the “events” but we would like to display only the event with the category name “workshops”
http://zettabytehosting.com/yogaroom/events/works/
Category slug does not work.
<?php $wp_query = new WP_Query('post_type=event'.','.'&category_name=workshops&order=asc&showposts=999'); ?>
http://zettabytehosting.com/yogaroom/events/works/
Same thing with me. Works on Shop page but not in Single Product. Help us.