WP Post views

Posted in: Newspaper
Post count: 20

Hi,

Is there a way to move all old views from WP Post Views to the Newspaper theme? Then I can disable WP Post Views but keep old data from this plugin?

Thanks.

Post count: 9544

Yes! I do this …. you need to edit the file

theme > includes > wp_booster > td_page_views.php

static $post_view_counter_key = 'views';

Only downside is you have to remember to do that with each theme update.

Post count: 20

Thank you so much! Is this never affect anything on the theme?
Then, is there a way to migrate counts from “views” to “post_views_count”?

Another question: do you know how to apply a separator for thousands in the post count?

Post count: 9544

Doesn’t adversely impact anything.
You’re just having the theme read/write to the existing data field.

Best way to do it in case you ever change themes again, you can always go back to WP Post Views without any problem.

Post count: 20

Thank you very much!

Someone knows a way to add a separator for thousands in the post count?

Post count: 6600

Hi,

You can use this php function on post views: https://php.net/manual/ro/function.number-format.php
Hope this helps!

Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.