Edit on GitHub
Jump to docs navigation

Twig Components / Methods / related_content_by_type

Note: You are currently reading the documentation for Bolt 5.0. Looking for the documentation for Bolt 5.2 instead?

related_content_by_type(content, direction = "both", limit = null, publishedOnly = true) is a Twig filter to return a two-dimensional array of related records, grouped by the contenttype.

    [
        'entries' => [ related_entry_1, related_entry_2, ... ],
        'pages' => [ related_page_1, related_page_2, ... ]
    ]
Parameter Description
content The related content's name or contenttype. If not set, it will fetch all related records.
direction Limit relations to a direction. Default is "both"; see Relations and directions for more info.
limit Limits the number of related records that are returned.
publishedOnly Return only related records that are published. Default is true


Edit this page on GitHub
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.