The community member is looking to create a navigation bar that links directly to different blog categories. The desired functionality is to have a navigation bar with links to "Home", "Blog category 1", "Blog category 2", and "Blog category 3", where clicking on each category takes the user to a page that displays a list of blog articles filtered by that category.
In the comments, another community member suggests that the community member could create 3 different pages, each with a CMS collection and a filter applied to display the relevant blog articles.
Anyone know how to link to different blog categories directly from the nav bar? I haven't built this out yet, but want to make sure I have it mapped before doing so.
The end functionality should look like this:
Nav Bar
Home
Blog category 1
Blog category 2
Blog category 3
If you click into blog category 1, 2, etc it takes you to a page that has the list of blog articles filtered by that category.