• Hello! I am hoping someone can help me ??

    I am creating a site with woocommerce that has separate ‘shops’ for our companies.

    Example:
    Company 1 and company 2 will be using our site to host their shops that have the same products, however we will embroider their specific logos.

    I have everything figure out except the menus.

    I have some knowledge with wordpress codex and some php. I have tried Zen Menu, however it doesnt work with woocommerce (atleast for me). I have also tried Menu Items Visibility Control however I can’t figure out the codex to get only children pages to show from a specific parent (the code I have tried is ! is_front_page(); get_children( 'company1' ); however it shows up on other pages as well :/ ).

    I just need help to figure out how to have a menu that can only list Parent 1 pages on Parent 1 children pages and Parent 2 pages on Parent 2 children pages.
    (Visual example to help understand what I need)

    Parent 1 Page
    Home 1
    Categories 1
    Children Pages 1

    Parent 2 Page
    Home 2
    Categories 2
    Children Pages 2

    Even just jerry rigging something for now just to get the site going would be great (i.e. making a stupidly long list of something)

  • The topic ‘Different menus, Different pages?’ is closed to new replies.