Question

I have a site collection named "Faculty" and a subsite named "General".

For "General", I have multiple pages in that subsite. The content of the quick launch navigation for the subsite is based on a term set and can show up to 3 levels.
This is the structure of that term set:

Page 1
  Page 1-1
  Page 1-2
    Page 1-2-1
Page 2
  Page 2-1

When I click on "Page 1-2-1", it will have the following url in the browser:
http://Faculty01:81/General/SitePages/Page%201-2-1.aspx

And it will show up like this in the breadcrumb trail:
Faculty > General > Page 1-2-1

However, I want it to show up like this:
Faculty > General > Page 1 > Page 1-2 > Page 1-2-1

Could someone help me to achieve this?
Help and/or suggestions are appreciated!


(Notes:
Publishing features have been enabled and I'm working with SharePoint Server 2013. I use SharePoint Designer 2013 to make changes in the master page.)

Was it helpful?

Solution

Solved it by setting the navigation to term driven navigation, this however created a new problem with the quick launch not showing the parent terms.

New solution! Please check the answer to this question.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top