• Hi, I’m new to WordPress and I’m also very new to PHP and coding like that. I’m currently trying to edit my page located at http://www.modbook.net and remove the header navigation bar, search and the “The Unplugged Child Theme is Dark and Sleek. You can change this image in header.php” information

    My website requires registration as it is a social network using BuddyPress and if you hit register you can see the header navigation bar can be used to bypass the need to register to view content and I absolutely cannot have that!

    Thank you for all your help! I will post any information needed

Viewing 1 replies (of 1 total)
  • Your link redirects to wp-login.php

    In any case, open up header.php file http://themes.svn.wordpress.org/unplugged/1.0.0/header.php

    Remove header navigation bar
    delete from <ul id="nav">
    to </ul><!-- #nav -->

    Remove search
    delete from <div id="search-bar">
    to </div><!-- #search-bar -->

    Remove “The Unplugged Child … image in header.php”
    delete
    <center><a href="#"/><span class="infobanner"></span></a></center>

Viewing 1 replies (of 1 total)
  • The topic ‘Unplugged Header.php Removal’ is closed to new replies.