Having hard time modifying header

I have copied the _header.php from \x\framework\legacy\cranium\headers\views\global to my child theme and edited to show the script from mailchimp to connect my website. However, when I go to validate the installation of script it says it is not there. What am I missing?

Brian

Hi There,

Thanks for writing in!
Can you confirm if you have created the same path folder in the child theme? For example
\x-child\framework\legacy\cranium\headers\views\global if yes it should work.

I can give you an alternate solution which will load your script to your header.

Please add this PHP code to your function file and inside that you can add your script.

add_action('wp_head', 'wpb_mc_script');
function wpb_mc_script() {
// add your script error
}

Hope this helps!

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.