Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi i want to use the metaslider / metaboxes on a custom post type. How can i implement this?
Hi Patrick
If you dive into /inc/metaslider.php line 70 you’ll see the metabox being created. “page” is what it’s being added to. This is totally untested but perhaps try the following in the functions.php file of your child theme:
Change custom_post_type to your post type.
Because this is untested, please don’t add the above without having FTP access open. If it fires an error you’ll need to revert to the previous version of your child theme functions file.