• Resolved Melinda

    (@headwaters-construction)


    Hello,
    I have the short code, now how do I add it to my footer. I don’t show a footer widget with my theme. Should I add it to the .php?

    Thanks,
    Melinda

Viewing 1 replies (of 1 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Hello Melinda,

    If your theme doesn’t have a footer widget, then you can either add one yourself, or you can embed the feed directly into the footer.php template file by using the WordPress do_shortcode function:

    <?php echo do_shortcode('[custom-twitter-feeds]'); ?>

    Let me know whether that helps, and I hope you’re having a good weekend!

    John

Viewing 1 replies (of 1 total)
  • The topic ‘need to add to footer’ is closed to new replies.