Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

NicoHood Member

@NicoHood · Joined 6 years ago · 12 posts · 1 topics · 1 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Paginate a collection that was filtered by twig (CallbackFilterIterator) · 6 years ago

    Hi, I want to implement simple pagination BUT filter the list before via twig templates. This is a normal pagination setup: {# Get the collection #} {% set collection = page.collection() %} {# Pagina

  • Ignore taxonomy url filters · 6 years ago

    I also stumbled across this via google and the solution is to add: url_taxonomy_filters: false to the item collection. flowers: items: '@self.children' url_taxonomy_filters: false