ID; $prev_title = $prev_post->post_title; } $next_post = get_next_post( true ); $next_ID = ''; $next_title = ''; if( $next_post ) { $next_ID = $next_post->ID; $next_title = $next_post->post_title; } // Cat $cat_id = un_post_single_term( get_the_ID(), 'category', 'term_id', false ) ; $cat_url = get_category_link( $cat_id ); ?>