Jump to content
Sign in to follow this  
rebeccagill

iBlogPro: Remove Subnav but Keep Drop Down Menus

Recommended Posts

rebeccagill

I would like to remove all of the subnavigation (child pages), but still keep the ability to have drop down navigation in the menu bar. I tried to remove this code from the header, but it distorted the footer. What is the correct code changes to remove the subnav? Code: <div id="container" class="fix"> <?php require(LIB.'/_subnav.php');?>

Share this post


Link to post
Share on other sites
Andrew

change this: `<?php require(LIB.'/_subnav.php');?>` to this: `<?php // require(LIB.'/_subnav.php');?>` :)

Share this post


Link to post
Share on other sites
rebeccagill

That works perfectly. You ROCK! Thank you.

Share this post


Link to post
Share on other sites
dgregor55

Perfect - I was looking for exactly the same. Thanks for the post & thanks for the reply It works a treat ! David

Share this post


Link to post
Share on other sites
garysargent

Looking for this too. Thanks!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×