option_activate == 0) { $section_class = 'class="col-md-9"'; $section_style = 'style="margin: 0 12.2%"'; } else { $section_class = 'class="col-sm-8"'; $section_style = ''; } echo '
'; echo '
'; echo '
'; } function broad_wc_wrapper_end() { echo '
'; $sidebar = broad_get_option_data('sidebar'); if ($sidebar->option_activate == 1) { get_sidebar(); } echo '
'; echo '
'; } function broad_wc_breadcrumb() { $args = array( 'delimiter' => ' ', 'wrap_before' => '', 'before' => '', 'after' => '' ); woocommerce_breadcrumb($args); } function broad_wc_result_count() { global $wp_query; if ( ! woocommerce_products_will_display() ) return; ?>

get( 'paged' ) ); $per_page = $wp_query->get( 'posts_per_page' ); $total = $wp_query->found_posts; $first = ( $per_page * $paged ) - $per_page + 1; $last = min( $total, $wp_query->get( 'posts_per_page' ) * $paged ); if ( 1 == $total ) { _e( 'Showing the single result', 'broad' ); } elseif ( $total <= $per_page || -1 == $per_page ) { printf( __( 'Showing all %d results', 'broad' ), $total ); } else { printf( _x( 'Showing %1$d–%2$d of %3$d results', '%1$d = first, %2$d = last, %3$d = total', 'broad' ), $first, $last, $total ); } ?>

max_num_pages <= 1 ) { return; } ?>