• Resolved tyskkvinna

    (@tyskkvinna)


    I have Autonav and it works great… I’d like to extend it a little bit and I’m just not sure if it will do it, or how.

    I have one parent page with about 200 child pages. I’d like to split up the nav into a few parts (on the same page). For example, all pages labeled “Red” in one group and “Blue” in another.

    I don’t care if they are divided by a custom attribute, a tag, or what. I just can’t change what their parent is.

    Can I do this? How?

    https://www.ads-software.com/extend/plugins/autonav/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wlindley

    (@wlindley)

    Absolutely. For example, I created a custom field called “example” and set the value to either “red” or “blue” in the various child pages. In the parent page, then, you can make a list of these pages with:

    Here are the red pages:
    [autonav display=list postid="example:red" pics_only=0]
    and the blue pages:
    [autonav display=list postid="example:blue" pics_only=0]

    Note, use pics_only=0 to force listings of pages that do not have thumbnails. For a table instead of a list, you could of course use display=images instead of display=list (and you will probably want to omit pics_only).

    Thread Starter tyskkvinna

    (@tyskkvinna)

    Awesome, thank you!!! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: AutoNav Graphical Navigation and Gallery Plugin] Show only pages with custom attribute’ is closed to new replies.