By xbrianx on
I have a view that displays content grouped by Taxonomy Terms. What I want to do is show a different view (or even maybe a different CSS wrapper) if only one piece of content is attached to a term, and another view if 2 or more nodes are being attached to a term.
I could not find any filters or options inside views that allow visibility based on Node counts. Maybe there is and I am just missing it somewhere?
Comments
=-=
no you aren't missing it. Sounds to me like you will need some conditional logic in a custom views tpl.php file.
Thanks
I was afraid of that, since I am not much of a coder.