ID );
$image_url = wp_get_attachment_image_src( $image_id, $thumb );
if( isset( $image_url[0] ) ) {
$image_path = str_replace( $wp_upload_dir['baseurl'], $wp_upload_dir['basedir'], $image_url[0] );
if( file_exists( $image_path ) === false ) {
$thumb = 'thumbnail';
}
}
else {
$thumb = 'thumbnail';
}
$next_thumb = get_the_post_thumbnail( $next_post->ID, $thumb );
if( empty( $next_thumb ) ) $next_thumb = '
' . $awesome['text'] . '
';
?>
' . $next_post->post_title . '
' . $awesome['arrow-forward'] . '' . __( 'Next', 'luxeritas' ) . '
' ); ?>
' . $awesome['text-rotate'] . '
';
?>
' . $prev_post->post_title . '
' . $awesome['arrow-back'] . '' . __( 'Prev', 'luxeritas' ) . '
' ); ?>