Thank you so much for your elaborate explanation. I guess I am too new to understand all that.
Couldn’t get it to work.
My code looks like this after modifying and adding the code the way you have shown. I don’t even know what I did wrong.
function add_my_widget_area() {
if (function_exists('dynamic_sidebar')) {
dynamic_sidebar('Extra Header Widget Area');
}
}
add_filter('tc_display_slider', 'add_widget_to_slider');
function add_widget_to_slider($contents){
return $contents.add_my_widget_area();
}
If you can share a block of code that I can just copy from here and paste where you tell me to paste it, that will be fool-proof. In shaa Allah.
Can you please help me in this way?