• I’m Using Theme Gridster-Lite 1.0.6.3
    How To Remove “Home” From Right Sidebar??
    Thanks For The Help!

Viewing 1 replies (of 1 total)
  • Hi Chachandz, hope this works with you.
    Open your sidebar.php then look for this line:

    <div class="sidebarwidget">
    <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
    </div>

    All you need to do is to comment out.
    So it will look like this:

    <!--<div class="sidebarwidget">
    <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
    </div>-->

    I preferred hiding than deleting it to restore the code back easily if it doesn’t work.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove "Home" On Right Sidebar’ is closed to new replies.