Images For Bulk Posts - Need Help

rankjuice

Power Member
Joined
Apr 1, 2012
Messages
760
Reaction score
496
I have been playing around with bulk AI articles on my test Wordpress site.

None of the posts have any images on them.

Does anyone know of a way to quickly populate these posts with relevant images?

I really don't fancy going through them one by one :(

Another problem I have is, due to the niche I'm in, there does not seem to be enough stock/cc images in that niche. If there is a way to bulk-create some basic images (maybe just the title text over a niche-related photo), then that would be great
 
What I have been playing around with bulk AI articles on my test Wordpress site.

None of the posts have any images on them.

Does anyone know of a way to quickly populate these posts with relevant images?

I really don't fancy going through them one by one :(

Another problem I have is, due to the niche I'm in, there does not seem to be enough stock/cc images in that niche. If there is a way to bulk-create some basic images (maybe just the title text over a niche-related photo), then that would be great
What niche are you in?
I've seen bulk generating images that have a title with some random image as background taken from unsplash.
 
If you have a day or so and minimal programming knowledge you can script it honestly. Just use chatgpt to give you some python code to call wordpress' rest API (assuming your hosting allows) and prepend images or insert whereever you want. Python has a library for getting pexels images based on keywords. Alternatively search around for some plugins.

For your second problem, would midjourney be a good source?
 
I have been playing around with bulk AI articles on my test Wordpress site.

None of the posts have any images on them.

Does anyone know of a way to quickly populate these posts with relevant images?

I really don't fancy going through them one by one :(

Another problem I have is, due to the niche I'm in, there does not seem to be enough stock/cc images in that niche. If there is a way to bulk-create some basic images (maybe just the title text over a niche-related photo), then that would be great

nothing present in github for python to image generation by keyword?
 
ChatGPT for prompt generation from keyword to Stable Diffusion to get images using Python should work. Then prepend the images to each article using an API for whatever you’re using.
 
Last edited:
coded something in python:

Thanks BHW!!.jpg
 
I have been playing around with bulk AI articles on my test Wordpress site.

None of the posts have any images on them.

Does anyone know of a way to quickly populate these posts with relevant images?

I really don't fancy going through them one by one :(

Another problem I have is, due to the niche I'm in, there does not seem to be enough stock/cc images in that niche. If there is a way to bulk-create some basic images (maybe just the title text over a niche-related photo), then that would be great
you may want to consider creating your own images or commissioning them from a freelance designer
Or try WP Inject plugin
 
I would also like to know a perfect solution for batch articles with images
 
Back
Top