• I’m running Genesis 2.0.2 with a customized Agentpress Child Theme and Genesis Simple Menus 0.2.

    The Agentpress Theme has a custom post type for home listings which I have customized for my purposes for trips.

    I’m using the secondary navigation throughout the site on my other pages and I would love to be able to add that same functionality to the listings (trips for me) custom post type. As it stands now I can only choose the primary navigation, but not the secondary navigation because the plugin doesn’t know to display for custom posts type.

    Can anyone assist with the snippet of code required to add this functionality?

    Much appreciated.

    https://wordpress.org/plugins/genesis-simple-menus/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Ron Rennick

    (@wpmuguru)

    Add to your theme functions file

    add_post_type_support( 'listings', 'genesis-simple-menus' );

    Thread Starter Chad Williams

    (@chadw1207)

    Hi Ron, I’ve added that to my functions file with no luck. I’ve made some modifications to your plugin for the clients needs and possibly that has something to do with it. It’s running on Synthesis now so you can’t see that version as it’s behind the proxy so we can either connect privately and I could provide you the credentials or you can see where it also lives on my server which I used during development.

    http://creativevisualdesign.com/powderquest/

    Please let me know what you think the best course of action is.

    Thank you for your time.

    Plugin Contributor Ron Rennick

    (@wpmuguru)

    Sorry, typo in the previous

    add_post_type_support( 'listing', 'genesis-simple-menus' );

    Thread Starter Chad Williams

    (@chadw1207)

    Still no secondary sidebar option under my Trips custom post type.

    Plugin Contributor Ron Rennick

    (@wpmuguru)

    Replace listing in the code above with your post type.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adding Secondary Menu to Agentpress Custom Post Type’ is closed to new replies.