Blogger Resimlere ALT Etiketi Ekleme (Eklentisiz)

AppleTurkiye

New member
Banned User
Jul 23, 2022
5
0
1

Resimlere ALT Etiketi Ekleme (Eklentisiz) bloggere uyarlanabilirmi ?​


// WP-Resimler için Otomatik Alt Tag
function image_seo($content)
{global $post;preg_match_all('/<img (.*?)\/>/', $content, $images);
if(!is_null($images)) {foreach($images[1] as $index => $value)
{if(!preg_match('/alt=/', $value)){
$new_img = str_replace('<img', '<img alt="'.get_the_title().'"', $images[0][$index]);
$content = str_replace($images[0][$index], $new_img, $content);}}}
return $content;
}
add_filter('the_content', 'image_seo', 70000);
 

ckeeper

Well-known member
Nov 8, 2019
623
376
63
Bro please use english so people can understand your question. From what I gather you are asking if an alternative text tag can be added to all images automatically. My question would be, what would be the alternative text for each image? Perhaps image name?
 

AppleTurkiye

New member
Banned User
Jul 23, 2022
5
0
1
Bro please use english so people can understand your question. From what I gather you are asking if an alternative text tag can be added to all images automatically. My question would be, what would be the alternative text for each image? Perhaps image name?
images auto tags
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu