*-----------------------------------------------------------------------------------*/
/* - Posts
/*-----------------------------------------------------------------------------------*/
global $wpex_query;
if ( is_singular() && ! $wpex_query ) {
// Display post featured image
// See functions/post-featured-image.php
wpex_post_featured_image();
}
/*-----------------------------------------------------------------------------------*/
/* - Entries
/*-----------------------------------------------------------------------------------*/
else { ?>