• Resolved WPAndrew

    (@wpandrew)


    I am trying to paste the code contained in the instructions after the <footer> tag in footer.php of my wordpress site per the directions but that file does not contain the <footer> tag. Does anyone have any ideas? where I would find it or where I can insert the code? (I am using the theme Responsive Version: 1.9.9.0 by Cyberchimps)

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @wpandrew

    Thanks for reaching here,

    You can add code in Theme’s footer.php file Below this line <div id="footer-wrapper"> below line no 42, Please add this code : <?php if( function_exists('slbd_display_widgets') ) { echo slbd_display_widgets(); } ?>

    IT will look like : `<div id=”footer-wrapper”>
    <?php if( function_exists(‘slbd_display_widgets’) ) { echo slbd_display_widgets(); } ?>`

    This will work perfect.

    Let us know if you have any query.

    Thanks & Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Footer code’ is closed to new replies.