Hi,
I am currently building a website for a client and using The Events Calendar as an integral part of the site.
I have a featured area on the home page which uses a simple WP query to display the latest 4x posts in the "feature' category e.g.
WP_Query('category_name=feature&showposts=4')
However it seems to completely ignore any post that is also in the 'Events' category.
Can anybody help me?
Thanks.
John