' . wp_kses( __( 'Previous Post', 'bloglo' ), bloglo_get_allowed_html_tags( 'button' ) ) . '
%link', sprintf( '
%1$s %2$s
', bloglo_get_post_thumbnail( $bloglo_prev_post, array( 75, 75 ) ), '%title' ) ); // Next post link. next_post_link( '
' . wp_kses( __( 'Next Post', 'bloglo' ), bloglo_get_allowed_html_tags( 'button' ) ) . '
%link
', sprintf( '
%2$s %1$s
', bloglo_get_post_thumbnail( $bloglo_next_post, array( 75, 75 ) ), '%title' ) ); ?>