Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Post list page by tag

  • #3761
    Avatar photo[anonymous]

    I am trying to create a custom template for post listing by tag.

    https://getpublii.com/dev/how-to-create-custom-templates/

    I clone the tag.hbs to tag-category1.hbs, then add this in the config.json

        “tagTemplates”: {
            “category1”: “First Category”
        }
    I want to link the template to a menu item, but cannot figure out how to do it.
    #3762
    Avatar photoBob

    First, assign this template to a tag, then select this tag in the menu manager.

    screenshot-2020-09-11-o-10.31.31

    #3766
    Avatar photo[anonymous]

    I see, it works now. Thank you very much 😀