>
>

>

>
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( 'hoot_loop_meta_display_title', '', 'singular' ); if ( $display_title !== 'hide' ) : ?>
>
>
post_parent ) || empty( $post->post_parent ) ) ? '' : '' . get_the_title( $post->post_parent ) . ' » '; $pretitle = apply_filters( 'hoot_loop_pretitle_singular', $pretitle ); ?>

>

>
loop_meta_displayed = true; endif; endwhile; rewind_posts(); endif; endif; /** * Template modification Hooks */ do_action ( 'hoot_default_loop_meta', 'end' );