Hyperlink 向中心Owl转盘项目添加超链接

Hyperlink 向中心Owl转盘项目添加超链接,hyperlink,center,owl-carousel,Hyperlink,Center,Owl Carousel,我有一个基于猫头鹰旋转木马的旋转木马,中心选项为true。如何添加超链接: <a href="<?php the_permalink(); ?> "> thumbnail </a> 到元素中心的缩略图元素 代码如下: <div class="owl-item active center"> <div class="item text-center" data-p

我有一个基于猫头鹰旋转木马的旋转木马,中心选项为true。如何添加超链接:

<a href="<?php the_permalink(); ?> "> thumbnail </a>

到元素中心的缩略图元素

代码如下:

    <div class="owl-item active center">
    <div class="item text-center" data-position="0">
        <!-- a href starts here --!>
        <div class="thumbnail" style="background-image: url('my-image.png');">
        </div>
       <!-- a href ends here --!>
</div>