“data-rel” not working
-
Hi, this is how I set up the code, but it doesn’t work. I am using v 2.0.4 with WP 4.9.6.
<a href="<?php echo get_the_post_thumbnail_url(get_the_ID(), 'full'); ?>" title="<?php the_title() ?>" class="post-thumb" data-rel="lightbox"> <figure style="background-image:url(<?php echo get_the_post_thumbnail_url(get_the_ID(), 'thumb'); ?>);"> </figure> </a>
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘“data-rel” not working’ is closed to new replies.