I want to display the latest post from a "featured" category (id=1) that may also be in either X category, Y category, or Z category (id=2,3,4 respectively). Note, there are other posts in categories (A,B) that may also be listed under "featured" but I want to limit my results to the XYZ set.
Is there any special loop I can use to achieve this, or do I need to run a SQL query?
Also important to know that these are all top-level categories, so no child or parent cats to look through.