I'm using visual composer by <a href="http://vc.wpbakery.com/" rel="nofollow">http://vc.wpbakery.com/</a> on my wordpress site. My issue is within the custom query of the post grid.
I just want to exclude Sticky Posts from the latest cat "ID20" with the query below:-
But the sticky posts still appear, what did i do wrong?
I just want to exclude Sticky Posts from the latest cat "ID20" with the query below:-
Code:
cat=20&posts_per_page=4&offset=0&post_status=publish&ignore_sticky_posts=1
But the sticky posts still appear, what did i do wrong?