So lets say I have a project about cats, and in the project folder txt list containing a 1000 urls to cat images. which I want to embedded randomly in my article and also add a project related image ALT meta tag based on the anchor text of the project, and for additional randomness add 4 different opening (target ) instruction and 4 random image sizes
Below the alt is the image description. It's not a major thing to do, so don't push any updates or spend time on it, unless it's really easy and quick.
Comments
You can use any macro you like in it.
alt="%search%"
and you can change it to whatever you like.
will the following work - alt="%random_anchor_text%"
Similarly is it possible to add image descriptions as well as alt tags mainly for WordPress images?
So lets say I have a project about cats, and in the project folder txt list containing a 1000 urls to cat images. which I want to embedded randomly in my article and also add a project related image ALT meta tag based on the anchor text of the project, and for additional randomness add 4 different opening (target ) instruction and 4 random image sizes
Am i on the right path with the following
\n\n{<a href="%url%" target="{_blank|_self|_parent|_top}"><img src="%spinfile-C:\Users\Administrator\Dropbox\Cat_Project\My_Cat_Image_links.txt%" width="{300|350|400|450}" align="right" alt="%random_anchor_text%" /></a>}\n\n
@JudderMan ok but thats something you want me to script in wordpress engine? Sorry this screenshot doesnt ell me much.