How to delete multiple or all listings from database at once? So far I can only find a way to either delete listings one by one, or going into the Wordpress Admin Dashboard and delete listings only 20 at a time.
Any help would be appreciated.
How to delete multiple or all listings from database at once? So far I can only find a way to either delete listings one by one, or going into the Wordpress Admin Dashboard and delete listings only 20 at a time.
Any help would be appreciated.
Phpmyadmin.
Do a backup first.
Delete from wp_posts where post_type=‘hp_listing’
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.