The Favorite Articles page displays the current reader or author's favorited articles, ten articles at a time.
It's accessed at /favorite-articles
in your knowledge base. So for example, logged-in readers could access the Favorite Articles page for this Support KB at https://support.knowledgeowl.com/help/favorite-articles
.
By default, the only hyperlink to this page is in the See more... link in the Favorite Articles article list.
If you'd like to add a link to it in the top navigation of your knowledge base:
- Follow the general instructions in Add a link to the upper right (top navigation).
- Instead of copying the sample code in step 5 from those instructions, copy this code instead:
<li><a class="hg-header-link" href="/help/favorite-articles">Link title</a></li>
- If your knowledge base uses the
/home/
or/docs/
root path, replacehelp
in the href with the root path you use. - Adjust the "Link title" to be the text you'd like displayed.
- Be sure to Save your changes.