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.
cholakovdev you saved my life! It works now. Thank you.
It looks the plugin has no more support.
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.
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”.
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.