您的位置:首页 > wordpress

WordPress图片自动添加Alt和title教程
wordpress 2024-9-22编辑:深圳网站建设阅读( WordPress 添加 教程

WordPress上传【chuán】图片时图片不【bú】会【huì】自【zì】动添加ALT和TITLE,这样非【fēi】常不【bú】利于SEO优化,手动添加又非常【cháng】免费。微范儿分享一段WordPress图片自动【dòng】添加Alt和title方法。

将下面的代码添加到【dào】当前主【zhǔ】题函【hán】数模板functions.php中:

add_action( 'add_attachment', 'my_set_image_meta_upon_image_upload' );
function my_set_image_meta_upon_image_upload( $post_ID ) {
// Check if uploaded file is an image, else do nothing
if ( wp_attachment_is_image( $post_ID ) ) {
$my_image_title = get_post( $post_ID )->post_title;
// Sanitize the title:  remove hyphens, underscores & extra spaces:
$my_image_title = preg_replace( '%s*[-_s]+s*%', ' ',  $my_image_title );
// Sanitize the title:  capitalize first letter of every word (other letters lower case):
$my_image_title = ucwords( strtolower( $my_image_title ) );
// Create an array with the image meta (Title, Caption, Description) to be updated
// Note:  comment out the Excerpt/Caption or Content/Description lines if not needed
$my_image_meta = array(
'ID'=> $post_ID,// Specify the image (ID) to be updated
'post_title'=> $my_image_title,// Set image Title to sanitized title
'post_excerpt'=> $my_image_title,// Set image Caption (Excerpt) to sanitized title
'post_content'=> $my_image_title,// Set image Description (Content) to sanitized title
);
// Set the image Alt-Text
update_post_meta( $post_ID, '_wp_attachment_image_alt', $my_image_title );
// Set the image meta (e.g. Title, Excerpt, Content)
wp_update_post( $my_image_meta );
} 
}
全选代码 复制

代【dài】码可以过滤掉图片【piàn】名称中【zhōng】的空格等【děng】多余元素,对之前上传的图片无【wú】效。

服务范围【wéi】:WordPress搭建、WordPress主题开【kāi】发、WordPress二次【cì】开发、WordPress插件开发
其它【tā】服【fú】务:网【wǎng】站建设、企业邮箱、数字证书【shū】ssl、400电话、
技术标签:企业网站、外贸网站、外贸商城、其它问题
联系方式:电话:13714666846 微信同号

企业网站定制

企业网站定制 根据企业需求,量身定制设计

企业网站定制:2800元起
添加微信 请说明来意
联系我们
站内搜索 MORE+

24小时服务热线 0755-29765948
  • 地址:深圳市罗湖区人民北路2033号206
  • 电话【huà】:0755-29765948 传真:82256610
  • 手机:13714666846 18948334877
  • 邮箱:gong@city96.com 164761418@qq.com
  • 粤ICP备14049207号
创意化数字品牌整合网络营销
营销网站让你坐等商机坐佣客户,Rss

版权所有:深圳市网商在线科技有限公司

版权所有:深圳市网商在线科技有限公司
友情连接link: