get_param('hide_top_posts'); $top_post_categories = $wdwt_front->get_param('top_post_categories'); $top_post_cat_name = $wdwt_front->get_param('top_post_cat_name'); $top_post_desc = $wdwt_front->get_param('top_post_desc'); if( 'posts' == get_option( 'show_on_front' ) ){ Business_world_frontend_functions::home_about_us(); Business_world_frontend_functions::location_posts($hide_top_posts,$top_post_categories,$top_post_cat_name,$top_post_desc); } ?>