config['before_posts'] ) ) : ?>
config['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 = ( $this->post && $this->post->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->current_post && $this->config['show_first_thumbnail_bigger'] ) { $thumb_size = $this->config['first_thumb_size']; } else { $thumb_size = $this->config['thumb_size']; } if ( current_theme_supports( 'post-thumbnails' ) && $this->config['show_thumbnail'] && has_post_thumbnail() ) : ?>
'attachment-' . $thumb_size . ' size-' . $thumb_size . ' ' . $this->config['image_class'], 'alt' => trim( strip_tags( get_post_meta( get_post_thumbnail_id( $this->post->ID ), '_wp_attachment_image_alt', true ) ) ), 'itemprop' => 'image', ) ); ?>
config['show_thumbnail'] && $this->config['thumb_url'] ) :?>
'image', 'class' => $this->config['image_class'], ); $the_post_thumbnail = wp_get_attachment_image( $this->config['thumb_url'] , $thumb_size, false, $attr ); echo apply_filters( 'italystrap_widget_the_post_thumbnail', $the_post_thumbnail ); ?>
config['show_title'] ) : ?> <config['entry_title'] ); ?> class="entry-title"> config['entry_title'] ); ?>> config['show_date'] || $this->config['show_author'] || $this->config['show_comments_number'] ) : ?>
config['show_excerpt'] ) : ?>

config['excerpt_length'], '' ) ); ?> config['show_readmore'] ) : ?> 'more-link', 'href' => get_permalink(), 'rel' => 'prefetch', ); ItalyStrap\Core\get_attr( 'widget_post_read_more', $array, true ) ?>>config['excerpt_readmore'] ); ?>

config['show_content'] ) : ?>
query->post->ID, 'category', '', ', ' ); if ( $this->config['show_cats'] && $categories ) : ?>
:
query->post->ID, 'post_tag', '', ', ' ); if ( $this->config['show_tags'] && $tags ) : ?> get_price_html() ); // var_dump($product->get_weight() ); // var_dump( $product->get_weight() . ' ' . esc_attr( get_option('woocommerce_weight_unit' ) ) ); // $_product = wc_get_product( $this->query->post->ID ); // var_dump($_product->get_regular_price()); if ( $this->config['custom_fields'] ) : $custom_field_name = explode( ',', $this->config['custom_fields'] ); ?>
query->post->ID, $name ); if ( $custom_field_values ) : ?>
query ); ?>
query ); ?>

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