PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
wyz-toolkit
/
businesses-and-offers
/
businesses
/
templates
<?php /** * Get business map. */ $business_data->the_business_map();?> <!-- Business Tab Area ============================================ --> <div class="page-area section pt-50 pb-90"> <div class="container"> <div class="row"> <?php if ( 'on' == get_option( 'wyz_allow_business_post_edit' ) ) { require_once( $business_path . 'forms/post-edit-form.php' ); }?> <!-- Business Tab List --> <div class="wall-tab-list-cont col-xs-12"> <div class="wall-tab-list mb-50"> <!-- <a id="tab-prev" class="tab-nav" href="#"><</a> <a id="tab-nxt" class="tab-nav" href="#">></a> --> <ul id="business-tabs"> <?php $business_data->the_tabs();?> </ul> </div> <?php if ( is_sticky() ) { echo '<div class="clear"></div><div class="sticky-notice mobile-sticky-notice"><span class="wyz-primary-color">' . esc_html__( 'featured', 'wyzi-business-finder' ) . '</span></div>'; }?> </div> <!-- Business Content Area --> <div class="<?php if ( 'off' === wyz_get_option( 'resp' ) ) { ?> col-xs-8 <?php } else { ?> col-md-8 col-xs-12<?php } ?>"> <div class="wall-tab-content tab-content section"> <?php $business_data->the_tabs_content(); ?> </div> </div> <!-- Business Sidebar --> <?php WyzHelpers::the_business_sidebar( get_the_ID() );?> </div> </div> </div> <?php get_footer(); ?>
[+]
..
[-] single-business-post2.php
[edit]
[-] single-business-2.php
[edit]
[-] single-business-1.php
[edit]
[-] single-business-post1.php
[edit]