我正在尝试处理我的摄影图库上的点击(用于重定向到其他页面)。为此,我需要为每个图像/缩略图指定一个ID。我正在使用下一个代码,但是它不起作用。
$atbrthumb = array(
'id' => 'idexample',
);
$image = the_post_thumbnail( $size , $atbrthumb );
答案 0 :(得分:0)
您可以尝试这样。这是指向refer
的链接the_post_thumbnail('post-thumbnail', ['class' => 'image-class', 'title' => 'Feature image','id' => 'idexample']);