I was checking the Fumio theme from bironthemes.com, and I noticed that he was able to use page content to create sections on the homepage of the theme. For example, he’s using the toggle card component for a faq section that gets pulled into the homepage using tags.
Here’s what the docs say about it:
The FAQ section is rendered from the content of a specific page. This can be any page (recommended is /faq/ ), which has the internal tag #home-faq . When you add this tag to one of your pages, it will enable the faq section and the content of the page will appear.
The section title will be the page title and for the content, the recommendation is to use Toggle cards, which is a Ghost feature to create collapsible content, ideal for an FAQ section.
I’m building a theme, so I don’t want users who aren’t devs to meddle with code. I’m trying to build this feature so that they can create a toggle card from a specific page/post and have it populate on the homepage. If I can figure out how this is done then I can do the same with a testimonials section, etc.