sprintf( '%1$s%2$s%%title',
__( 'Previous Post', 'byakko' ),
__( 'Previous', 'byakko' )
),
'next_text' => sprintf( '%1$s%2$s%%title',
__( 'Next Post', 'byakko' ),
__( 'Next', 'byakko' )
)
) );
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
endwhile; // End of the loop.
?>