Card Row

module_card_row

The Card Row displays a limited set of pages using the shared Card element. See the Card documentation for the content shown for each NationBuilder page type, Basic-page ordering, and the layout:redirect override.

Current theme note: The Card Row template exists, but module_card_row is not currently registered by the Better Taxes Subpage Layout. The module tag and data-source lookup need to be enabled in the theme before this module can be used.

Once enabled, the Card Row is configured by giving a page the tag module_card_row. Tag its data source via data:XXX. You can filter this data source with an additional filter:XXX tag.

So for example - to load in a card row module from the News blog for "Audience" blog posts - you would have the following page tags on the subpage:

The data source can be a Blog, Calendar, or Basic page. Blogs are ordered newest first, Calendars use upcoming event order, and Basic sources use the shared Basic-page card ordering rules.

By default, the Card Row displays the first three matching results. A homepage Resources row whose module slug contains home_resources displays four. Please contact For Purpose if you need a different limit.