If you want to add our Muffin Builder into custom post type, then at first you must create post type based on one of our post types pages, like functions/meta-portfolio.php file. The most important is to use 2 functions below, the same way as in our post types files:
mfn_builder_show(); mfn_builder_save($post_id);
and in template instead of the_content() function you need to use below to show muffin builder:
Comments