Dynamic List - Tab URL Change

Hello there,

I want to make a dynamic list items with changeable links. Like when a user clicks into a sector, i.e Education; then while staying in the same page and act like a normal dynamic list, the link changes to /sectors/education and not stay as /sectors in all tabs.

Is there a way to do that?

You can check the site here

Thanks

You have to use an actual collection, and not use tabs for this.

Sectors (Collection)

  • Retail (Collection Item Title)
  • Heathcare (Collection Item Title)
  • Hospitality (Collection Item Title)
  • etc…

Design your menu as a dynamic list, using the page title (e.g.: Retail) as the link text, and link to single collection item.

Thanks for information, I’ll check it now.