I've uploaded images to Wordpress Media Library.
I understand that I can view am image then get the URL for that specific image and then use the img
html tag to display this on the page.
This however doesn't get the alt
, title
, caption
and description
of the image.
The img
is not attached to a post or page field and so i assume you cannot use the Get Attachment function etc.
The reason I want to use a function instead of writing out a static img
html code is so that they are cached better and easier to maintain with all data for the image been updated in the Media Library instead of having to edit html code which is not idea for the end user.
thank you in advance.