loop_meta_displayed = true;
endif;
/**
* If viewing a single post/page (including frontpage not using Widgetized Template :redundant)
*/
elseif ( is_singular() ) :
if ( have_posts() ) :
// Begins the loop through found posts, and load the post data.
while ( have_posts() ) : the_post();
$display_title = apply_filters( 'hootubix_loop_meta_display_title', '', 'singular' );
if ( $display_title !== 'hide' ) :
?>