How i can fix this

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.

Error : Please fix your theme to make plugins work correctly: Go to the Theme Editor and insert <?php wp_footer(); ?> as the first line of your theme’s footer.php file.

Hello There,

Thanks for writing in! Are you getting this message from a plugin? Please be informed that we have a different templating system that still follows the WordPress standards. You cannot find wp_head() or wp_footer() in the header.php or footer.php because we use stacks. Those functions were added at the other header files. Please ignore that message. The plugins should work with no issues as expected to be.

Please let us know how it goes.

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