How to add html code below the <head> tag in Enfold website?
I am really stuck in this situation. Please help me out.
Much appreciated.
Hey bossvarin!
Please add following code to Functions.php file in Appearance > Editor to add the scripts to the header section of your page
function my_custom_code(){
//Your code goes here
}
add_action('wp_head', 'my_custom_code');
Cheers!
Yigit
Hi Yigit,
Could you also please provide me example code to add meta tag in the function you mentioned
Thank you in advance
Regards