Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author teastudio.pl

    (@teastudiopl)

    use a shortcode generator on post/page edit form or use a widget in any of your sidebars to display the carousels.

    Dark,

    Any plugin that generates shortcode can be called.
    do_shortcode is part of the basic DL of wordpress. Simply type all that cray long a$$ shortcode this thing generates in my brackets and you can place it anywhere.

    <?php
    echo do_shortcode(‘[YOU SHORT CODE HERE]’);
    ?>

    Plugin Author teastudio.pl

    (@teastudiopl)

    thanks @chewbears for the answer

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Manually insert carousel’ is closed to new replies.