Social Media & Share Icons

Hello,

My Theme and Wordpress is fully updated.

I’ve added this third party plugin and its giving me this error message “Error : Please fix your theme to make plugins work correctly: Go to the Theme Editor and insert <?php wp_head(); ?> just before the line of your theme’s header.php file.”

I’m a little hesitant to add this without consulting you. I’m worried if I add this it will affect other sections of the theme. Can you possibly look into this?

Hello There,

These error messages came from a plugin that only checks the wp-header.php file and not the templating system in the theme. You can ignore this error message because wp_head() is present in the theme.

Hope this explains it briefly.

Ok cool, thank you.