You changed your WordPress theme and found that no longer WordPress.com stats catching or collecting stats for your site as shown in the image below. Frustrated and want to revert back to old theme?
I’d say, “Don’t worry; there is a way to overcome this problem”.
Stats plug-in looks for <?php wp_footer();> tag in your theme, before <body ?> tag. If your new theme doesn’t have this tag then Stats plug-in will not collect stats. you can manually add this tag or you can go to Design -> Theme Editor -> Footer
Look for the tag
. Your theme must have a call to
at the very bottom right before the
tag.
That’s it now your stats plug-in will fetch stats for you :).
Subscribe to our mailing list
Subscribe to our mailing list and receive a free udpates
That’s a cool tip. was banging my head b4 some1 said 2 change my theme.
Thanks Ravi 🙂
This will improve my wordpress blog a lot. Thx for all those usefull tips and tricks.