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 || 'trackback' == $comment->comment_type ) : ?>
  • >
    ~ ', '' ); ?>
  • >
    ' . $avatar . '
    '; ?> says:', 'syntax' ), sprintf( '%s', get_comment_author_link() ) ); ?> comment_approved ) : ?>

    'div-comment', 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
    Featured', 'syntax' ), esc_url( get_permalink() ), esc_attr( get_the_time() ), esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), esc_attr( sprintf( __( 'View all posts by %s', 'syntax' ), get_the_author() ) ), get_the_author() ); } else { printf( __( '', 'syntax' ), esc_url( get_permalink() ), esc_attr( get_the_time() ), esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ), esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), esc_attr( sprintf( __( 'View all posts by %s', 'syntax' ), get_the_author() ) ), get_the_author() ); } } endif;