get_settings('widget_title'); $posts_number = $this->get_settings('posts_number'); $enable_category_meta = $this->get_settings('enable_category_meta'); $category_meta_text = $this->get_settings('category_meta_text'); $display_category_option = $this->get_settings('display_category_option'); $number_of_cat = $this->get_settings('number_of_cat'); $enable_author_meta = $this->get_settings('enable_author_meta'); $display_author_option = $this->get_settings('display_author_option'); $author_text = $this->get_settings('author_text'); $enable_date_meta = $this->get_settings('enable_date_meta'); $date_format = $this->get_settings('date_format'); $display_type = $this->get_settings('display_type'); $offset_posts_number = $this->get_settings('offset_posts_number'); $categories_selected = $this->get_settings('categories_selected'); // Create the posts query. $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $offset_posts_number); ?>
widget_title($widget_title); ?>
have_posts()) : $get_featured_posts->the_post(); $featured_image_size = 'medium_large'; ?>
>
the_post_thumbnail($featured_image_size); ?>
the_title($font_class); ?>