args['before_posts'] ) ) : ?>
args['before_posts'] ) ); // XSS ok.?>
query->have_posts() ) : while ( $this->query->have_posts() ) : $this->query->the_post(); if ( isset( $this->posts_to_exclude[0] ) && in_array( get_the_ID(), $this->posts_to_exclude, true ) ) { continue; } /** * Ad "active" css class to current post * * @var string */ $current_post = get_the_id() === $this->current_post_id && is_single() ? ' active' : ''; $post_class = ( ! empty( $this->args['post_class'] ) ) ? ' ' . $this->args['post_class'] : '' ; $classes = 'post-number-' . $this->query->current_post . $current_post . esc_attr( $post_class ); ?>
>
args['show_date'] || $this->args['show_author'] || $this->args['show_comments_number'] ) : ?>
args['show_excerpt'] ) : ?>

args['excerpt_length'], '' ) ); ?> read_more_link(); ?>

args['show_content'] ) : ?>
args['excerpt_length'], '' ) ); ?>
query->post->ID, 'category', '', ', ' ); if ( $this->args['show_cats'] && $categories ) : ?>
:
query->post->ID, 'post_tag', '', ', ' ); if ( $this->args['show_tags'] && $tags ) : ?> get_custom_fields(); ?>

args['after_posts'] ) ) : ?>
args['after_posts'] ) ); // XSS ok. ?>