';
endif;
}
endif;
/*--------------------------------------------------------------
## WooCommerce Sidebar
--------------------------------------------------------------*/
if ( ! function_exists( 'bellini_woocommerce_shop_sidebar' ) ):
function bellini_woocommerce_shop_sidebar() { ?>
';
endif;
// Left Sidebar
if(esc_attr(get_option('bellini_woocommerce_sidebar_position', 'right')) == 'left'):
echo '
ID;
}
$header_description = get_post_meta($post_id, '_bellini_header_description', true);
echo '
';
echo $header_description;
echo '
';
}
/*--------------------------------------------------------------
## Shop / Archive - WooCommerce Products Per Page
--------------------------------------------------------------*/
add_filter( 'loop_shop_per_page', 'bellini_woo_product_per_page', 20 );
function bellini_woo_product_per_page( $count ) {
return absint(get_option('bellini_woo_shop_product_per_page', 12));
}
/*--------------------------------------------------------------
## Bellini WooCommerce Price
--------------------------------------------------------------*/
if ( ! function_exists( 'bellini_woocommerce_template_loop_price' ) ):
function bellini_woocommerce_template_loop_price() {
global $product; ?>
get_price_html() ) : ?>