A new feature in Avada is the ability to get a view count for the life of a page or post as well as a count for the current day. While this is not a replacement for more robust analytics, it is a nice way to see if a page or post is popular. Unfortunately, if you look at the page or post, even if you have authenticated, your view counts. This is really noticeable when you are working on a page and keep looking at it to verify it works on mobile, tablet, and desktop or use a tool like Sizzy. Also, if you copy a page or post, those values come with the new copy. So how do you reset them?
Resetting the views counts is not an option that is added to the Avada page settings or any other place within the normal user interface. In order to reset them, you must first show the built-in Custom Fields. You do this through the Screen Options. Once there are values in those fields, they will appear and you can set the count to the desired value.

Update – If you are using ACF Pro, which is bundled with Avada, you will be frustrated as the custom fields are hidden when the plugin is activated. You need to add the following code to your functions.php or script managers. According to what I found online, ACF made this choice to improve performance, so you may need to evaluate it for yourself.
add_filter('acf/settings/remove_wp_meta_box', '__return_false');
Originally published on Jan. 18, 2022