same problem here how to solve this ?
is there anyone going to reply ?
Treybo ,
try this
<?php
// Defining widget options.
$args = array(
'srp_number_post_option' => 5, // control number of post.
'srp_orderby_post_option' => 'rand',
'srp_thumbnail_option' => 'no' // yes for thumbnail.
);
// Function call.
special_recent_posts($args);
?>