Best way to get metadata-based list pages? #3440
Unanswered
LeoBreebaart
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use a number of custom key-value metadata fields in my articles (e.g. 'Writer', 'Artist', 'Rating') that I would like to be clickable, leading to list-view pages, just as you can already do for Authors, Categories, and Tags.
I've been reading the docs, but I don't think this is supported out of the box, and I couldn't find an appropriate plugin either. If I glance at the code, I suspect that the way to go about this would be to add my own URLWrapper objects, seeing if it is easy to expand
contents.py
with authors/categories/tags-like behaviour, but for my own metadata fields.But before I even think about if I want to dive into that, I thought I'd ask here first if this indeed the way to go, or if I am missing some blindingly obvious alternative solution to what I want.
Many thanks in advance for any help,
-- Leo
Beta Was this translation helpful? Give feedback.
All reactions