PhileCMS / Phile

A flat file CMS with a swappable parser and template engine.
https://philecms.github.io/
Other
256 stars 48 forks source link

[TASK] - Updating documentation pages_order_by -> pages_order = 'meta.title:DESC' #275

Closed sturple closed 8 years ago

sturple commented 8 years ago

Custom Meta Ordering

You can order pages by their custom meta attributes. Like creating an Order meta for each page, then you can use $config['pages_order_by'] = "meta:order"; in your config.php file.

now uses pages_order => 'meta.title:DESC'

Schlaefer commented 8 years ago

Fixed in #276