php - drupal : how to show two nodes in one page -


how show 2 nodes in 1 page ?

thank

there's several ways:

  • views - set filters or arguments show 2 nodes;
  • block - show other node in blocks via special modules (like node block) or programmatically call node_view;
  • custom node theming - programmatically call node_view show other node;
  • cck + nodereference field - show other node via spec.module;
  • taxonomy - set these node concrete term , see via taxonomy/term/concrete_tid;
  • and more , more... recommend use views.

Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -