Hi,
I am trying to put a code for a header slider into my header.php for my child theme Plytag. Since I’m a novice, I would appreciate someone instructing me on this as if I was five years old. Seriously, please tell me exactly where to put this code.
if (function_exists(‘get_thethe_image_slider’)) {
print get_thethe_image_slider(‘Slider Name’);
}
The slider name is The The Image Slider.
I have tried copying the header.php to my child theme and then added the code there, however I just keeping getting a blank website and an error message. Can you help me please.