How to add bulk featured images from post search results?

skypeleft

Active member
Aug 10, 2019
401
71
28
How can I auto-set multiple featured images for all posts at once in search results using the keyword post in WordPress admin?. I have tried many plugins but this functionality is not available.
2022-06-14 18_46_25-Window.png
I will manually click per featured image here and set it by plugin Featured Image from URL (FIFU) Premium, .... so long time to completed.
2022-06-14 18_47_25-Window.png
 

Knights

Member
Mar 7, 2021
57
29
18
Are you setting all the posts to the same featured image? Change 'ENTER FULL IMAGE URL' to your image. This will mass update all posts with your featured image? You can run this in your database/phpmyadmin.

Code:
UPDATE wp_postmeta SET meta_value='Enter Full Image URL' WHERE meta_key = 'fifu_image_url';
 
  • Like
Reactions: skypeleft

skypeleft

Active member
Aug 10, 2019
401
71
28
Are you setting all the posts to the same featured image? Change 'ENTER FULL IMAGE URL' to your image. This will mass update all posts with your featured image? You can run this in your database/phpmyadmin.

Code:
UPDATE wp_postmeta SET meta_value='Enter Full Image URL' WHERE meta_key = 'fifu_image_url';
Thanks for the answer, my post same more series like movies, I think can't do it like you suggest because not the same image
 

Knights

Member
Mar 7, 2021
57
29
18
Thanks for the answer, my post same more series like movies, I think can't do it like you suggest because not the same image

Oh got you. This won't be possible, as each post has a unique keyword. You will need some kind of identifier. If you don't have thousands of images, I would just manually update them. Sorry
 

worman

Member
Babiato Lover
Mar 16, 2021
31
28
18
How can I auto-set multiple featured images for all posts at once in search results using the keyword post in WordPress admin?. I have tried many plugins but this functionality is not available.
2022-06-14 18_46_25-Window.png
I will manually click per featured image here and set it by plugin Featured Image from URL (FIFU) Premium, .... so long time to completed.
2022-06-14 18_47_25-Window.png
I think. you need Auto Featured Image - automatically generate a featured image from post title.

https://wordpress.org/plugins/auto-post-thumbnail/
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu