• Hi,

    I want delete posts which have “money” word in the title. How to delete ?
    I have 10000 posts which contain “money” word in the title.

    Sorry for my poor English ! Thank you !

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    This is an interesting questions. Something that will help, but will not exactly do what you need is to go to your Admin Dashboard’s Posts section. Then on the top right hand corner type the word(s) to search for and press search posts. Then you will have (hopefully) reduced the number of posts to something close to what you need for deleting. Good luck.

    [Signature removed by moderator per forum rules.]n

    You could also do this via the PhpMyAdmin as well…

    You would have to do a SQL statement which would go something like this:

    Delete all post titles where post title includes the word Money…

    I’m not sure what the exact SQL statement is, so can’t say for sure, but I know it can be done. If you go that route, don’t forget to make a backup of your database first.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to delete post by titile ?’ is closed to new replies.