Get Image URLs for widget
-
Hi,
I’m using this widget code to show list of most popular pages:<li class="popular-list-item"><a href="%POST_URL%"><div class="popular-thumbnail-container">%POST_THUMBNAIL%</div>%POST_TITLE%</a></li>
%POST_THUMBNAIL% getting full
<img />
tag, but I need only image url for my purposes.
Something like this:<li class="popular-list-item"><a href="%POST_URL%"><div class="popular-thumbnail-container"><img src="%THUMBNAIL%" /></div>%POST_TITLE%</a></li>
But there is no %THUMBNAIL% or similar variable in options.
Is there any way I can get just img url for widget?
Thank you.
- The topic ‘Get Image URLs for widget’ is closed to new replies.