node-view-[viewname].tpl.php not working

If you are using row style: node in your view, its recommended that you use the node-view–[viewname].tpl.php to theme your output instead of views-view-row-node–[viewname].tpl.php.

However, you must make sure node.tpl.php exists in your theme (or subtheme) in order for node-view-* to be picked up by Drupal.

Share

1 Response to “node-view-[viewname].tpl.php not working”


  • if you are using the style: noide means you should use node-view-viewname.tpl.php in your themes, otherwise field means views-view-field–viewname–field-name-value.tpl.php

Leave a Reply