Hi all,

Does anyone know how you theme a node field in views? The templates in views all suggest that i have to print $output; But this is already a formatted string. I found how I can adjust a field in a normal node view by using a content-field template file, but views does not use this when outputting a field.

Any suggestions?
Cheers,
Danny

Comments

WorldFallz’s picture

See Views 2 theming for a excellent description on theming with views -- including how to see what variables are available in the template.