How do I add Genesis layout support to WP Courseware units?

To add Genesis layout support to WP Courseware units:

Add the following code snippet to your functions.php file

add_post_type_support( 'course_unit', 'genesis-layouts' );

By doing so you will get the layout option metabox while editing or creating a course unit.

Still need help? Contact Us Contact Us