latest posts if( 'posts' == get_option( 'show_on_front' ) ) Best_magazine_front_functions::top_posts(); ?>
latest posts if( 'posts' == get_option( 'show_on_front' ) ){ Best_magazine_front_functions::category_tab(); Best_magazine_front_functions::home_video_post(); Best_magazine_front_functions::content_posts(); } elseif('page' == get_option( 'show_on_front' )){ Best_magazine_front_functions::content_posts_for_home(); } ?>