Adds a widget that can display recent posts from multiple categories or from custom post types.
Great plugin but the date format is static, it should be changed to match the date format from general settings.
This can be easily done by changing <?php the_time("j M Y"); ?>
to <?php the_time(get_option('date_format')); ?>
Works great! Just what I was looking for.
This is the best Recent Posts widget. Honestly, WordPress needs to include this as a built-in widget.
You must log in to submit a review. You can also log in or register using the form near the top of this page.