wordpress bulk photos automation?

staypositive

Supreme Member
Joined
Jul 28, 2015
Messages
1,433
Reaction score
225
hi all pros and gurus,

may i know anyone know is there any plugins can allow us to upload bulk photos to wordpress and publish on schedule? ( so that the uploaded photos will be in draft stage ).

thx alot.
 
Bulk images to posts plugin; Set it to drafts and simply drag and drop your images in.

Auto post scheduler plugin; Set to post drafts at the speed you want.
 
just one quesiton, though i know u are not the author, is there a way i can make the photos uploaded to have a hyper link when click on it?
 
If it's wordpress, you can easily find plugin for such solution, else hire some developer for such custom plugin.
 
Add
<a href="http://example.com">
<div>
Image
</div>
</a>

to header and footer plugin (top and bottom) or insert in to the post PHP.
thanks a lot


sorry to bump this post , but i wanna know is there a way to auto change the image of the url hyper link? so that whenever i upload a photo to post, the image will have url clicked to a custom link?
 
Look for plugins in the wordpress database, there are quite a few to do with bulk images.
 
Back
Top