Using the codes on this forum - I was able to add a secondary nav. panel on the member site pages; however, they are not linking to any member site pages. So I'm wondering if there is a specific url / coding to do this? TIA
This is the injection code I used:
<div class="nav nav-secondary-wrapper">
<nav aria-label="Header Secondary Nav">
<ul class="nav-secondary">
<li class="nav-secondary-item">
<a href="/hw-member-homepage">Member Homepage</a>
</li>
<li class="nav-secondary-item">
<a href="/member-courses">All Courses</a>
</li>
<li class="nav-secondary-item">
<a href="/resource-library">Resources</a>
</li>
<li class="nav-secondary-item">
<a href="/community-forum">Forum</a>
</li>
</ul>
</nav>
</div>