nathanpitman / pages_nested_menu.pi.ee_addon

This is a port of the fantastic 'Pages - nested menu' plug-in for EE2.x. It was originally written by Mark Huot for ExpressionEngine 1.x.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'Pages - Nested Menu' for ExpressionEngine

This ExpressionEngine plugin creates a list of your Pages (created using the native Pages module). Basic syntax is as follows:

{exp:pages_nested_menu root="/about/" include_ul="no" include_root="no" depth="1"}
	<a href="{pnm_page_url}" title="{pnm_title}">{pnm_title}</a>
{/exp:pages_nested_menu}

The current page is wrapped with a list item with a class of 'active'.

Original development by Mark Huot. Updated for EE2.x by Nathan Pitman.

About

This is a port of the fantastic 'Pages - nested menu' plug-in for EE2.x. It was originally written by Mark Huot for ExpressionEngine 1.x.