plugins - How to fix blog article view and share #'s?

admin2025-06-04  5

This is about public views on the front-end of our blog.

All newly published articles view counter & share #'s have stopped updating.

So, if someone views the article or shares it on social media, the #'s do not update, it still says zero views, zero shares.

We're using the Newspaper theme.

Does anybody know how to fix this?

This is about public views on the front-end of our blog.

All newly published articles view counter & share #'s have stopped updating.

So, if someone views the article or shares it on social media, the #'s do not update, it still says zero views, zero shares.

We're using the Newspaper theme.

Does anybody know how to fix this?

Share Improve this question asked Jan 13, 2019 at 16:24 Jobbie DetroitJobbie Detroit 11 bronze badge 2
  • Do you (or your hosting company) use any caching solutions? – Krzysiek Dróżdż Commented Jan 13, 2019 at 17:43
  • Hi Krzysiek, we use WP Super Rocket right now. Would you recommend using a different one? – Jobbie Detroit Commented Jan 16, 2019 at 12:55
Add a comment  | 

1 Answer 1

Reset to default 0

The Newspaper theme uses ajax to display views and pull in social data.

https://forum.tagdiv/ajax-view-count/

In order to keep requests to admin-ajax.php to a minimum, you should reduce the number of different blocks used on your site as well as reduce the ajax filters and pagination for each block. This will reduce server requests considerably.

Please clear the cache of your theme or turn off the caching plugin (WP Super Cache is recommended by theme author)

Can you please check if there are any PHP errors in your web server’s error.log or wordpress logs

You should also use the Inspect option in your browser to see if any errors are highlighted.

The theme offers an official support forum at http://forum.tagdiv/forum/newspaper/

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1749011087a315594.html

最新回复(0)