• Resolved dasword

    (@dasword)


    The shortcode is not displaying in html snippets and universal snippets. Recently text snippets have been published and can handle shortcode, but currently it is full of bug that unable to save most of the time, can I know how to make shortcode display in html snippets instead of only displaying something [wpcode=”123″] something like this?

    • This topic was modified 2 years, 1 month ago by dasword.
Viewing 1 replies (of 1 total)
  • Plugin Author Mircea Sandu

    (@gripgrip)

    Hi @dasword,

    If you want the shortcode to be interpreted in Universal snippets you have to add it as PHP code:

    <?php echo do_shortcode( '[wpcode id="123"]' ); ?>

    There is no built-in way to execute shortcodes in HTML snippets at this time but I have made a note to consider adding that in a future version.

    You mentioned you are having issues with Text snippets – we can try to help figure those out, please reach out using the form at https://wpcode.com/contact we’ll gladly take a look.

Viewing 1 replies (of 1 total)
  • The topic ‘shortcode not working in coding’ is closed to new replies.