I have Primary Menu items that are along the top of my site as well as the left hand column.

How do I remove them from the top bar but keep them on the left hand column?

Comments

petersim’s picture

It depends on the theme that you are using. In most themes, you can remove the primary menu from the top by going into the theme configuration section and un-checking the primary menu box. To keep the menu in the left hand column, go into the blocks menu and make sure that the primary menu block is assigned to the left column.

If this doesn't work with your theme, you may have to edit the page.tpl.php file.

dibbd’s picture

I did that, and it removed all the links from the top, I only wanted one of them removed. This is the site:

http://therapyplayground.com

I want these links to be on the left hand column:

* Services
* Employment Opportunities
* Treatment Cost
* About Us
* Contact Us
* Horde Webmail
* Medisoft Support

And I want all those except for * Horde Webmail to be on the top bar.

petersim’s picture

I misunderstood your initial post. If you want to have individual links in the sidebar that are not at the top, you will need to create a separate menu for the sidebar with all of the same links as the Primary Menu plus the Horde Webmail link. You can create as many menus as you want and have the same links appear in more than one menu.

dibbd’s picture

Ah, OK - thanks! I'll give that a shot.