' . wp_kses( __( 'Previous Post', 'blogun' ), blogun_get_allowed_html_tags( 'button' ) ) . '
%link',
sprintf(
'%1$s %2$s
',
blogun_get_post_thumbnail( $blogun_prev_post, array( 75, 75 ) ),
'%title'
)
);
// Next post link.
next_post_link(
'' . wp_kses( __( 'Next Post', 'blogun' ), blogun_get_allowed_html_tags( 'button' ) ) . '
%link',
sprintf(
'%2$s %1$s
',
blogun_get_post_thumbnail( $blogun_next_post, array( 75, 75 ) ),
'%title'
)
);
?>