'AcerRecentPosts', 'description' => 'The most recent posts with thumbnails on your site.' ); $this->WP_Widget('AcerRecentPosts', 'Acer - Recent Posts', $widget_ops); } function form($instance) { $instance = wp_parse_args( (array) $instance, array( 'title' => '' ) ); $title = $instance['title']; $num = $instance['num']; ?>

$num, 'orderby' => 'date', 'order' => 'DESC', 'offset' => 0 ) ); if (have_posts()) : echo "