Contents
You can also add a page to the menu from the Site Pages list. Select Pages from the left-hand menu, select the page you want to add, and then click either next to the page in the list or in the top navigation bar. Click Add to navigation.
How do I put the navigation bar at the top of SharePoint?
On the Site Settings page, click Look and Feel, and then click Quick Launch or Top Link bar.. Choose options for the Quick Launch or Top Link bar, for example, to show subsites or to display the same navigation as the parent site (inherit parent navigation).
What does use the top link bar from the parent site mean?
The top link bar helps users of your site navigate to other sites in the site collection by displaying a row of tabs at the top of pages in the site. The top link bar is also referred to as global navigation, because it can be the same across all of the sites in a site collection.
How to add a subsite to the parent site?
The Feature includes an event handler that implements the SPFeatureReceiver class, and code to create the link and add it to the parent site is in the feature receiver’s FeatureActivated method. If the site where the Feature is activated has subsites, the method looks for a subsite named “ourwiki”.
The links that appear on the left side of your site are called Quick Launch links. By default, Quick Launch includes links to recent items as well as important items like lists and libraries. The links at the top, in the Top Link bar, typically show subsites under your site. Quick Launch
How to add a link to a SharePoint subsite?
When you create a subsite through the Microsoft SharePoint Foundation user interface, you can specify whether links to the new site appear in the Quick Launch area and the top link bar of the parent site. You can also add links in both places by writing code that manipulates the parent website’s SPWeb.Navigation.
How to add a subsite to the top link bar?
When you have a collection of navigation nodes, construct an SPNavigationNode object to represent the new link, and then call a method of the SPNavigationNodeCollection class to add the node to the top link bar. Get a reference to the SPWeb object that represents the subsite.