My home page is set up through the pages module with a uri of “/”.
Nice, I didn’t know that worked… I changed the plugin to work with just the “/”.
This version (1.2.2) also adds “entry_id” as a parameter.
{exp:pages_menu entry_id="1|3|5|7"}
<a href="http://{url}">{title}</a>
{/exp:pages_menu}
You can also exclude entry_id’s using “not”.
{exp:pages_menu entry_id="not 2|4|6"}
<a href="http://{url}">{title}</a>
{/exp:pages_menu}
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.