Hi, trying out grav for the first time and so far it is working great. The one thing I am running into trouble with is the taxonomy tags. I can add them to a post, but when clicking on them I just get taken to the homepage with no changes except the url now shows
tag:testtaghere#body-wrapper
at the end of it.
This is on a default install of grav. Here are my steps:
- Setup grav with the admin plugin included.
- Go to pages, select the "Typography" page
- Change the page template to "Blog" or "Item"
- Save
- On the options tab for the Typography page, add tags under the Taxonomy -> Tag box.
- Save
- Go to that post on the public page, and click on one of the test tags under the post title
- end up at the homepage
What I expected to happen was clicking one of the tags would take me to a list of all pages that are tagged with that, and this is what the grav docs seem to suggest is the intended behavior.
I read somewhere that the taxonomylist plugin would do this too so I installed it but it has the same problem of just taking me to the homepage and adding stuff to the url. It doesn't seem to filter at all.
Is this just not how tags work or am I missing something? I've seen a couple other posts on the internet about this but they either have no replies or were asking about including taxonomy tags in their custom themes. For me I am just wanting it to work with the default theme that ships with grav for now. Do I need some kind of tag search plugin?
Any help would be appreciated!