Alt Tag Custom Image
-
Hello,
I’m trying to work out how to add alt tags to an image that has been added to a website by its url through a custom field. This is the code for the custom image field:
<?php echo get_post_meta($post->ID, 'activity_image_2', true); ?>
Users upload an image into the media gallery then copy the url and paste it into the field.
Thank you ??
- The topic ‘Alt Tag Custom Image’ is closed to new replies.