Displaying similar nodes

后端 未结 3 673
花落未央
花落未央 2021-01-29 04:25

I\'ve somewhat ran in to a problem with Drupal today.

I would like to display a node (Product) on a page, and below that node, I\'d like to display 3 similar nodes (Pro

3条回答
  •  借酒劲吻你
    2021-01-29 05:01

    Take a look at the RelatedContent module. Links to the module and a couple of tutorials below:

    • http://drupal.org/project/relatedcontent
    • http://drupaleasy.com/blogs/ryanprice/2008/06/using-views-2-drupal-6-create-a-related-pages-block
    • http://www.hankpalan.com/blog/drupal/related-content-views-2-drupal

    You say you're having trouble with the display. In that casea, make the view from the above instructions a block, and have it display in a region that's below the node content, though that assumes there's a region in your theme directly below your content.

提交回复
热议问题