Support

Account

Home Forums General Issues theme shortcodes in wysiwyg field Reply To: theme shortcodes in wysiwyg field

  • The shortcode is working in the normal content editor, which is strange because some shortcodes are working inside the WYSIWYG fields.

    The code which I’m using to output the WYSIWYG value is this:
    <?php the_field('fieldname'); ?>

    I don’t know where to look to see what code I’m using for registering the shortcode, should I look in the plugin files or inside my theme files?

    Thanks!