Important: You can now do this via the WordPress Customizer, no need for a custom snippet!
// Alter the layout for the courses post type // Choices: left-sidebar, right-sidebar, full-width or full-screen add_action( 'wpex_post_layout_class', function() {…