Drupal: how to move node comments in more details?

My Drupal renders a simple custom view with a nodelist. The trick is that my view displays comments for nodes in the list. This is too much for one page and I need to get a list of clean nodes and hide the comments on the ReadMore link.

I tried to reproduce with comment settings for my custom node type that I am showing, but even if I select Show on Separate Page - the comments themselves remain in the main grid.

How do I move comments under the ReadMore link to make them invisible in the grid?

+1


a source to share


1 answer


Ah - the joys of thematic views.

View Theming Guide

This guide should be enough to get you started.



I would recommend using view-view-VIEWNAME-field.tpl.php as opposed to writing a theme function.

Hope it helps

+1


a source







All Articles