• I’ve uploaded this plugin. I have two queries.

    1) In the ReadMe is the following advice:

    ‘….your theme must have a call to <?php wp_footer(); ?> at the very bottom right before the </body> tag’

    Dumb question I know, but in which of the 13 files of my theme do I go to the ‘bottom right’?

    2) The ReadMe also has the following sentence:

    ‘The plugin collects stats via a javascript call, so as long as the JS call is on the page stats will be collected just fine’

    How do I know whether ‘the JS call is on’?

    Apologies for these basic questions.

Viewing 4 replies - 1 through 4 (of 4 total)
  • #1:

    uhh.

    at the bottom, right before…

    not:

    at the bottom right

    #2:

    you know because it adds it in the footer, thats why #1 is necessary.

    Thread Starter Boz2006

    (@boz2006)

    whooami, thanks

    In (1) which of the theme files am I looking for?

    Stylesheet?
    Page Template?
    etc

    Apologies – this shows the state of my knowledge.

    I think it’s main_index_template or something similar.

    PJ Brunet

    (@knowingart_com)

    Any theme you use should have all the footer tags in place already. You should be fine. Basically, all your pages call the footer, so if you ever needed to add something to the bottom of all your pages, like a stats counter or a copyright symbol, all you need to do is edit footer.php ??

    I’m going to assume the plugin makes the necessary footer change for you–no worries. Plugins can hook themselves into the various functions of your blog, in this case the footer function.

    Also, knowing the tracking is in the footer is useful to know. You’re tracking visitors that allowed the full page to load.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WordPress.com Stats plugin query’ is closed to new replies.