Can we change the title and alt attributes of the_post_thumbnails and set them to post title instead ? like creating a function for it and adding a filter ? I tried searching but I can’t seem to find what I want.
and thanks in advance.
Can we change the title and alt attributes of the_post_thumbnails and set them to post title instead ? like creating a function for it and adding a filter ? I tried searching but I can’t seem to find what I want.
and thanks in advance.
You must be logged in to post a comment.
Look at this
http://codex.wordpress.org/Function_Reference/the_post_thumbnail
second argument in this function you can set a few set fields, such as alt, title, source and class:
try this