id=
parameter to select the specific attachment images to display. By default the sort sequence will be in the order you specify the ids.
Here we see 3 images of Ditto in sequence: 8260, 8261, 8262
[nivo id=8260,8261,8262 theme=dark]
Here we see the same 3 images in reverse order: 8262, 8261, 8260
[nivo post__in=”8262 8261 8260″ theme=light]
Note: id=
and post__in=
are interchangeable.
See also
[nivo] oik-nivo-slider WordPress support topic: oik-nivo-slider: Order based in include parameter Nivo slider with defined slide order ExamplesTechnically
The new logic for oik v2.1. is implemented inYou appear to be a bot. Output may be restricted
Sourcefile not defined for 9021bw_api cannot determine the funcname. The solution to this problem was to use the “post__in” parameter to get_posts(), also using the orderby=post__in sort sequence by default when selecting multiple ids.hover to slideToggle source