Recipes #collections
-
Add a load more button to your listings and append items via Ajax.
-
Learn how to filter using routes instead of parameters
-
Use Kirby's API to sort your content by all sorts of criteria.
-
Simulate activity on your site by showing random content.
-
Filter pages, files and users with Kirby's extensive filtering methods.
-
Classify content and make it easy for visitors to find related content.
-
Group pages, files, or users by various criteria.
-
Build relations between articles using YAML content and the pages field.
-
Learn how to build a simple search for your site or sections of your site.
-
Use pagination to divide content into a list of digestible chunks.
-
Foreach loops are control structures useful in many contexts.