Title: Adding widget section before pre footer
Last modified: June 19, 2021

---

# Adding widget section before pre footer

 *  [rundall](https://wordpress.org/support/users/rundall/)
 * (@rundall)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/adding-widget-section-before-pre-footer/)
 * Id like to add another widget section right before the pre-footer.
    I managed
   to do it at the very top of the home page by adding some code the functions.php.
 * Is it possible with this theme?

Viewing 1 replies (of 1 total)

 *  [Branko](https://wordpress.org/support/users/brankoconjic/)
 * (@brankoconjic)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/adding-widget-section-before-pre-footer/#post-14580669)
 * Sure, you can use `sinatra_before_colophon` hook. You probably used a hook in
   the header to achieve that for the header.
 * Something like this:
 *     ```
       function sinatra_custom_before_colophon() {
           // your content
       }
       add_action( 'sinatra_before_colophon', 'sinatra_custom_before_colophon', 1 );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Adding widget section before pre footer’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sinatra/1.4.1/screenshot.jpg)
 * Sinatra
 * [Support Threads](https://wordpress.org/support/theme/sinatra/)
 * [Active Topics](https://wordpress.org/support/theme/sinatra/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sinatra/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sinatra/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Branko](https://wordpress.org/support/users/brankoconjic/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/adding-widget-section-before-pre-footer/#post-14580669)
 * Status: not resolved