query Home › Forums › MapPress Support › query Tagged: query This topic has 1 reply, 2 voices, and was last updated 9 years, 11 months ago by Chris. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 14, 2013 at 5:33 am #11672 robin64Participant <?php echo do_shortcode (‘ [mashup query="post__in=3,4,5"]‘ ); ?> it’s OK but if: <?php $x = “3,4,5”; echo do_shortcode (‘ [mashup query="post__in= .... ????.... "]‘ ); ?> thanks……. February 14, 2013 at 9:05 am #11674 ChrisKeymaster Hi, I think this is what you need: $x = "155,189"; echo do_shortcode ( "[mashup query=\"post__in=$x\"]"); Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In