如何动态添加特色图片wordpress
How to dynamically add feature image wordpress
我的 WordPress 中有很多 post post,但我需要通过 SQL
为所有这些添加动态特征图像
我尝试在 SQL 中搜索,但没有找到特色图片行
我们可以通过以下方式动态获取特征图像 url:
$img= wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ),'full');
<?php echo $img[0]; ?>
这里是完整的图像大小,您可以更改为 WP
提供的任何经济特区
我的 WordPress 中有很多 post post,但我需要通过 SQL
为所有这些添加动态特征图像我尝试在 SQL 中搜索,但没有找到特色图片行
我们可以通过以下方式动态获取特征图像 url:
$img= wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ),'full');
<?php echo $img[0]; ?>
这里是完整的图像大小,您可以更改为 WP
提供的任何经济特区