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