Does anyone know how I can set an image as featured image for multiple posts.

I have posts in a seri that I would like to use the same image as featured image.

bulk edit doesn’t have featured image in there though.

3 Answers
3

You could hook into the publish_post action, check if a featured image has been set, and if not, assign the image you want as the featured image.

The publish_post Codex page has a nice example about changing a post after it has been published.

Leave a Reply

Your email address will not be published. Required fields are marked *