• Resolved Matthew Modlinski

    (@mattjallday)


    Is there a way to make it so the footer widgets only appear on the home page and not any of the other pages?

    Thanks for your time!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, if you have Jetpack installed and connected on your site, There is a Widget Visibility featured that you can use to control where widgets appear and where they do not. You can get general instructions on that here.

    If you do not have Jetpack installed and do not want to install it, you can use the following custom CSS to hide the footer widgets from all but the home page.

    body:not(.home) #tertiary {
    	display: none;
    }
    Thread Starter Matthew Modlinski

    (@mattjallday)

    You da man! Thank you!!!!!!!

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Thanks, and you are welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Home Page Footer Widgets’ is closed to new replies.