It appears this theme was established with empty ALT tags for all the portfolio slider images. Thus far I've been unsuccessful in getting the ALT text (defined in the media library) to appear on portfolio_item_slider.php. Any suggestions how to implement this?
It appears this theme was established with empty ALT tags for all the portfolio slider images. Thus far I've been unsuccessful in getting the ALT text (defined in the media library) to appear on portfolio_item_slider.php. Any suggestions how to implement this?
Thanks!
Hi there,
you can use wp_get_attachment_metadata function
https://codex.wordpress.org/Function_Reference/wp_get_attachment_metadata
http://www.wpbeginner.com/wp-tutorials/image-meta-data-101-title-caption-alt-text-and-description/
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Or actually for image slider you can use get_post function
https://developer.wordpress.org/reference/functions/get_post/
as used in /sections/portfolio_item_full_screen.php
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy