Hi
Plug in installed, activated and configured. Google says no code has been inserted. In WP edit plugin status shows as "inactive" but plug in page says active. Looking at page source I see no google code inserted.
How to fix?
thanks
Hi
Plug in installed, activated and configured. Google says no code has been inserted. In WP edit plugin status shows as "inactive" but plug in page says active. Looking at page source I see no google code inserted.
How to fix?
thanks
Just put this before the </body> tag in the footer.php file.
<?php wp_footer(); ?>
You must log in to post.