HEX
Server: Apache/2.4.6 (CentOS) mpm-itk/2.4.7-04 mod_fcgid/2.3.9 PHP/5.4.16
System: Linux dvm.vladweb.ru 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: region-gk.ru (1016)
PHP: 7.3.33
Disabled: NONE
Upload Files
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>