Skip to content

A simple plugin to hide pages from navigation in Pico CMS

License

Notifications You must be signed in to change notification settings

somepx/Pico-Hide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

PicoMenuHiding, to hide an page from the pico menu

Pico v.1.0 - ready!

A simple plugin to add the possibility to hide pages from navigation in Pico CMS. The pages will still be accessible by browsing their URL directly.

Install

  1. Place the 'PicoMenuHiding.php' file in your Pico install 'plugins' folder.

  2. Add the following in your config/config.php file to activate it

$config[ 'PicoMenuHiding.enabled' ] = TRUE;
  1. Add 'Hiding: 1' or 'Hiding: 0' or leave tag empty in your page meta data. Example:
/* 
Title: Example page
Author: John Doe
Date: 2016/2/1
Hiding: 1 
*/
  1. Thats it, have fun :)

hope you like this. if something goes wrong, ask me.

Forked from: https://github.com/somepx/Pico-Hide

About

A simple plugin to hide pages from navigation in Pico CMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages