Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Lloyd Borrett

    (@lloyd-borrett)

    G’day,

    I’ve got this working, sort of, by adding the following code into wp-content/themes/genesis/lib/structure/menu.php.

    /** Reposition the secondary navigation */
    remove_action( 'genesis_after_header', 'genesis_do_subnav' );
    add_action( 'genesis_before_sidebar_widget_area', 'genesis_do_subnav' );

    This means it appears BEFORE the sidebar, rather than IN the sidebar.

    See http://www.chaordent.com/livinglegends/what-we-do/

    Is there a way for it to appear IN the sidebar?

    Is there a way to achieve this without modifying theme or framework source code files?

    Best regards, Lloyd Borrett.

    Plugin Author Bill Erickson

    (@billerickson)

    This plugin is really only designed to be used in the secondary navigation. If you want it in the sidebar, I recommend you use the BE Subpages Widget plugin. This will create a widget called “Subpages Widget” that does as you describe.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Genesis Subpages as Secondary Menu] Secondary Menu in Sidebar sorted by Order’ is closed to new replies.