{% if post.post_type == "post" %} {% set thumb = Image(post.image_event).src %} {% set type = "article" %} {% else %} {% set thumb = post.thumbnail %} {% set type = "website" %} {% endif %} {{function('wp_head')}}