Home › Forums › MapPress Support › Mashup showing all pages › Reply To: Mashup showing all pages
April 17, 2013 at 5:31 pm
#12280
Hi,
The documentation mentions ‘post__in’. I don’t think ‘page_in’ exists.
If you want to get specific pages this should work:
post_type=page&post__in=1,2,3,4
I think it also works this way, without specifying any post_type:
post__in=1,2,3,4