Upgrade to 1.5.1 Causes Problems
-
Hi Justin
At the moment I have GATCW version 1.4.3 installed and you can see the stats being served at the bottom of the page:
http://focusingonwildlife.com/news/specieswatch-egyptian-goose/
You’ll see that I have 2 sets of stats as follows:
Top-Viewed Posts Last 30 Days
Top-Viewed Posts Last 12 MonthsThe problem occurs when I upgrade to any of the subsequent versions. After upgrading 30 days stats = 12 months stats. i.e. the 12 months stats seem to have been lost and replaced by the 30 day stats:
http://focusingonwildlife.com/test-platform5/vote-for-birds-of-south-america/
The code I am using in the single.php file is as follows:
<h3>Top-Viewed Posts Last 30 Days</h3> <?php echo do_shortcode('[google_top_content pageviews="5" titleremove= "Focusing on Wildlife" contentfilter="post" catfilter="3173" number="10" showhome="no" time="2628000"]'); ?> <h3>Top-Viewed Posts Last 12 Months</h3> <?php echo do_shortcode('[google_top_content pageviews="5" titleremove= "Focusing on Wildlife" contentfilter="post" catfilter="3173" number="10" showhome="no" time="31536000"]'); ?>Please advise how to solve this problem.
https://ww.wp.xz.cn/plugins/google-analytics-top-posts-widget/
The topic ‘Upgrade to 1.5.1 Causes Problems’ is closed to new replies.