>
', '' );
else :
the_title( '
' );
endif;
?>
';
echo get_post_gallery();
echo '
';
endif;
endif;
if ( is_single() || ! get_post_gallery() ) :
/* translators: %s: Name of current post */
the_content( sprintf(
__( 'Continue reading
"%s"', 'bloggerz' ),
get_the_title()
) );
wp_link_pages( array(
'before' => '
' . __( 'Pages:', 'bloggerz' ),
'after' => '
',
) );
endif;
comments_template();
if ( ! is_singular( ) ) : ?>