Home › Forums › WoodMart support forum › Help me find a product template › Reply To: Help me find a product template
September 17, 2018 at 6:14 am
#77442
Artem Temos
Keymaster
Try to use instead of this code
echo '<p>[html_block]</p>';
this one
echo do_shortcode('[html_block id="123"]');
Regards