[ad_1]
Hi @kiranthory
Yes, the shortcode will strip all tags when displaying excerpts. You need to override the template to show tags. Please refer to the below steps:
1. When publishing food posts, switch to the text tab and paste your HTML content ).
2. Copy the layout-free.php template from the plugin and paste it under your theme/tlp-food-menu/layouts/ (sample screenshot: .
3. Open layout-free.php in any text editor, go to line:77 and change $excerpt to get_the_content() ).
That should display the content with HTML markup in the front-end. Thank you.
