Price table section. * * @package business-class */ /** * Exit if accessed directly. */ if ( ! defined( 'ABSPATH' ) ) { exit; } $display = business_class_get_theme_mod( 'static_front_page', 'static_front_page', 'display_static_content' ); if ( have_posts() && $display ) { while ( have_posts() ) { the_post(); ?>