• Resolved meggva

    (@meggva)


    WordPress stats quit working for my site. Finally related to the date that switched to Japan-Style theme. Found an support forum topic that said no stats could be cause by not having the statement:

    <?php wp_footer(); ?>

    in the footer.php file for the theme. Checked and it was missing so inserted the line but stats still do not seem to work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter meggva

    (@meggva)

    I was editing the file by making a local copy, adding the <?php wp_footer(); ?> line just before the </body> line and then FTPing up to my sites directory. That did not seem to work even after activating another theme and switching back. Not sure why.

    But used the WordPress Theme Editor under Appearance and modified the file the same way and that did the trick. Stats have been back working for the last two days.

    Thread Starter meggva

    (@meggva)

    the first mod using FTP did not work due to user id authorization within my Dreamhost shared hosting account (user error)

    Funny, I lost my stats when I moved to the Japan-Style theme, too. I noticed that line of code is in the index.php file, but not the footer. I added it to the footer the other day, not much difference. So I just pulled it out of index.php today, hoping that helps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wordpress stats not working’ is closed to new replies.