orderby
Posts can be sorted randomly (rand), by date (), or by title (title). The default orderby is date.
order
Posts can be ordered in ascending (Asc) and descending (Desc) order. The default order is Ascending.
Load posts in random order.
[featured_image_pro orderby='rand' ]
Load posts by title in ascending order
[featured_image_pro orderby='title' showcaptions=true order='Asc']
Load posts by title in descending order
[featured_image_pro orderby='title' showcaptions=true order='Desc']
Load posts by default date order
[featured_image_pro ]