Conversation
supportHow can I control image order by id=# placement? For instance my shortcode is: <div align=”center”> [wp-flowplus order=asc orderby=id include=”id=1248 ,id=1255, id=1432, id=1433, id=1263″ samewindow=true startimg=3 rotate=off] </div> How can I make the images show in the order in which I have the ID=#’s placed instead of by ASC or DESC? Thank you for your assistance on this. https://wordpress.org/plugins/wp-imageflow2/
Hi tbur3, You can specify the order to be as listed with the following options: [wp-flowplus include=”1248,1255,1432,1433,1263″ orderby=”post__in” order=”ASC”]
Hi tbur3, You can specify the order to be as listed with the following options: [wp-flowplus include=”1248,1255,1432,1433,1263″ orderby=”post__in” order=”ASC”]