Drupal: can I assign different order to header (for Views) / body fields in my nodes? -


I choose the field to show in my headers and in the body of my nodes, the content in the "Manage field" settings type.

Although I want to place separate order for header elements and node elements.

Is this possible?

Thanks

There are several ways in which you can get one of them The second is through the panel module - the node is through the template file. If you can edit your Drupal theme, you can create a new template file for your node type, which you want to optimize - node in your theme directory [type]. Tpl.php is named. You can base this template file on node.tpl.php, and instead of resonating the body of the node, you can choose which fields to use with the node object. See for more.


Comments