Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Nirmal Kumar Ram

    (@sagarseth9)

    Hi codjer,

    Yes you can add it to footer.php
    Just use do_shortcode with the shortcode

    Example:

    If your shortcode is [wpb_gallery id=3]

    Then use <?php echo do_shortcode('[wpb_gallery id=3]'); ?>

    Cheers
    – Nirmal

    Thread Starter codjer

    (@codjer)

    Hmm doesn’t really work: at the footer (and yes, a gallery is made haha :))

    Plugin Author Nirmal Kumar Ram

    (@sagarseth9)

    you need to write the following code in footer.php

    <?php echo do_shortcode(‘[wpbgallery id=961]’); ?>

    Thread Starter codjer

    (@codjer)

    I did, still nothing..

    Plugin Author Nirmal Kumar Ram

    (@sagarseth9)

    You wrote a wrong shortcode.. Sorry about that. Please try this

    <?php echo do_shortcode(‘[wpbgallery id=961]’); ?>

    Thread Starter codjer

    (@codjer)

    Thankyou ^^! That did the trick!

    Looking for further updates haha, you’re the best :)!

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

The topic ‘Insert in theme file’ is closed to new replies.