May 05, 2019 11:46 am
Hello !
Is there anyway to reset the number of views of posts ? or all the forum ? From DB or some option on WpForo ?
Thanks on advance 🙂
1 Reply
May 06, 2019 8:49 am
You can use your hosting service cPanel > phpMyAdmin Database Manager > WordPress Database > SQL Tab and execute this SQL. Make sure the red marked wp_ table prefix is correct for your database:
UPDATE `wp_wpforo_topics` SET `views` = 0
Then navigate to Dashboard > Forums > Dashboard and click on [Delete all caches] button.