• Resolved colbyboy

    (@colbyboy)


    I am using the BOLDR theme and would like to delete the menu at the top of my page/posts.My menu also appears at the bottom of my homepage and posts and I only want it to appear there. I went into the editor and looked at the php….not having any luck and afraid to delete top menu in fear that the bottom one will be deleted as well. help please!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Iceable

    (@iceable)

    Hello,

    Here is how to completely remove the top menu in BoldR Lite:

    – Edit header.php
    – Delete or comment out this part near the end:

    <div id="navbar" class="container">
    			<div class="menu-container">
    			<?php wp_nav_menu( array( 'theme_location' => 'primary', 'items_wrap' => '<ul id="%1$s" class="%2$s sf-menu">%3$s</ul>', ) ); ?>
    			<?php boldr_dropdown_nav_menu(); ?>
    			</div>
    			<div id="nav-search">
    				<?php get_search_form(); ?>
    			</div>
    		</div><!-- End navbar -->

    – Save the file and you are done.

    You can keep a backup copy if you are afraid of breaking something, and anyway if anything goes wrong when you edit some code, you can always just re-download the theme to get the original code back ??

    Thread Starter colbyboy

    (@colbyboy)

    Thank you so much! So,just so I am understanding completely, I am to delete all of what’s in the box above?? just making sure…and I did not know you could just re-install theme to recover code..thanks!!!

    Theme Author Iceable

    (@iceable)

    Exactly, nothing more, nothing less, as simple a this ??

    Thread Starter colbyboy

    (@colbyboy)

    Thanks so much…worked like a charm!!….while I have you here do you know if it is possible to remove “previous post” and “next post” from the bottom of my posts? I don’t really need them and when you click on them its not in sequence….if that makes any sense.

    Thanks!

    Theme Author Iceable

    (@iceable)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘removing header menu,,,BOLDR theme’ is closed to new replies.