text-overflow: ellipsis;
overflow: hidden;
add_action( 'after_setup_theme', 'woocommerce_support' );
function woocommerce_support() {
add_theme_support( 'woocommerce' );
}
<div class="col-12 col-lg-6 ">
<div class="our-products_item">
<div class="over-product hidden">
<b> тут скрытый контент</b>
</div>
<div class="img-container">
<img width="1316" height="1277" src="/wp-content/uploads/2020/09/chedder-z-konopleiu.jpg" class="attachment-full size-full wp-post-image" alt="" loading="lazy" srcset=""> </div>
<div class="txt-container">
<h3>
<a href="/product/syr-tverdyj-z-konopleiu/">
СИР ТВЕРДИЙ “З КОНОПЛЕЮ” ALPINA </a>
</h3>
<div class="txt-descc">
<p>Опис : Сир твердий козиний 50%</p>
<p>Смак: Ароматний, ситний, з дуже цікавим різнобарвним смаком з легкою кислинкою.</p>
<p>Великий вміст повноцінного білка з насіння конопель, вуглеводів, Омега 3, Омега 6,Омега 9, вітамінів: В1 ,В3, В6, В9, залізо, магній, цинк зробили цей сир надзвичайно корисним.</p>
</div>
<div class="sklad">
<div class="wrapper-two">
<div class="content-two">
<p>Склад: 2.5% конопляного протеїну та 2.5% конопляного насіння.</p>
</div>
</div>
<p class="price">
<span class="price"><span class="woocommerce-Price-amount amount"><bdi>57 <span class="woocommerce-Price-currencySymbol">грн</span></bdi></span></span>
/ 100 г
</p>
<div class="stock">В наявності</div>
<div class="cart-butt">
<button class="open"><img class="alignnone size-full" src="/wp-content/themes/maryaniv/app/img/ico-basket.png" alt=""></button>
</div>
</div>
</div>
</div>
<?php if ( have_posts() ) : $ir = 0;
$args = array( 'post_type' => 'post', 'posts_per_page' => 2 );
$loop = new WP_Query( $args );
while ( $loop->have_posts() ) : $loop->the_post();
if ( $ir % 2 == 0 ) {
get_template_part( 'article-left' );
} else {
get_template_part( 'article-right' );
}
$ir++; endwhile; endif; ?>
<?php wp_reset_postdata(); ?>
<section class="news">
<div class="container">
<div class="news__inner">
<h2 class="news__title section-title">
Новости
<span class="section-title__shadow">Новости</span>
</h2>
<?php if ( have_posts() ) : $ir = 0; while ( have_posts() ) : the_post();
if ( $ir % 2 == 0 ) {
get_template_part( 'article-left' );
} else {
get_template_part( 'article-right' );
}
$ir++; endwhile; endif; ?>
</div>
</div>
</section>