Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter sazz2006

    (@sazz2006)

    NOTE: the older post showing the older counter but don’t count anymore.

    Thread Starter sazz2006

    (@sazz2006)

    Cashing deactivated and also post view set to everybody but still issues.

    Thread Starter sazz2006

    (@sazz2006)

    I also have <?php wp_head(); ?> in the header.php & <?php wp_footer(); ?> in the footer.php but still not working

    Plugin Author Lester Chan

    (@gamerz)

    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.

    Thread Starter sazz2006

    (@sazz2006)

    Plugin Author Lester Chan

    (@gamerz)

    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.

    Thread Starter sazz2006

    (@sazz2006)

    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?)

    Thread Starter sazz2006

    (@sazz2006)

    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

    Plugin Author Lester Chan

    (@gamerz)

    1) delete all the *-cache.php file in /wp-content/
    2) https://codex.www.ads-software.com/Custom_Fields
    3) Switch to the default theme to see if it still counts two

    Thread Starter sazz2006

    (@sazz2006)

    I deleted *-cache.php . When I switched to default, its count 1. when switched back to the theme, count 2. Any help? Thanks

    Plugin Author Lester Chan

    (@gamerz)

    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.

    Thread Starter sazz2006

    (@sazz2006)

    yes i saw 2 <?php wp_head(); ?> and i deleted one and now is working well. Thanks

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘WP postviews not working’ is closed to new replies.