• Skip to main content
  • Skip to primary sidebar
  • Home
  • WordPress
  • web Hosting
  • linux
  • mysql
  • nginx
  • apache2
  • devops

Raju Ginni

wordpress tutorials seo hosting etc

You are here: Home / wordpress tutorials for beginners advanced complete guide to run WordPress / How to bulk delete in wordpress posts, pages, Media Images, tags and categories

How to bulk delete in wordpress posts, pages, Media Images, tags and categories

How to bulk delete in wordpress posts, pages, Media Images, tags and categories

Table of Contents

Toggle
  • Delete all posts in wordpress except page
    • bulk delete wordpress media Images  from database
  • How to delete only Unattached wordpress mediafiles?
    • How i deleted unattached media files in from wordpress database?
  • How to bulk delete posts,pages, tags in wordpress?
  • delete post meta data from database which is unused?
    • Delete All tags in wordpress

Delete all posts in wordpress except page

but deleteing all posts and pages we just need empty the posts table. but here i have to delete only posts only.

backup must otherwise your lose years of hardwork.

DELETE FROM 'wp_posts' WHERE 'post_type' = 'post';

 

2149 rows deleted. (Query took 0.1045 seconds.)
DELETE FROM `2xpwp_posts` WHERE `post_type` = ‘post’;

bulk delete wordpress media Images  from database

go to phpmyadmin and locate your database run sql query below by click sql paste this code one by one.

  1. # First:
  2. DELETE FROM wp_postmeta
  3. WHERE post_id IN
  4. (
  5. SELECT id
  6. FROM wp_posts
  7. WHERE post_type = ‘attachment’
  8. )
  9. ;
  10. # Second:
  11. DELETE FROM wp_posts WHERE post_type = ‘attachment’

 

How to delete only Unattached wordpress mediafiles?

Really I don’t Know How to identify Unattached and attached media.
These Media attachments are like post or pages. so

How i deleted unattached media files in from wordpress database?

i tried to delete wordpress attachments from wordpress media dashboard but i am able to delete only 22 attachments at a time. but there are more than 2700 attachments which are imported from blogger/ blogspot image while i am moving blogger wordpress in the year 2012.
also there is a issued wp-post meta data also same as blogger when the wordpress updates sometime old permalinks will appears. and guid also as blogger permalink. we need fix this.
let’s go to the point
Go sql query in phpmyadmin enter this code
  1. DELETE FROM wp_posts WHERE post_type = ‘attachment’
 
choose modified date Ascending order or Descending order increase the rows to view 25 to 500 .also check post title while you are deleting the attachments.
 
That’s I did. i tried wp-media cleaner plugin not worked.
 

How to bulk delete posts,pages, tags in wordpress?

 
If you want delete bulk posts, pages, tags, categories use wp-mass delete or bulk delete plugin.



delete post meta data from database which is unused?

simply run this query

below this will delete unused post meta data from wordpress database thorough phpmyadmin.


DELETE pm
FROM wp_postmeta pm
LEFT JOIN wp_posts wp ON wp.ID = pm.post_id
WHERE wp.ID IS NULL;



Delete All tags in wordpress

We can delete by sql query also from these 2 other plugins.
 
delete unused tags plugin updated on 2013

My blog have 2.203 tags I want to delete all of them. but below 2nd mass delete plugin may cause problem with wordpress.just faced functions.php error with wordpress managed hosting godaddy.

mass-delete-unused-tags download

Finally i have used unused tags wp plugin and deleted all wp tags of unattached now i am only have 857 tags. which are not indexed by google. know more about tags & categories with google.
Mass delete tags plugin not updated from 2 years.also not compatible with present version wordpress.


Also look at wordpress duplicate content

Note use this Carefully and backup your database before this.

Reader Interactions

Ask a Question:

You must be logged in to post a comment.

Primary Sidebar

wordpress tutorials for beginners advanced complete guide to run WordPress

  • wordpress speed optimization Speed up wordpress Score on Google pagespeed
  • best wordpress plugins social, seo, Backup, speed up your blog
  • TOP 10 Wordpress Themes Premium/ Free & providers
  • Wordpress Adsense Plugins & Manually
  • Social share buttons for website Wordpress Blogger
  • How to bulk delete in wordpress posts, pages, Media Images, tags and categories
  • TOP 5 Best wordpress comment plugins 2020 (disable pingback, replytocom, customize form)
  • all in one seo pack vs yoast seo pressor
  • Auto post to Facebook, twitter, Google Plus Wordpress Posts 2019
  • wordpress plugins that slow down your site and its alternatives
  • How to use wordpress tags and categories
  • Wordpress duplicate thin content Issues {FIXED}
  • how to increase wordpress memory & file upload size
  • combine rss feeds wordpress
  • Reduce the impact of third-party code ,optimize JS delivery, Minify, remove unused js, pre connect, inline, lazy load etc
  • change wordpress site url internal links in mysql command phpmyadmin
  • install wordpress on ubuntu nginx lemp command line apache debian
  • Wordpress Security Plugins 2021 (Brute force, Login lockdown, Malware scanner etc)
  • website cache best caching plugins wordpress w3tc cloudflare
  • How to add adsense amp ads to wordpress
  • wordpress password reset in 3 ways mail, phpmyadmin, mysql command
  • how i recovered hacked website site 5 times ft wordpress?
  • wordpress redirection examples Rankmath seo
  • enable browser caching in wordpress apache nginx caching headers explained
  • W3TC w3 total cache plugin setup guide review comparison with wp rocket and wp super cache
  • Wordpress database optimization (don't neglect) plugins & phpmyadmin manually
  • Optimize css delivery inline critical css, remove unused css, render blocking css
  • Converting WordPress into static website speed after 1 second dynamic 3 seconds
  • Wordpress errors and fix
  • Rules to get 100/100 in Google pagespeed web core vitalsscore
  • Install xamp & wordpress on localhost windows
  • favicon ico Change / Add / Disable favicon in wordpress Ft Genesis Theme or any theme
  • increase wordpress memory limit (how to ) 40MB , 64 MB 128 MB or 512 MB maybe 1024MB
  • wp cron job check working or not disable enable change schedule
  • google analytics plugins for wordpress #sitekit #monsterinsights gadwp back as gainwp
  • Lazy Load Adsense to improve core web vitals - Vs revenue
  • xmlrpc php wordpress uses, disable without 403 error log message
  • wordpress 304 header implement using plugin
  • wordpress change post date programmatically (auto on update like blogger
  • sorry you are not allowed to access this page. admin WordPress options table
  • clone wordpress in linux ubuntu server lemp nginx
  • Cloudflare cache rules for WordPress along with page rules cache level everything
  • wordfence-waf.php fatal error fixed after migration
  • Cloudflare page rules cache level everything redirect and sub domain
  • wordpress delete all posts from database mysql query for phpmyadmin
  • php fpm oom killer problem how to dig it.. memory pool and execution time
  • nginx wordpress multisite subdirectory multiple domains
  • Helpful Content update recovery Trying to dig it
  • How to Move a Single WordPress Site into a Multisite
  • Enable multisite in wordpress in 3 steps problems datbase error
  • Seprate single site from wordpress multisite domain based
  • Error establishing a database connection wordpress multisite
  • Add single wordpress to MultiSite wordpress
  • genesis theme cateogory customization examples
  • could not insert term into the database. wordpress
  • wordpress breadcrumbs not showing full path
  • There has been a critical error on this website fed up
  • Site structure WP categories vs sub pages or multisite posts or pages
  • WordPress pyramid structure Permalinks Category vs sub pages vs multisite

hi i am raju ginni, primalry i manage wordpress websites on GCP cloud platform as a cloud engineer, and create content on passionate things.
you can follow me on youtbe

© 2025 - All Rights Reserved Disclaimer & Privacy Policy