Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Gabor,

    There’s no option in the plugin admin to do this. You could do it directly in your WordPress database (i.e. via phpMyAdmin). The view counts are stored in the wp_postmeta table. You’d want to look for all entries (meta_key) in the table called “ufaq_view_count” and set the corresponding meta_value to 0.

    Thread Starter wordpress-guy

    (@gaborwordpress)

    great, thanks..

    thnx this worked!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Reset Views Counter’ is closed to new replies.