What about better seo title ?
-
Hi
Great plugin as i came from your site … but i search for a similar plugin or function that get all Image Attributes like post title and insert it on database like your plugin do …
i saw good functions like :
function isa_add_img_title( $attr, $attachment = null ) { $img_title = trim( strip_tags( $attachment->post_title ) ); $attr['title'] = the_title_attribute( 'echo=0' ); $attr['alt'] = $img_title; return $attr; } add_filter( 'wp_get_attachment_image_attributes','isa_add_img_title', 10, 2 );
and here also: https://clicknathan.com/web-design/title-attribute-on-images-in-wordpress/
and: https://brutalbusiness.com/automatically-set-the-wordpress-image-title-alt-text-other-meta/
but what about the bulk action for old images ??
i think the edit can be on iaff_image-attributes-from-filename-do.php file but i’m not sure as i’m beginner … so could you please help me with tihs ??
waiting your feedback as it really much appreciated.
Best Regards,
MostafaThe page I need help with: [log in to see the link]
- The topic ‘What about better seo title ?’ is closed to new replies.