wp-stats.php for wp 1.5
-
the wp-stats.php plugin that was written by GamerZ for wp 1.2, which you can get here:
https://wiki.www.ads-software.com/?pagename=Statistics%20Plugin
doesnt work very well for wp 1.5. after searching in the forum, here’s the answer to solve 2 bugs.
1. remove the line: AND post_date_gmt <= ‘$now’
2. replace:
.get_category_link(false, $cat_id, $cat_nicename).
with
.get_category_link($cat_id).
and everything works fine!!
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘wp-stats.php for wp 1.5’ is closed to new replies.