Getting featured image from Custom Post Type
-
Hi,
i am trying to get the feat image from a custom post type
so normally it should work like this{% for person in people %} <img src="{{ person.thumbnail.src }}" alt=""> {% endfor %}
…but it doesn’t
I have tried to do that in my context
$context['thumbnail'] = new TimberImage(the_post_thumbnail());
but then i don’t know how to use it..
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Getting featured image from Custom Post Type’ is closed to new replies.