Skip to content

Provides Pico CMS with possibility to place the pages in any order according to meta flag

License

Notifications You must be signed in to change notification settings

ollierik/Pico-Placing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Pico-Placing

Provides Pico CMS with the ability to place the pages in any order according to a meta flag. The pages are sorted and iterated in the specified order, for example in the navigation. In case of same Placing-tag, first comes the page with the name first in alphabetical order.

  1. Place the 'pico_placing.php' to your Pico install 'plugins' folder.
  2. Add the following line to 'config.php' at the root of your Pico install:
config['pages_order_by'] = 'placing';
  1. Example page meta data:

/* Title: Example page
Author: Jack Jackson
Date: 2014/1/1
Placing: 4 */

About

Provides Pico CMS with possibility to place the pages in any order according to meta flag

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages