Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Karissa Skirmont

    (@karissa)

    I’ve looked at https://support.learndash.com/articles/hooks-filters/ and tried a couple of them in this

    add_post_type_support( ‘learndash’, ‘genesis-simple-menus’ );

    But nothing has worked…

    Plugin Contributor Ron Rennick

    (@wpmuguru)

    Learndash does not have a learndash post type. It’s post types are

    • sfwd-courses
    • sfwd-lessons
    • sfwd-quiz

    To add to the courses it is

    add_post_type_support( 'sfwd-courses', 'genesis-simple-menus' );
    Thread Starter Karissa Skirmont

    (@karissa)

    Thanks! I posted on a FB group and someone was able to point me in the right direction.
    I added these and it worked:
    add_post_type_support( ‘sfwd-courses’, ‘genesis-simple-menus’ );
    add_post_type_support( ‘sfwd-lessons’, ‘genesis-simple-menus’ );
    add_post_type_support( ‘sfwd-quiz’, ‘genesis-simple-menus’ );
    add_post_type_support( ‘sfwd-certificates’, ‘genesis-simple-menus’ );

    How would it be possible to chose the primary menu too on a page by page basis?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No option to select sub-menu on a LearnDash page’ is closed to new replies.