Is it possible to get posts from all categories but exlude only one latest post from specific categories.
Something like: get posts from all categories, but exclude latest post from category 2,4 and 5.
PS. I’m looking for wordpress query (not mysql), for example somethng like
<?php $my_query = new WP_Query('showposts=10'); ?>
Thanks.
How about this:
Does that work for you?