• Resolved antonijakubaik

    (@antonijakubaik)


    Hi,

    How to insert programmatically forum?
    For example – this does not works:
    echo do_shortcode('[forum forum=3]');

    Best regards

Viewing 1 replies (of 1 total)
  • Make sure that line is enclosed in php tags.

    It should look like this:

    <?php echo do_shortcode('[your shortcode]'); ?>

Viewing 1 replies (of 1 total)

The topic ‘do_shortcode’ is closed to new replies.