An Update for So-Simple Theme : WordPress.com Stats
This plugin didn’t work at So-Simple Theme, WordPress.com Stats.
How to fix it?
It’s easy, please put the code :
<?php wp_footer(); ?>
inside footer.php.
Here is my example :
<div id="footer"> <p> Copyright © 2007 <?php bloginfo('name'); ?> <?php bloginfo('description'); ?> <br> so simple theme created by <a href="http://www.pixert.com">Pixel Insert</a> <?php wp_footer(); ?> </p> </div>






Leave a Reply