Title: lordness's Replies | WordPress.org

---

# lordness

  [  ](https://wordpress.org/support/users/lordness/)

 *   [Profile](https://wordpress.org/support/users/lordness/)
 *   [Topics Started](https://wordpress.org/support/users/lordness/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lordness/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lordness/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lordness/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lordness/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lordness/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Leaf] Footer widget only on homepage](https://wordpress.org/support/topic/footer-widget-only-on-homepage/)
 *  [lordness](https://wordpress.org/support/users/lordness/)
 * (@lordness)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/footer-widget-only-on-homepage/#post-5209983)
 * You can do it the following way:
 * It all depends how your divisions are called, but should be something on the 
   lines of this in your stylesheet:
 * footer {display:none;}
    body.home footer { display: block !important; }
 * This should remove the footer on the other pages, and make it visible only on
   the home page.
 * I hope I helped with your problem!
 * B

Viewing 1 replies (of 1 total)