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