Using a reverse proxy cache is an efficient way to cache your web site in order to get faster response times.
I have a node type view. I would like to add a taxonomy field, where it gets only the parent terms to the specific node.
I have:
John Doe
Uncle Sam
Church 2
Jane Doe
Jane Smith
Church 3
Goerge Washington
John Doe
Church 4
Mary Smith
Currently views "shows all" terms specific to that node, i.e. Church 1, John Doe, Church 3, Goeorge Washington. I need it to "show only parents" Church 1 and Church 3, linked to its respective term page.
Read more »