'; $prevpost = get_the_post_thumbnail( $prev_post->ID, 'thumbnail', array('class' => 'pagination-previous')); previous_post_link( '%link',"$prevpost ".esc_html__('Previous Post','appzend')." %title", TRUE ); echo'
'; endif; if( $next_post = get_next_post() ): echo'
'; $nextpost = get_the_post_thumbnail( $next_post->ID, 'thumbnail', array('class' => 'pagination-next')); next_post_link( '%link',"$nextpost ".esc_html__('Next Post','appzend')." %title", TRUE ); echo'
'; endif; ?>