Forums
(@cholakovdev)
9 years ago
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”.
Try to add this line at the end of bawpv.php file: add_action(‘wp_head’, ‘bawpvc_main’);
Tested on our website islamio.com and now is counting.
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.
10 years, 1 month ago
How do you assign different pages for registration in Buddypress?