config['before_posts'] ) ) : ?>
config['before_posts'] ) ); // XSS ok.?>
query->have_posts() ) : ?> 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->config['post_class'] ) ? ' ' . $this->config['post_class'] : '' ; $classes = 'post-number-' . $this->query->current_post . $current_post . esc_attr( $post_class ); ?>
query->post, true ); ?>>
config['show_date'] || $this->config['show_author'] || $this->config['show_comments_number'] ) : ?>
config['show_cats'] || $this->config['show_tags'] ) : ?>
query->post->ID, 'category', '', ', ' ); if ( $this->config['show_cats'] && $categories ) : ?>
:
query->post->ID, 'post_tag', '', ', ' ); if ( $this->config['show_tags'] && $tags ) : ?> get_custom_fields(); ?>
config['show_excerpt'] ) : ?>

config['excerpt_length'], '' ) ); ?>

read_more_link(); ?>
config['show_content'] ) : ?>
config['excerpt_length'], '' ) ); ?>
config['show_readmore'] ) : $this->read_more_link(); ?>

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