How do I safely delete the test content

4.30K viewsGeneral
0

I use AskBug. For a few days after installation I have tested this theme by adding the test user / questions / answers / comments. How I can now safely remove the test content, without breaking the current configuration and settings?

Thanks.

0

Hello Tomasz,

Please add query this SQL in PHPMyAdmin.

DELETE from wp_ap_meta WHERE apmeta_type = 'reputation'

This query will remove all reputation log from DB table.

0

Hello Tomasz,
There are lots of plugins in wp.org which you can use to bulk delete posts, comments and users. Let me know if you can’t fine any.

commented on answer

Hello Rahul. Thank you for you answer. And what about reputation. How can I reset it?