I want to delete all wordpress post

Status
Not open for further replies.
11 comments
captucpcx.png


Just click it :)
 
@^ Pi0
if he wants to clear DB (the table which contains the thread/post)
better to do with PhPmyAdmin.


Edit:
if i got you exactly and you wana delete/empty post/threads from DB

GO GO GO > CLICK ME <
 
Last edited:
first, select them all and then bulk action, move to trash

or

simple, delet the current WP install one, save the plugins and theme

then install new WP, ull get new fresh WP
 
A few ways you could go about this.

Either create a new SQL database, and point your wp-config.php to it. (not really recommended though)

Or log into phpmyadmin, and click "Drop" on the wp_posts table.
Also wp_postmeta maybe.
But that should pretty much do it.

Another way could be... Log into your dashboard.
Navigate to the USERS page. and delete the USERS - you will be prompted to either remove all posts by this user or to keep them... Just remove them.

REMEMBER:
Create a FULL BACKUP before messing around with anything.
 
Log in to your PhpMyAdmin either with your Kloxo panel or cPanel, then run sql command or just drop the table "wp_posts".
 
Status
Not open for further replies.
Back
Top