• Resolved julieselarsen

    (@julieselarsen)


    Hi,

    Can I delete the views on the FAQ, so they all have 0?
    I do not want to count my own open/close.

    It would be so nice.

Viewing 1 replies (of 1 total)
  • Hi Julie,

    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.

Viewing 1 replies (of 1 total)

The topic ‘Delete views on FAQ’ is closed to new replies.