I noticed that the line <?php wp_footer(); ?> is missing from the footer.php file. This should be added immediately before the </body> tag.
Without this, some plugins that depend on hooking into the footer will break.
I noticed that the line <?php wp_footer(); ?> is missing from the footer.php file. This should be added immediately before the </body> tag.
Without this, some plugins that depend on hooking into the footer will break.
You must log in to post.