@budgetvertalingonline
Hi, thanks for your comment.
please give me screenshot about your problem ?
you can upload your image in https://imgur.com/ service if you do not have any host.
I’m talking about this part specifically: https://we.tl/t-A2SSnZsVvK
@budgetvertalingonline
thanks for your screenshot.
please change
wp-content/plugins/wp-statistics/includes/classes/class-wp-statistics-admin.php
line 337 to :
$post_type = get_post_type( $post_id );
if($post_type !="page" or $post_type !="product") {
$post_type = 'post';
}
echo "<a href='" . WP_Statistics_Admin_Pages::admin_url( 'pages', array( 'page-id' => $post_id ) ) . "'>" . wp_statistics_pages( 'total', "", $post_id, null, null, $post_type ) . "</a>";
save file and test again.
tell me result.
Thanks for your reply. I’m not a technical person at all. Where should I do this?
@budgetvertalingonline
Please get a FTP Account From Your Hosting.then go to file manager and edit this file.
Excuse me, I’m with the same issue.
You said, change wp-content/plugins/wp-statistics/includes/classes/class-wp-statistics-admin.php line 337. Not sure which version of wp-statistics you are talking about, seems mine can not paste your code there:
https://i.loli.net/2019/05/24/5ce6ea991785410324.png