Forums
(@codewizard)
11 years, 8 months ago
Let’s say you want to access post id’s 1 and 2 you would create the following url parameters ?json=get_posts&type=posts&post__in[]=1&post__in[]=2
?json=get_posts&type=posts&post__in[]=1&post__in[]=2