By grvgl on
For example - I want to show all nodes with terms red, green and blue in a single URL.
I think, Synonyms and Related Terms can be used to achieve this. But, I am sure how to use them.
I created synonyms and used the URL /taxonomy/term/termID but it shows only the nodes associated with main term. Nodes related to synonym terms are not displayed.
Thanks.
Comments
Synonyms don't actually do
Synonyms don't actually do anything out of the box and related terms won't do what you want.
However it's as simple as constructing the URL like this:
taxonomy/term/4+5+6
Where the numbers are the term IDs for red, green and blue.
Thanks! This worked.
Currently it shows all the terms in the page heading as - Red, Green, Blue.
I want to show only one term as page heading - Red.
Any idea? Thanks.
~Gaurav Goel
Share and Evolve!
I don't know about
I don't know about that.
Maybe you should use the Views module to get more control.