You may pass a number of parameters when calling the function to configure some of the options.
Example: hh_recently_updated_posts($num=5, $skip=0, $skipUnmodifiedPosts=true, $includePages=false, $hideProtectedPosts=true); Example: hh_rup_get($num=5, $skip=0, $skipUnmodifiedPosts=true, $includePages=false, $hideProtectedPosts=true);
The parameters:
$num - sets the number of recent posts to display
$skip - allows skipping of a number of posts before showing the number of posts specified with the $num parameter
$skipUnmodifiedPosts - hide newly published (and yet unmodified) posts
$includePages - allows recent pages to be show with recent posts
$hideProtectedPosts - whether or not to display password protected posts




