<?php
$post_format = apply_filters( 'martfury_show_post_format', martfury_get_option( 'show_post_format' ) );
if ( ! intval( $post_format ) ) {
return;
}
?>
<div class="single-post-header text-center layout-3">
<div class="container">
<div class="page-content">
<?php martfury_entry_thumbnail(); ?>
</div>
</div>
</div>