I have a wordpress site. I want to delete the first 15 characters from every post on the site.
I believe the table is wp_posts, and the column is post_content
What would be the sql that I execute from my database manager?
I have a wordpress site. I want to delete the first 15 characters from every post on the site.
I believe the table is wp_posts, and the column is post_content
What would be the sql that I execute from my database manager?
You must be logged in to post a comment.
Try this:
read more…