Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author tugbucket

    (@tugbucket)

    You’re going to want to use: https://codex.www.ads-software.com/Function_Reference/do_shortcode

    An example:

    <?php echo do_shortcode('[mctagmap columns="3" hide="yes" num_show="3"... etc... ]'); ?>

    It might be dependent on your theme but, most likely you want to put that somewhere in your single.php. You’ll want this after the loop and I’ll assume the comments section as well.

    When you say,”…at the bottom of each post…” you do mean post not page, archive etc.. right?

    Thread Starter foresme

    (@foresme)

    I figured it out, putting this code on a new page produces a tag index for all my posts. This rocks. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where to put the short code’ is closed to new replies.