Viewing 6 replies - 1 through 6 (of 6 total)
  • cholakovdev

    (@cholakovdev)

    We also noticed that in our website islamio.com.

    In the last version is missing wp_head action. At the end of bawpv.php file we added this line:
    add_action(‘wp_head’, ‘bawpvc_main’);

    And now it’s working.

    lbonini

    (@lbonini)

    cholakovdev you saved my life! It works now. Thank you.
    It looks the plugin has no more support.

    umtr2me

    (@umtr2me)

    I am not very good with code. Can someone tell me where to find the code: bawpv.php?
    I tried a search in EDITOR under HEADER header php. but nothing was found.

    Thank you.

    cholakovdev

    (@cholakovdev)

    In my case it is located in the plugin directory:
    wp-content/plugins/baw-post-views-count/bawpv.php

    If it’s not there try to search for: “BAW Post Views Count”.

    MichaelGraf

    (@michaelgraf)

    In the last version is missing wp_head action. At the end of bawpv.php file we added this line:
    add_action(‘wp_head’, ‘bawpvc_main’);

    And now it’s working.

    Thanks cholakovdev for great solution!

    Fix above got it working for me too. Unfortunately I missed it until now, so missing numbers for a while … but its free, so I can’t really complain.

    Cheers. I probably will skip updates for a while.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘zero count’ is closed to new replies.