ID, 'medium' ) : ''; $next_post = get_next_post(); $next_post_thumb = $next_post ? get_the_post_thumbnail_url( $next_post->ID, 'medium' ) : ''; the_post_navigation( array( 'prev_text' => '' . esc_html__( 'Previous', 'influential' ) . '%title', 'next_text' => '' . esc_html__( 'Next', 'influential' ) . '%title', ) ); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; /** * hook - influential_single_post_footer_hook * * @since 1.0.0 * */ do_action( 'influential_single_post_footer_hook' ); endwhile; // End of the loop. ?>