Is it possible to exclude a certain category / categories in the shortcode?
Is it possible to exclude a certain category / categories in the shortcode?
I have not tried this, but according to the parameter doc
http://codex.wordpress.org/Class_Reference/WP_Query#Parameters
the author and category (which are numbers) can be excluded by entering negative numbers.
Try something like category=-6 to exclude the category. And, of course, please post the results here so others know the results.
Tried this e.g and it works! Tnx for the tip
[tpg_get_posts numberposts=15 orderby="date" show_entire="true" category=-xx]
You must log in to post.