Thank you for your reply.
Maybe I’m wrong, but it doesn’t apply the html tag title as I need to.
I’ve set the Alternative Text for all the pics in my website and I’m searching for…
– a plugin that allows me to set the html tag title starting from the Alternative Text
– a plugin that allows me to set the html tag title from the Media panel
but it doesn’t apply the html tag title as I need to.
What are you calling “HTML title”?
The <title> element… that displays at the top of the browser and in search results (but never within the page itself)?
The title attribute of the img (image) element… that only when you mouse-over the image?
Or the main page headline (ie WordPress post/page title)?
Hey @olistic
I am sure if the plugin is available for such thing, but you may try custom code as explained in this article
https://clicknathan.com/web-design/title-attribute-on-images-in-wordpress/
@gappiah -> “The title attribute of the img (image) element… that only when you mouse-over the image” -> see https://www.wpbeginner.com/plugins/how-to-easily-add-title-attribute-to-images-in-wordpress/ to know what I mean
@vijayhardaha -> I’ve tried to add that code to my functions.php file, but I had a problem with the slide on my home page (so I deleted it to use the original file). I wrote to the author of that post and I’ll see if he will reply to me.