SOLVED: Cannot retrieve featured image from a post dinamically

Bricks Version: 1.5.4
Browser: Chrome 90
OS: Windows

I can’t dynamically retrieve the featured image of a post. I select the output function (native WordPress function get_the_post_thumbnail(#post-number)).

Try get_the_post_thumbnail_url instead.

2 Likes

Thank you! Now I can retrieve featured images