Adding additional types question
-
Hi,
I am using the Page Builder plugin in conjunction with my Namaste! LMS plugin.
The Namaste! LMS plugin uses types called ‘Namaste_lesson’ and ‘Namaste_course’ which are basically ‘posts’.
By editing lines 116&117 of the settings.php page to include the types:
// Post types
$defaults[‘post-types’] = array(‘page’, ‘post’, ‘namaste_course’, ‘namaste_lesson’ );I am able to edit the panels inside the ‘posts’.
I was wondering if you could give me any advice as to if there are any other locations I should instantiate these types so that the page builder plugin works seamlessly?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Adding additional types question’ is closed to new replies.