Custom post type not using the “Post and Page Builder” editor
-
I am using the plugin “Wired Impact Volunteer Management” and though I have set the custom post type “Volunteer Opportunities” (post_type=volunteer_opp) in the settings for “Post and Page Builder”, I only see the Classic WordPress editor when I create a new “volunteer_opp”. The ONLY way that I can get the “Post and Page Builder” editor to come up is if I leave the editor as default in the “Post and Page Builder” settings and then using the menu select it under “Plugins”.
I saw another post suggesting adding this code:
add_post_type_support( 'volunteer_opp', 'editor' );
but that didn’t work. I am stumped.. ??
- The topic ‘Custom post type not using the “Post and Page Builder” editor’ is closed to new replies.