Jump to content

[SOLVED] Simple question - how to remove "Home" from main navigation?


Vineet Sawant
 Share

Recommended Posts

Locate head.inc in your templates directory, and remove the following line (probably line 67) from it:

$children->prepend($homepage);

Should do the trick.

It's always good to read through the files, they contain a lot of informative comments to get you started.

  • Like 5
Link to comment
Share on other sites

It's always good to read through the files, they contain a lot of informative comments to get you started.

Absolutely right, the first thing you should do when you want to develop your own templates is reading through all of the template files of the default site profile.

Afterwards, be sure to also checkout Soma's Markup Simple Navigation module that makes rendering a really usable navigation really easy while still providing a lot of flexibility.

  • Like 1
Link to comment
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
 Share

×
×
  • Create New...