Hi,
I’m in the middle of building my first EE site. I’ve gone with the TOME module as it’s an entirely static site and I appreciate the organization of content in the control panel for my client.
I’m trying to output a menu of the current page’s siblings in the sidebar. Pretty standard stuff. In other cms’s or in a roll my own situation, I’d just list all of the children of the current page’s parents. I don’t know how to find that information with tome.
I feel like there’s a probably a simple way to do this with exp:static_tome_path and I’m hoping I’m just missing a parameter. Perhaps some way to set page=”x” to page=”this page’s parent”.
Thanks of any insight.
Will
I guess I’ll just do some segment based if/thens. I was hoping to avoid it cause I’m lazy and less code is always my preference. I’ll still watch this thread in case some one has some other input. Thanks, Will
The ‘direction’ parameter should get what you want.
{exp:static_tome_path direction="post" nest="false"}
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.