What's the best approach to achieve this? I have pages, with each different layout. Currently, I created 2 node types for each page, 1 node type for the page, layout done in node-type.tpl.php, db_query() used here to load the nodes; another node type for the specific content of that page.
# Hendry
Try using the views module.
Idan
-----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Hendry Sent: Wednesday, June 09, 2010 10:13 PM To: support@drupal.org Subject: [support] show nodes in one page
What's the best approach to achieve this? I have pages, with each different layout. Currently, I created 2 node types for each page, 1 node type for the page, layout done in node-type.tpl.php, db_query() used here to load the nodes; another node type for the specific content of that page.
# Hendry
Does it support different layout per page? What's the advantage using views module?
# Hendry
On Thursday, June 10, 2010, Idan Arbel idan@arbel-designs.com wrote:
Try using the views module.
Idan