Hello,
I currently use the Newspaper theme and its Post Views Count feature included.
I want to use the plugin “Post Views Counter” for the starting account the calculation of the number of views of the theme and the importer the number of views of The Post Views Count function of NewsPaper in the data of the “Post Views Counter” plugin.
You explains the procedure in this code:
function custom_pvc_import_meta_key( $meta_key ) {
// Use your meta-key here
$meta_key = 'post_views_count';
return $meta_key;
}
add_filter( 'pvc_import_meta_key', 'custom_pvc_import_meta_key' );
I inserted as you advised, but there is no change.
The meta key is correct according to the theme designer.
Is it possible to intervene on my website?
If possible, what are your requirements?
Thank you