Viewing 6 replies - 1 through 6 (of 6 total)
  • its from http://stats.wordpress.com

    and you have a wordpress.com blog, these forums are for self hosted wordpress sites.

    Thread Starter netsolns

    (@netsolns)

    Thanks Boober, I am really ignorant.

    Gosh, I couldn’t find the smiley info on the stats link.

    Same problem with API key. Can’t find it in the email they sent. Can’t find it in my profile.

    Please help!

    Thread Starter netsolns

    (@netsolns)

    Should’ve searched the forum before posting. A simple search for “smiley” revealed the following two threads

    http://wordpress.org/support/topic/140876
    http://wordpress.org/support/topic/155573

    and the solution:

    Looking for a way to hide the gif? Don’t use “display:none”! Put this in your stylesheet:
    img#wpstats{width:0px;height:0px;overflow:hidden;}

    Not that I am competent enough to implement it. It should be an option in the Dashboard.

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    It’s also mentioned here:
    http://wordpress.org/extend/plugins/stats/faq/

    As far as competence goes, it’s not that difficult. Edit your theme’s style.css file. Copy and paste that given line of code into it. Done and done.

    That is for non-WordPress.com users, of course.

    Thread Starter netsolns

    (@netsolns)

    Thanks Otto42, I feel really silly for kicking up a storm in my teacup.

    Meanwhile I found the API key too. I had used a yahoo account to register whereas nowadays I am using a rediffmail account. When I checked the yahoo account, I found it sitting there looking all prim and proper.

    Now if only I can make the jump from

    no stats to stats on my hosted blog netsavvysolutions.in

    and from

    smiley to no smiley on my wordpress blog netsolns

    put this in footer.php after wp_footer();

    <script type=”text/javascript”>
    var e = document.getElementById(“wpstats”);
    e.style.width = “0px”;
    e.style.height= “0px”;
    e.style.overflow = “hidden”;
    </script>

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘smiley below footer’ is closed to new replies.