teaser

How to list all child pages of current parent page in drupal 7?

不想你离开。 提交于 2019-12-13 07:25:48
问题 Suppose I have parent pages A1 and B1. A1 has child pages A1.1, A1.2,A1.3 and B1 has child pages B1.1, B1.2. I want to list all the respective child pages on A1 and B1. In every child page I have an image and a title. These 2 information needs to be listed in the form of a teaser on the parent page. I need help in doing this whether by coding or by using views, I don't mind as far as I get the proper results. Thank you 回答1: You can do this is views by creating a view displaying the fields you

Element for a card/card-container in HTML5?

依然范特西╮ 提交于 2019-12-11 04:26:28
问题 The specification for the article element says: The article element represents a component of a page that consists of a self-contained composition in a document, page, application, or site and that is intended to be independently distributable or reusable, e.g. in syndication. This could be a forum post, a magazine or newspaper article, a blog entry, a user-submitted comment, an interactive widget or gadget, or any other independent item of content. So, if I'm building a website where, in its