开发者

How do you promote blogs to a page other than the home page in drupal?

开发者 https://www.devze.com 2022-12-26 00:55 出处:网络
I really like the promote to home page feature of drupal. But what if I want some content开发者_Python百科 promoted to a page other than the home page. Is that possible?The \"promote to front page\" i

I really like the promote to home page feature of drupal. But what if I want some content开发者_Python百科 promoted to a page other than the home page. Is that possible?


The "promote to front page" is a helper that puts the page in the /node URL. If your front page is not /node, the "promote to front page" won't really do what you expect.

If you want a list of nodes, then views will do the trick. However, if what you want is to put a node in a page that is another node as if it was a block, then I suggest you look at the "node as block" module.

From the module description: This module allows those with the appropriate permissions the right to create blocks for each node. By default these blocks display the node title as the block title and the node teaser as the body.


I would suggest using Views for this purpose. For instance, create a taxonomy vocabulary with terms corresponding to the various pages you might want content to be promoted to. Then create or edit that content and tag it accordingly. In Views, use the taxonomy filter to display only the matching content.


As often, there are many ways to do that. The Flag module is a good way to put all kinds of markers on nodes. Another option is the Nodequeue module. This module allows the content creator to group nodes in 'queues' and control the order.

0

精彩评论

暂无评论...
验证码 换一张
取 消