Hi guys,
I’m currently working on a theme Publii.
Now I ran into an issue that I cannot easily solve.
Maybe one of you has an idea.
problem: frontpage vs. blog page
The theme has a frontpage and a blog page.
The frontpage should show some featured posts + fancy stuff and
the blog page should have the whole blog available – and is *not* on the front page
solution1: custom tag page
This isn’t easily possible – but with custom tag pages i thought it should work.
i created a custom tag and a related template page. in the menu i could now create an item “blog” that points to a custom tag-template.hbs.
Downside: i would need to tag every single post with the default tag i.e. “blog” :/
solution2: using @website.contentStructure in custom tag page
Next idea i had was to use @website.contentStructure in the custom tag page to get all the posts available. This works.
Downside: the @pagination does not work because it is limited to the specific tag :/
now i’m stuck.
is there any option to get this working without developing own helpers in helpers.js?
Any ideas are welcome.