Title: Footer code
Last modified: April 6, 2018

---

# Footer code

 *  Resolved [WPAndrew](https://wordpress.org/support/users/wpandrew/)
 * (@wpandrew)
 * [8 years ago](https://wordpress.org/support/topic/footer-code-2/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffooter-code-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [wponlinesupport](https://wordpress.org/support/users/wponlinesupport/)
 * (@wponlinesupport)
 * [8 years ago](https://wordpress.org/support/topic/footer-code-2/#post-10152535)
 * Hello [@wpandrew](https://wordpress.org/support/users/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.

 * ![](https://s.w.org/plugins/geopattern-icon/footer-mega-grid-columns_708ea1.svg)
 * [Footer Mega Grid Columns - For Legacy / Classic / Old Widget Screen](https://wordpress.org/plugins/footer-mega-grid-columns/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/footer-mega-grid-columns/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/footer-mega-grid-columns/)
 * [Active Topics](https://wordpress.org/support/plugin/footer-mega-grid-columns/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/footer-mega-grid-columns/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/footer-mega-grid-columns/reviews/)

## Tags

 * [footer](https://wordpress.org/support/topic-tag/footer/)

 * 1 reply
 * 2 participants
 * Last reply from: [wponlinesupport](https://wordpress.org/support/users/wponlinesupport/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/footer-code-2/#post-10152535)
 * Status: resolved