Hello jk,
Unfortunately, the theme does not have any such an option that allows you to do something like this, sorry! If you want to edit the post structure, you can add the block shortcode under the post content inside the Post editor, when you edit the post, like this -> https://www.screencast.com/t/oCLtfowE79 and the result looks like this -> https://www.screencast.com/t/x9sssnUZwrb or another alternative in this case would be to edit the post template and add this rule for all the posts which uses a certain post template. (use the do_shortcode()). -> https://www.screencast.com/t/aNXkJGSVPL2z
Thanks for your understanding!
Hello Catalin,
thank you for your reply.. this is not working
<?php echo do_shortcode (‘[td_block_1]‘); ?>
i have added the code as you said to loop-single-1.php but its not doing anything..
other option : to add the shortcode to post builder is working, but thats not the way we want to do it.
as we using childtheme is there a option to add the code
<?php echo do_shortcode (‘[td_block_1]‘); ?>
for every post using functions.php
cheers
jan
thats what i have there ( loop-single-1.php)
https://www.screencast.com/t/6KSTEYP5
thank you
jan
Hello jk,
That shortcode has not to be added in functions.php as you said above. It should be added to the loop-single according to your post template used by you. If it still does not work, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer your setup page. Also, provide there the link to this topic so we can quickly identify you.
Thanks for the message!