Hi,
I got a metaobject called “forfattare”, which contains information on authors, which I show on product pages. In the metaobject definition I have enabled “Publish entries as web pages”, which I have enabled in Online Store.
So now, if I browse to /pages/forfattare/[handle] I can see the entry.
But now I would like (both for seo purpose and visitor purpose) to show these pages somehow.
I tried to set up a theme section on a page template with this liquid:
{% for page in pages %}> - {{ page.title }}
{% endfor %}
But it only show the standard pages.
Is there a way to create a page that show the titles and links to all these dynamic pages?
With kind regards,
- Johan.