rupok / flexia

A modern lightweight and versatile theme for WordPress with the endless customization options through Customizer.
https://flexia.pro
11 stars 6 forks source link

framework/views/template-parts/content-single.php#L34 #13

Closed EmranAhmed closed 7 years ago

EmranAhmed commented 7 years ago

Use get_header_image instead of header_image. Because it doesn't return but echo.

You don't need to add $post->ID just use $thumbnail = wp_get_attachment_url( get_post_thumbnail_id() );