Site logo

Archived topic

Create a collection of pages

1 reply · Started by Darcy on April 1, 2021

Viewing posts 1–2 of 2

Hi,

Is there a way to make the primary menu header in the volume theme a clickable hyperlink that leads to a page summarising all pages on a similar topic?

As an example - say we have 'Cleaning and Care Guides' as a primary menu item - can i make that clickable to lead to a section that has a collection of all our pages that relate to cleaning and care guides?

Thanks

Hi there,

Yes it should be possible but that needs 2 things.

First, make sure the section has an id. This is what we're going to use as anchor.

Example <section id="section-1">

If you're using GB for your sections, it can be added through the HTML Anchor field as indicated here: https://share.getcloudapp.com/QwuEeOoR

And then on the Menu, create a custom link, with the URL pointing to the permalink of "Cleaning and Care Guides" PLUS the HTML anchor prefixed by #.

Example: say you have an anchor named "guide" and have a permalink of https://yoursite.com/cleaning-and-care-guides/

We combine the two into this:
https://yoursite.com/cleaning-and-care-guides/#guide

This archived topic is closed to new replies.