hi my theme http://www.quantr.foundation unable to render page view in each post, after hacking the code, it return false of this line:
apply_filters( ‘pvc_display_views_count’, $display )
any hints?
my theme source code in https://gitlab.com/quantr/quantr-foundation-wordpress-theme
thanks Peter
i found out if using my theme, the in_the_loop() return false
if ( ! in_the_loop() && ! class_exists( ‘bbPress’ ) ){ $display = false; }
After you register and login to the site, you may post all plugin support questions in the Support Forum.
If you need to provide private info, please create a ticket and then reply to it using Set as private reply option.