Plugin Cannot Locate in Themeco Pro Sub Template
-
Hi,
I get the following error messages:
Error : Please fix your theme to make plugins work correctly. Go to the Theme Editor and insert the following string: <?php wp_head(); ?> Please enter it just before the following line of your header.php file: </head>
Error: Please fix your theme to make plugins work correctly. Go to the Theme Editor and insert the following string as the first line of your theme's footer.php file: <?php wp_footer(); ?>
My theme, Themeco Pro, uses the header.php and footer.php file but they also use sub-templates to properly separate different parts of the header and footer. The wp_head() and wp_footer are implemented in those sub-templates.
Your plugin is not recognizing that. WordPress allows the use of get_template_part to allow the use of sub-templates.
Will you update your plugin to be able to recognize those sub-templates?
Thanks!
- The topic ‘Plugin Cannot Locate in Themeco Pro Sub Template’ is closed to new replies.