• jkd359

    (@jkd359)


    Hin i’m new to adding shortcodes or template tags but basically i want to add the plugin MAGIC ACTION BOX to my header in WordPress. I have been told that:

    “You could add an action box to your header by using the shortcode
    [magicactionbox id=”ACTIONBOX ID”]
    or the template tag in your template file
    mab_get_actionbox( ACTIONBOX ID);”

    But i am unsure how to got about this – i have tried looking at the wordpress codex for shortcodes but i am still a bit confused.

    Thanks.

Viewing 1 replies (of 1 total)
  • Ken Lewis

    (@trinity13)

    Shortcodes go into the post or page in the editor.

    The “template tag” goes into the template file inside php tags
    <?php mab_get_actionbox( ACTIONBOX ID); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Shortcode or Template tag’ is closed to new replies.