post_parent ) : get_adjacent_post( false, '', true ); $next = get_adjacent_post( false, '', false ); if ( ! $next && ! $previous ) { return; } ?> %2$s'; if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) { $time_string .= ''; } $time_string = sprintf( $time_string, esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ), esc_attr( get_the_modified_date( 'c' ) ), esc_html( get_the_modified_date() ) ); ?> %2$s', esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), esc_html( get_the_author() ) ); ?> %2$s', esc_url( get_permalink() ), $time_string ); ?> term_id; } $args = array( 'tag__in' => $tag_ids, 'post__not_in' => array( absint( get_the_ID() ) ), 'showposts' => get_theme_mod( 'mystem_post_related_posts_number', '5' ), ); $my_query = new wp_query( $args ); if ( $my_query->have_posts() ) { echo '