get featured image url
-
Hello Tijmen or fellow readers,
How could I get url of store’s featured image?
I tried get_the_post_thumbnail_url function without success yet.
The post/store ID I easily can get by <%= id %>.The aim is to get the image in a lightbox (class=”swipebox) after clicking the store’s image.
In the function.php I added:
$info_window_template .= '<div><a class="swipebox" href="' . 'IMAGE URL??' . '"> <%= thumb %> </a></div>' . "\r\n";
The lightbox works when tested with a hard coded demo url. Now I would need the url as a variable.
thank you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘get featured image url’ is closed to new replies.