insert shortcode into a html custom block
-
Hello,
I want to insert shortcode into my custom html. I write it like this:
<div class="jirei-post-list"> [pt_view id="bb8f40f3lv"] </div>
or
<div class="jirei-post-list"> <?php echo do_shortcode("[pt_view id=bb8f40f3lv]"); ?> </div>
But it didn’t show. is there any way to insert it?
Thanks in advance.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘insert shortcode into a html custom block’ is closed to new replies.