• Just realized I had alt text that was pulling from the title in the media library. I checked out the docs to find a quick solution and it looks like a roundabout way of creating your own alt text instead of using the media library. Been using this plugin for awhile before I purchased ACF pro and thought I would give someone help on grabbing alt text quickly in the loop.

    Just need this code:

    where $id equals image id
    $alt = get_post_meta($id, ‘_wp_attachment_image_alt’, TRUE);


    alt=”‘ . $alt . ‘”

  • The topic ‘Alt Text’ is closed to new replies.