标签: php html wordpress
在“附件”页面上,只有1张图像,该图像的标题有什么功能? 我想在同一页上的另一个地方回显图像标题,该怎么办?
答案 0 :(得分:1)
您可以使用函数get_the_title。
get_the_title
$image_title = get_the_title($image_id);