Hello,
My site uses a custom taxonomy. For a handful of the most important taxonomy terms, I’d like to display a completely customized page that includes a full-length article and blocks, depending on the specific taxonomy term. At the bottom of the page, I’d still like to include a list of all articles like a standard archive page. So for example, if I had a taxonomy for animals, I might have something like this:
example.com/animal/giraffe (archive template)
example.com/animal/zebra (archive template)
example.com/animal/elephant (custom static page with full block capability)
It reminds me of the standard Reading setting in WordPress that allows you to specify whether you want your homepage to display your latest posts or a static page. It would be amazing if taxonomy terms had the same option.
Any suggestions on a high-level approach to achieve this? Not asking for a full solution. Just a high-level approach that’s efficient and aligned with the way GeneratePress does things.