创建内容块?
如何创建一个简单的内容块,类似于 《经济学人》?
任何帮助将不胜感激。
How can I create a simple block of content, similar to the "Unrest in the Middle East" section on The Economist?
Any help will be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
视图将允许您执行此操作。
http://drupal.org/project/views
只需创建一个块视图来查询您的特定节点术语欲望。从那里您可以指定仅显示标题、显示最新帖子中的图像、限制显示的标题数量等……
不过,视图需要一些学习。我强烈推荐 lullabot 的教程。
Views will allow you to do this.
http://drupal.org/project/views
Simply create a block view that queries the specific node term you desire. From there you can specify to only display titles, show an image from the latest post, limit the number of titles displayed, etc...
Views will take some learning though. I'd highly recommend lullabot's tutorials.