Conversation
supportCan this slider be implemented into the header.php file with php code instead of using shortcode? https://wordpress.org/plugins/creative-image-slider/
You can use do_shortcode() in your PHP to put any WP shortcode into a template file.
You can use do_shortcode() in your PHP to put any WP shortcode into a template file.