extract( shortcode_atts( array( 'header' => '', 'limit' => 10, 'range' => 'daily', 'freshness' => false, 'order_by' => 'views', 'post_type' => 'post,page', 'pid' => '', 'cat' => '', 'author' => '', 'title_length' => 0, 'title_by_words' => 0, 'excerpt_length' => 0, 'excerpt_format' => 0, 'excerpt_by_words' => 0, 'thumbnail_width' => 0, 'thumbnail_height' => 0, 'rating' => false, 'stats_comments' => false, 'stats_views' => true, 'stats_author' => false, 'stats_date' => false, 'stats_date_format' => 'F j, Y', 'stats_category' => false, 'wpp_start' => '<ul class="wpp-list">', 'wpp_end' => '</ul>', 'header_start' => '<h2>', 'header_end' => '</h2>', 'post_html' => '', 'php' => false ), $atts, 'wpp'));