In my WordPress blog there are more than 500 posts.
Each post starts with small image.
I want to remove those small images from inside posts and display them as Custom Fields.
It will take me a long time to go through all posts and make the required change.
Is it possible to run a SQL query that will be able to:
- Catch the small images.
- Remove the small images from inside the post.
- Associate small image to a post as a custom field.