• I’m in need of help with removing the 3 homepage widgets on the RESPONSIVE THEME for wordpress.

    I’ve looked everywhere and i cannot find the options anywhere….

    larsonspropertymaintenance.com is the website and the widgets are at the bottom if you’re interested in what i’m talking about.

    I’m fairly new to wordpress and i would really value someones help.

    Thanks a lot!!

Viewing 1 replies (of 1 total)
  • I am going to assume the 3 homepage widgets you are referring to are
    Home Widget 1, Home Widget 2, and Home Widget 3 respectively.

    These widget areas live in a template file called sidebar-home.php

    This template file is loaded via a call in the file front-page.php


    get_sidebar( 'home' );

    To remove these widget areas simply delete that line from a copy of
    the front-page.php file in your child theme folder.

    If you do not have a child theme set up, I recommend you do this as
    soon as possible, that way you will not lose any customization when you
    update the parent theme.

Viewing 1 replies (of 1 total)

The topic ‘Widgets on Responsive Theme’ is closed to new replies.