Hi is it a way to insert Custom posts type (Here Events from Events manager) in the “slider articles” ?
Thanks.
Hi!
Add this to theme / child theme functions.php:
add_theme_support('avia_template_builder_custom_post_type_grid');
add_theme_support('add_avia_builder_post_type_option');
Cheers!
Josue
Hi Josue, It works fine !
Thanks !
You are welcome, glad to help :)
Regards,
Josue