Home Forums WoodMart support forum Breadcrumbs Reply To: Breadcrumbs

#594623

sushmaha0802
Participant

I have added a light blue banner, want it under shop title(before main content)

add_action( ‘woocommerce_before_main_content’, ‘custom_shop_banner’, 40 );
function custom_shop_banner(){
echo do_shortcode(‘[html_block id="16774"]‘);
}