HEX
Server: Apache
System: Linux srv-plesk28.ps.kz 5.14.0-284.18.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 29 17:06:27 EDT 2023 x86_64
User: greencl1 (10085)
PHP: 8.1.33
Disabled: apache_setenv,dl,eval,exec,openlog,passthru,pcntl_exec,pcntl_fork,popen,posix_getpwuid,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,socket_create,socket_create_listen,socket_create_pair,syslog,system,socket_listen,stream_socket_server
Upload Files
File: /var/www/vhosts/greenclinic.kz/httpdocs/wp-content/themes/GreenClinic/single-news.php
<?php get_header(); ?>

<div class="page__banner--bread">
  <div class="bread-line">
    <div class="container">
      <?php if( function_exists('dimox_breadcrumbs') ) dimox_breadcrumbs(); ?>
    </div>
  </div>
</div>

<section class="section__margin">
  <div class="container">
  <div class="section__title">
      <h3 class="service__title title">
        <?php the_title(); ?>
      </h3>
      <time class="section__title--time"><?php the_time('d.m.Y'); ?></time>
    </div>
  </div>
</section>


<section class="section__news section__margin">
      <div class="container">
        <div class="section__news--inside">

          <div class="">
            <?php the_content(); ?>

            <br />
            <br />
            <!--<p>Поделиться:</p>
            <br />
            <ul class="section__news--links">
              <li class="share__more__item">
                <a data-href="https://vk.com/share.php?url=<?php the_permalink(); ?>" target="_blank" class="share__item"><img style="width: 32px; height: 32px" src="<?php echo esc_url(get_template_directory_uri() ) ?>/img/logo-vk.svg" alt="" /></a>
              </li>
              <li class="share__more__item">
                <a data-href="https://twitter.com/share?url=<?php the_permalink(); ?>&text=<?php the_title(); ?>&hashtags=my_hashtag" target="_blank" class="share__item"><img style="width: 32px; height: 32px" src="<?php echo esc_url(get_template_directory_uri() ) ?>/img/logo-twitter.svg" alt="" /></a>
              </li>
              <li class="share__more__item">
                <a data-href="https://www.facebook.com/sharer.php?u=<?php the_permalink(); ?>&t=<?php the_title(); ?>" class="share-link share-link--facebook" target="_blank" class="share__item"><img style="width: 32px; height: 32px" src="<?php echo esc_url(get_template_directory_uri() ) ?>/img/logo-facebook.svg" alt="" /></a>
              </li>
              
            </ul>-->
          </div>
        </div>
      </div>
    </section>



<?php 
 // get_template_part( 'components/component', 'contact');
?>


<?php get_footer(); ?>