I am using elementor as a page builder and flatsome as theme. I am using flatsome as a product category template because the client wants flatsome design. So I decided to hardcode the header banner using elementor shortcode template on functions.php for each product category.
I tried inputting the codes below but it didn't work. I think there's something wrong
<?php // Add Custom Shop Content if set
if (is_category('sun-protection') :
echo do_shortcode( '[elementor-template id="1923"]' );
elseif (is_category('outdoor-furnishing')) :
else :
endif;
So my expected result is that, per product category page, they will have different elementor template header banner.
Aucun commentaire:
Enregistrer un commentaire