You’d have to edit the content-slideshow.php file and add to the $querystr for example ORDER BY wposts.post_date ASC
I like to also add a LIMIT 5
Use this guys, it works for me:
<?php include (ABSPATH . '/wp-content/plugins/featured-item-slider/content-slideshow.php'); ?>