How do I use PHP to display the alt text in for a featured image
-
None of my pages are currently displaying alt text on the featured image, although there is alt text in the media.
I’ve looked at the page template and found this code:
<?php if( get_field( “page_featured_image” ) ): ?>
<div id=”featured-image”>“/></div><?php endif; ?>
Do I need to add something to this to pull in the alt text? If so, what?
Thanks
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How do I use PHP to display the alt text in for a featured image’ is closed to new replies.