(SharePoint 2010 site) I have created document libraries for each menu item at the top link bar. Document library of a particular menu title contains several folders and an aspx file of that menu item.
Folders in document library contains aspx pages of subpages of respective menu title.
So the problem is when I click on the subpage the breadcrumb appears as
"Home>Menu title>subpage"
and then when I click on menu title, it shows the contents of "Menu title"(document library), which also contains menutitle.aspx,instead of showing menutitle.aspx
so how can I change that. I want menutitle.aspx page to be opened when I click on Menu title(bread crumb).
Menu title document library contains menutitle.aspx and other folders that contains subpages.