' . wp_kses( __( 'Previous Post', 'bloghash' ), bloghash_get_allowed_html_tags( 'button' ) ) . '
%link',
sprintf(
'%1$s %2$s
',
bloghash_get_post_thumbnail( $bloghash_prev_post, array( 75, 75 ) ),
'%title'
)
);
// Next post link.
next_post_link(
'' . wp_kses( __( 'Next Post', 'bloghash' ), bloghash_get_allowed_html_tags( 'button' ) ) . '
%link',
sprintf(
'%2$s %1$s
',
bloghash_get_post_thumbnail( $bloghash_next_post, array( 75, 75 ) ),
'%title'
)
);
?>