Hi

I have set-up a View using the incredible View module. In the Fields section I call back a taxonomy term from a specific vocabulary. I have the field set not to display to the end user as HTML output but I do want to use the term as a value in the HTML outputs

  • class attribute.

    So, for example I have 4 records. 3 have a tax term of phoenix (from the location vocab) and the 4th has a tax term oregon.

    I am outputting an unordered list and would like to get something like

  • I know the information is somewhere in there, but my attempts to var_dump out different variables usually ends up with my browser crashing.

    Help!