Variables

{{ featured }}

{{ featured }} prints the full-size featured image URL for the current post or page.

Example#

phpresources/views/single.php
<img src="{{ featured }}" alt="{{ title }}">

{{ featured }} is an alias for {{ featured_image }}.