【发布时间】:2021-03-20 18:32:00
【问题描述】:
我有代码
<div class=""/> <a href="<?php echo get_permalink( $post->ID ); ?>"> <?php
if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it.
the_post_thumbnail( 'full', array( 'class' => 'img-fluid d-block mx-auto' ) ); // show featured image
}
我应该添加什么来制作特色 img 悬停。悬停img应该从ACF字段“imghover”获取
【问题讨论】:
标签: jquery wordpress hover advanced-custom-fields