Home › Forums › MapPress Support › Mashup – exclude some maps › Reply To: Mashup – exclude some maps
November 24, 2012 at 2:50 pm
#10890
Hi, I took a look at the wordpress codex entry here. I think you can do this by using post__not_in. For example to exclude posts 1 and 2:
[mashup show="query" show_query="posts_per_page=-1&post_type=post&post__not_in=1,2" width="700" height="480" ]