Display only pages child of one

Forums Forums Menus Display only pages child of one

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #891

    Hi,
    I have a pages structure like this in my WordPress installation:

    * Page Parent 1
      ** Parent 1 – Child 1
      ** Parent 2 – Child 2
      ** Parent 3 – Child 3
      ** Parent 4 – Child 4
    * Page Parent 2

    I wonder if is there any possibility of execute the "pixopoint_menu();" function in order to display only the parent 1 children pages, without displaying the parent 1 and 2. Something like the "child_of=1" parameter which can be inserted in the "wp_list_pages()" wordpress function.

    Congratulations for your great job, this plugin works fine and it looks amazing.

    Guillermo

    #6494

    Hmm, interesting question. I can’t see any way to do that without writing your own script to replace the pixopoint_menu() function.

    #6495

    Thank you for your answer, Ryan.

    So, is there any way to display two different menus, one for the parent 1 children and another one in another page to show parent 2 children? I mean, something like "pixopoint_menu(‘Parent1’)" and "pixopoint_menu(‘Parent2’)"…

    #6496

    Yes you can do that, but again, it would require some custom scripting.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.