我该如何向the_post_thumbnail()添加一个ID?

时间:2018-07-18 10:50:54

标签: javascript php html wordpress

我正在尝试处理我的摄影图库上的点击(用于重定向到其他页面)。为此,我需要为每个图像/缩略图指定一个ID。我正在使用下一个代码,但是它不起作用。

$atbrthumb = array(
    'id' => 'idexample',
);
$image = the_post_thumbnail( $size , $atbrthumb ); 

1 个答案:

答案 0 :(得分:0)

您可以尝试这样。这是指向refer

的链接
the_post_thumbnail('post-thumbnail', ['class' => 'image-class', 'title' => 'Feature image','id' => 'idexample']);