Skip to content

drifterz28/pico-section-navigation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

#Pico Section Naviagtion

Shows the child pages from a section page. This plugin will only output the contents of the section (folder) the content is in. This helps with blog posts and even ecommerce type sites.

Installation

copy the php file in your plugin folder

Setup

Use just like the base template navigation, sorting is set on the config.php file.

{% for page in section_navigation.navigation %}
    <a href="{{ page.url }}">{{ page.title }}</a><br>
{% endfor %}

About

Show child pages on parent sections

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages