Rating: 5 stars
Спасибо за плагин. Работает отлично. Выполняет всё что от него требуется. Код понятен и модифицируем под свои нужды.
]]>Rating: 3 stars
This is the right plugin to add img titles to a picture in lightboxes or post previews and get a boost in SEO.
Unfortunately on my website blackjack-winner.de there are no img-titles after activating the plugin. What can I do?
Rating: 5 stars
It’s great!
]]>Rating: 5 stars
Nice.
]]>Rating: 5 stars
Wish I had found this sooner – certainly does the job.
]]>Rating: 5 stars
Fonctionne du premier coup il y a même pas de config à faire.
Thank you very much perfect
]]>Rating: 4 stars
If this worked on native WordPress galleries I would give this 5 stars. On single images though, it works as advertised and will save me a ton of time in the future.
]]>Rating: 5 stars
thanks for this handy little plugin!
i’ve takent the liberty to add another few lines of code, so that it also auto-fills the alt-tag if empty:
function lcb_restore_image_title( $html, $id ) {
$attachment = get_post($id);
if (strpos($html, "title=")) {
$returnvar = $html;
}
else {
$mytitle = esc_attr($attachment->post_title);
$returnvar = str_replace('<img', '<img title="' . $mytitle . '" ' , $html);
}
if (strpos($returnvar, "alt=\"\"")) {
$mytitle = esc_attr($attachment->post_title);
$returnvar = str_replace("alt=\"\"", "alt=\"" . $mytitle . "\"" , $returnvar);
}
return $returnvar;
}
feel free to include this in your plugin, if you think other people will like it.
]]>Rating: 5 stars
I really wish we didn’t need this plugin, but super delighted that the developer took the time to create it so we can get all the SEO juice possible on images.
]]>Rating: 5 stars
THANK YOU!
I’ve been going mad having to insert titles to each image by hand for my lightbox posts.
Now, if only I could find one that inserts “rel=lightbox” without it doing it “automatically”
Rating: 5 stars
Exactly what I needed for my image heavy blog. Thank you!!
]]>Rating: 5 stars
Thanks for a plugin to fix that annoying new feature in WP3.5!
I’ve had so many complaints from clients about that missing title the last few weeks. Now I can send them to grab this plugin.
Highly recommended
Rating: 5 stars
Excellent work, and thank you for this!
]]>