Hello everyone!
On my website I use taxonomy grouping based on the solution in this thread. By the way, once again many thanks to jmooring, you’re awesome.
Everything works great.
There’s a question, though. I’m not sure if it’s possible, so could please anyone clarify it for me.
I have a taxonomy term “series” for posting series of short stories. Currently there are three values to this term (three series). Pages on the list get sorted by weight.
What I’m trying to achieve. One of the series is called “Microfiction” for posting super short stories. It has lots of content pages listed under it due to its nature. So I’d like for the content in this series to be listed on its dedicated term page in reverse chronological order (latest first, like blog) and grouped by month or year. The rest of normal series should stay the ways they are, sorted by weight.
So, what I’d like to know is whether it is possible to have a different condition/design for one particular taxonomy term value. Can there be a separate layout for a particular value of a term (something like its own term.html list layout)? Or maybe an “if” condition in the group-by-term.html layout (if the “series” term value is “microfiction”, fetch titles this way, else fetch them another way)?
Many thanks in advance!