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'); $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(); ?>
>
the_title($font_class); ?>