File: /home/region-gk.ru/data/www/region-gk.ru/wp-content/themes/region/partials/dps-newsmain.php
<div class="container">
<div class="text__inner text__inner-new">
<div class="text__title text__title_news text__title_news-flex">
<?php if ( has_post_thumbnail() ) : ?>
<div class="text__title_news-flex-bg">
<img src="<?php echo get_the_post_thumbnail_url( get_the_ID(), 'full' ); ?>" alt="" />
</div>
<div class="slider_home_news_pic-container">
<div class="slider slider_home_news_pic">
<div class="slider__list slider__list_home_news_pic" style="padding-bottom: 0">
<div class="swiper-wrapper">
<a href="<?php echo get_the_post_thumbnail_url( get_the_ID(), 'full' ); ?>" class="slider__slide swiper-slide" style="line-height: 1">
<img
class="slider__img"
src="<?php echo get_the_post_thumbnail_url( get_the_ID(), 'full' ); ?>"
alt=""
/>
</a>
</div>
</div>
<!--<div class="slider__nav">
<ul class="slider__dots">
<li class="slider__dot slider__dot_active"></li>
<li class="slider__dot"></li>
</ul>
</div>-->
<!--<button class="slider__prev"></button>
<button class="slider__next"></button>-->
</div>
</div>
<?php endif; ?>
<div class="slider_home_news_txt-container">
<?php the_title( '<p style="font-size: 22px; margin-bottom: 15px">', '</p>' ); ?>
<?php the_content(); ?>
<p style="text-align: right; font-weight: normal; margin-top: 15px"><?php the_time('d.m.Y') ?></p>
</div>
</div>
</div>
</div>