Alt text not showing up

时间:2018-01-21 作者:lvsysop

早上好,我已经读了很多关于这个主题的信息,但我还没有找到在我的网页上工作的图像的替代文本。WP 4.9.2运行Store99主题。如果我在我的一篇帖子中看到我读到的img文本。

看起来是这样的:

[caption id="attachment_5159" align="alignnone" width="150"]<img class="size-thumbnail wp-image-5159" src="https://cpapforbabyboomers.com/wp-content/uploads/Amara-View-Mask-mask-frame_with-Elbow_InPixio-150x150.jpg" alt="Amara_View" width="150" height="150" /> This is the Amara View Mask frame with elbow[/caption] 
这是否不正确?如果不正确,我可以做些什么来修复它?

1 个回复
SO网友:swissspidy

您的标题短代码似乎缺少最重要的部分:图像。

WordPress中的标题短代码通常如下所示:

[caption id="attachment_6" align="alignright" width="300"]<img src="http://localhost/wp-content/uploads/2010/07/800px-Great_Wave_off_Kanagawa2-300x205.jpg" alt="Kanagawa" width="300" height="205" class="size-medium wp-image-6" /> The Great Wave[/caption]
在那里你可以看到alt 属性,该属性在上载图像后输入alt文本时自动设置(此处为“神奈川”)。alt文本对用户不可见,但对屏幕阅读器等程序可见。短代码(“The Great Wave”)中的另一个文本是标题,它在前端显示在图像下方。

如果您的主题与标题短代码完全不同,您应该联系主题开发人员并向他们寻求帮助。

结束

相关推荐

Get images by category

我目前获取滑块图像的方法是使用以下工作正常的代码:$args = array( \'post_type\' => \'attachment\', \'sort_order\' => \'ASC\', \'sort_column\' => \'menu_order\', ); $attachments = get_posts($args); if ($attachments) { $