I created on publishing site. Now I want to add menu bar over there. But publishing site doesn't contain menu bar by default. How to add this into publishing site. I tried to add from v4.master page but failed. Could you please tell me the way to do it? I want to display following items in publishing site. Menu items in the following image are in vertical. But i want to convert them into horizontal or just like team site menu items. How to achieve?

Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
|||
|
|
|
Sorry Mihir I misread, you need to look at the MSDN real world branding post. Code from MSDN:
|
||||
|
|
I have tried your same scenario in local machine, and i got solution. You may be editing existing AspMenu from nightandday.master reference master file. But you need to add some code for Global menu:
After that you can make visible false to your current asp menu which is vertical if you dont need. Hope it is useful to you. let me know if you still getting any issue. |
|||
|
|
|
I think, you are using Publishing site so using nightandday.master file as master page. which does not contain sharepoint menu by default. but yes, you can inject by customizing code like:
|
|||
|