post_parent ) : get_adjacent_post( false, '', true );
$next = get_adjacent_post( false, '', false );
if ( ! $next && ! $previous )
return;
}
// Don't print empty markup in archives if there's only one page.
if ( $wp_query->max_num_pages < 2 && ( is_home() || is_archive() || is_search() ) )
return;
$nav_class = ( is_single() ) ? 'navigation-post' : 'navigation-paging';
?>
comment_type ) :
case 'pingback' :
case 'trackback' :
?>
id="li-comment-">
%3$s ', 'newsworthy' ),
esc_url( get_post_format_link( get_post_format() ) ),
esc_attr( sprintf( __( 'Permalink to %s', 'newsworthy' ), get_post_format() ) ),
get_post_format_string( get_post_format() ),
esc_url( get_permalink() )
);
}
endif;