Thumbnail Alt Text Missing
-
Hi,
First of all thank you very much for making a great plugin that’s highly configurable π
I’ve set it up in one of my websites and I noticed that the alt text is missing from the thumbnails although it is fetching the thumbnail’s title tag.
All my thumbnails have alt text and title tags attributed, WPP is setup go get the images from the post’s thumbnail.
I’m using the latest versions of WordPress and WPP
This is the code that I’m using
<?php if (function_exists('wpp_get_mostpopular')) wpp_get_mostpopular("range=daily&order_by=views&limit=5&post_type=post&excerpt_length=555&thumbnail_width=70&thumbnail_height=70&wpp_start='<div>'&wpp_end='</div>'&post_html=' <div class=\"wrapper\"> <div class=\"post\"> <div class=\"p-con\">{thumb} <h3>{title}</h3> <p>{summary}</p> </div> </div> </div> '"); ?>Kind regards,
Pedro
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Thumbnail Alt Text Missing’ is closed to new replies.