NOTE: the older post showing the older counter but don’t count anymore.
Cashing deactivated and also post view set to everybody but still issues.
I also have <?php wp_head(); ?> in the header.php & <?php wp_footer(); ?> in the footer.php but still not working
What is your site URL? Deactivating caching plugin will does not mean it is really deactivated because the WP_CACHE might still be defined in your wp-config.php.
Also see my second answer “Deactivating caching plugin will does not mean it is really deactivated because the WP_CACHE might still be defined in your wp-config.php.”
Also check to see if you have two “views” custom field.
1) I don’t have WP_CACHE in my wp-config.php
2) Also check to see if you have two “views” custom field (where should i look for this?)
ok is working now after i deleted : define(‘WP_CACHE’, true); //Added by WP-Cache Manager from wp-config.php.
Now i noticed that is counting 2 each time instead of 1. Please advice. Thanks
1) delete all the *-cache.php file in /wp-content/
2) https://codex.wordpress.org/Custom_Fields
3) Switch to the default theme to see if it still counts two
I deleted *-cache.php . When I switched to default, its count 1. when switched back to the theme, count 2. Any help? Thanks
I can only guess there are two <?php wp_head(); ?>? Not sure.
But this shows that something is wrong with your theme and not the plugin. You probably hire a freelance dev or something to debug it.
yes i saw 2 <?php wp_head(); ?> and i deleted one and now is working well. Thanks