PHPackages                             rasteiner/k3-pagesdisplay-section - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. rasteiner/k3-pagesdisplay-section

AbandonedArchivedKirby-plugin[Utility &amp; Helpers](/categories/utility)

rasteiner/k3-pagesdisplay-section
=================================

K3 plugin: display any page list in a section. Any parent, many parents, filtered, don't care.

0.2.4(3y ago)468.2k6[1 issues](https://github.com/rasteiner/k3-pagesdisplay-section/issues)ISCPHP

Since Oct 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/rasteiner/k3-pagesdisplay-section)[ Packagist](https://packagist.org/packages/rasteiner/k3-pagesdisplay-section)[ RSS](/packages/rasteiner-k3-pagesdisplay-section/feed)WikiDiscussions master Synced today

READMEChangelog (9)Dependencies (2)Versions (18)Used By (0)

Pages Display Section
=====================

[](#pages-display-section)

Display any page list in a section using [Kirby's query language](https://getkirby.com/docs/guide/blueprints/query-language). Any parent, many parents, filtered, don't care.

> ℹ️ Note: While this functionality gives you a lot of freedom, you won't be able to sort the list or add new pages to the query.

Installation
------------

[](#installation)

### Download

[](#download)

Download and copy this repository to `/site/plugins/k3-pagesdisplay-section`.

### Git submodule

[](#git-submodule)

```
git submodule add https://github.com/rasteiner/k3-pagesdisplay-section.git site/plugins/k3-pagesdisplay-section
```

### Composer

[](#composer)

```
composer require rasteiner/k3-pagesdisplay-section
```

Usage
-----

[](#usage)

Create a section of your liking and add a `query` property. Within the query you may select and filter any pages by making use of [Kirby's query language](https://getkirby.com/docs/guide/blueprints/query-language).

You can start the query with one of the following variables:

- `site`
- `page` (refers to the current page)
- `pages` (which equals `site.pages`)
- `kirby` (mainly to use with `kirby.collection`)

Example
-------

[](#example)

### All pages with `Foo` in their title

[](#all-pages-with-foo-in-their-title)

```
sections:
  mysection:
    headline: Foo Pages
    type: pagesdisplay
    query: site.index.filterBy('title', '*=', 'Foo')
```

Sibling pages (exclude the current page)
----------------------------------------

[](#sibling-pages-exclude-the-current-page)

```
sections:
  mysection:
    headline: Siblings
    type: pagesdisplay
    query: page.siblings(false)
```

### Disable Controls

[](#disable-controls)

In addition to leaving the controls (the status flag and the options dropdown) visible - the default, it's possible to either hide them completely or show only the status flag.

To completely hide the controls:

```
sections:
  mysection:
    headline: Siblings
    type: pagesdisplay
    query: page.siblings(false)
    controls: false
```

To show only the status flag:

```
sections:
  mysection:
    headline: Siblings
    type: pagesdisplay
    query: page.siblings(false)
    controls: flag
```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 73.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~101 days

Recently: every ~43 days

Total

16

Last Release

1296d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb276f3a4ac550e7656476be61f67ddfa6c6c743f58de07b87aad66245783a07?d=identicon)[rasteiner](/maintainers/rasteiner)

---

Top Contributors

[![rasteiner](https://avatars.githubusercontent.com/u/6684137?v=4)](https://github.com/rasteiner "rasteiner (30 commits)")[![johannschopplich](https://avatars.githubusercontent.com/u/27850750?v=4)](https://github.com/johannschopplich "johannschopplich (8 commits)")[![FynnZW](https://avatars.githubusercontent.com/u/14918334?v=4)](https://github.com/FynnZW "FynnZW (1 commits)")[![moevbiz](https://avatars.githubusercontent.com/u/38008341?v=4)](https://github.com/moevbiz "moevbiz (1 commits)")[![NEX1S](https://avatars.githubusercontent.com/u/7119882?v=4)](https://github.com/NEX1S "NEX1S (1 commits)")

### Embed Badge

![Health badge](/badges/rasteiner-k3-pagesdisplay-section/health.svg)

```
[![Health](https://phpackages.com/badges/rasteiner-k3-pagesdisplay-section/health.svg)](https://phpackages.com/packages/rasteiner-k3-pagesdisplay-section)
```

###  Alternatives

[medienbaecker/kirby-modules

Easily add modules to your pages

895.5k1](/packages/medienbaecker-kirby-modules)[distantnative/retour-for-kirby

Manage redirects and track 404s right from the Kirby CMS Panel

14698.5k1](/packages/distantnative-retour-for-kirby)[belugadigital/kirby-navigation

Kirby 5 field for hierarchical menus with drag &amp; drop level indentation.

8614.7k](/packages/belugadigital-kirby-navigation)[medienbaecker/kirby-alter

242.1k](/packages/medienbaecker-kirby-alter)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
