I am attempting to create a section that includes a list of taxonomy terms that is linked to a panels page that has mini panels embedded in it related to the taxonomy term.
For example. Suppose there is a CCK conttent type about dogs. There would be a taxonomy field labeled type. Then there might be questions such list good things about this breed; list bad things about this breed. Suppose someone created an entry with "Beagles" as the taxonomy term.
So on the list "Beagles" would appear and it would be linked to a panels page that had one mini panel that listed all the good things about beagles and another panel that had all of the bad things listed about beagles.
I have some general experience with views, but not with passing arguments etc.
Thanks for any suggestions.
Comments
Comment #1
dawehnerThis can be done with views, you can rewrite the output of the taxonomy: term field, and alter the link, to your panels page.
Comment #2
esmerel commented