Hallo guys ,
I want to ask about how to use plugin meta slider in the theme of dazzling ,
I want to set up the slider calways appear in the hompage ,
I am searching in google so many solutions appear including put the code I have from the plugin in header.php
But ,
in dazzling ,where is the right place to put the code?
and this is my meta slider code
I hope you are well today and thank you for your question.
First you have to create child theme of Dazzling theme then overwrite header.php file in it and replace the following code in it with your above shared code.
Can i replace <?php dazzling_featured_slider(); ?> in dazzling parent theme with my code ?
Yes you can but if you make changes in the theme file then you have to make these changes again after theme updation as changes made in the theme files get lost on theme updation.
I got dazzling-child theme from this site ,
but I just found file style.css , functions.php and there is no header.php
can I copy header.php file from dazzling parent theme to the child theme ?