Answer the question
In order to leave comments, you need to log in
How to display post thumbnail url in plugin?
There is a plugin for real estate sites - Estatik, in order to display a post thumbnail, it uses a trace. function and the result is an image in the img tag
<?php if ( ! empty( $es_property->gallery ) ) : ?>
<b><?php es_the_post_thumbnail( 'es-image-size-archive' ); ?></b>
<?php elseif ( $image = es_get_default_thumbnail( 'es-image-size-archive' ) ) : ?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question