Support

Account

Home Forums General Issues How to use ALT tags Reply To: How to use ALT tags

  • Hi Jonathan,

    Thanks for the fast reply sorry for my slow one I have been abroad.

    I have tried the following:

    
    <?php $alt_text = get_post_meta($imageID , '_wp_attachment_image_alt', true); ?>
    
    <img src="<?php the_field('portimg2'); ?>" alt="" />

    But it doesn’t seem to be working, any ideas?

    Michelle