'product', 'posts_per_page' => absint( $hestia_shop_items ) ) ); ?> 'product', 'posts_per_page' => 4 ) ); ?> have_posts() ) : while ( $loop->have_posts() ) : $loop->the_post(); global $product; global $post; ?>
get_categories(); if ( ! empty( $product_categories ) ) { $allowed_html = array( 'a' => array( 'href' => array(), 'rel' => array(), ), ); echo '
'; echo wp_kses( $product_categories, $allowed_html ); echo '
'; } ?>

post_excerpt ) : ?>
post_excerpt ) ?>