Wordpress plugins
Recently Updated Posts

Recently Updated Posts

Version : 0.4
Tested up to : 2.5.1
Number of download : 4946
Average rating : 0 / 5 on 0 votes 0 votes, 0 avg.rating

Screenshots

Recently Updated Posts
Recently Updated Posts
Recently Updated Posts
Recently Updated Posts

Recently Updated Posts finds the posts (and optionally pages) which were modified most recently. You can show them as HTML list or get a PHP array to do treat them how you like it. Parameters 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

Download now