HEX
Server: Apache/2.4.62 (Debian)
System: Linux plxsite 6.8.0-47-generic #47-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 27 21:40:26 UTC 2024 x86_64
User: root (0)
PHP: 8.1.30
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/themes/polygant_2025/about-template.php
<?php

/**
 * Template Name: About Page
 */

get_header('new');
?>

<?php

//$queried_object = get_queried_object();

?>


<section class="info-page pageservcases">
   
        <div class="container">
            
            <div class="archive-serv-header">
                <div class="archive-serv-header-icon">  <img src="  <?php the_field('иконка_категории' /*, $queried_object*/);?>" alt="">   </div>
        <h1 class="page-cases-title">
             <?php the_field('основное_название_категории' /*, $queried_object*/);?>
            </h1>   </div>
            <div class="bread">
                   <p id="breadcrumbs"><span><span> <?php   $my_home_url = "/"; ?>
<a href="<?php echo $my_home_url; ?>" ><?php the_field('главная_название' ,  233 );?></a></span> — <span class="breadcrumb_last" aria-current="page">   <?php the_field('основное_название_категории' /*, $queried_object*/);?></span></span></p>
                </div>
            <div class="service-wrapper-in-archive-page-info">
            <div class="servicein-archive-page-info info-page__content content">
            <div class="archive-description"><?php the_content(); ?></div>
                                    
                        
<div class="archive-line-qw0whats rubread11">
                    <a href="" data-popup="form" class="hero__btn">   <?php the_field('request_a_quote' ,  233 );?>    </a>
                    <span>  <?php the_field('or_contact_us_on' ,  233 );?>
                    <a href="https://wa.me/message/SUBN2P3AVQCOF1" >  <img src="/wp-content/uploads/2023/06/wh.svg" alt="whatsapp">  WhatsApp   </a></span>
                    
                </div>
                        
                        
                        
                        
                           <div class="hero__footer enbread11">
                    <a href="#" data-popup="form" class="hero__btn">  <?php the_field('request_a_quote' ,  233 );?></a>
                    <div class="hero__footer-text">
                       <?php the_field('or_contact_us_on' ,  233 );?>
                        <a href="  <?php the_field('ссылка_на_телеграм' , 233 );?>" class="hero__link">
                            <svg width="24" height="24" viewBox="0 0 24 24" fill="none"
                                xmlns="http://www.w3.org/2000/svg">
                                <path
                                    d="M20.665 3.717L2.935 10.554C1.725 11.04 1.732 11.715 2.713 12.016L7.265 13.436L17.797 6.791C18.295 6.488 18.75 6.651 18.376 6.983L9.843 14.684H9.841L9.843 14.685L9.529 19.377C9.989 19.377 10.192 19.166 10.45 18.917L12.661 16.767L17.26 20.164C18.108 20.631 18.717 20.391 18.928 19.379L21.947 5.151C22.256 3.912 21.474 3.351 20.665 3.717Z"
                                    fill="white" />
                            </svg>
                             <?php the_field('telegram' ,   233 );?>
                        </a>
                    </div>
                </div>
                </div>
            <div class="service-wrapper-in-archive-paglist">

            <?php
            if( have_rows('about_extra_links_list') ):

                while( have_rows('about_extra_links_list') ) : the_row();

                    ?>
                    <a href="<?php the_sub_field('link'); ?>" ><?php the_sub_field('name'); ?></a>
                    <?php

                endwhile;

            else :
            endif;
            ?>
                    
            </div>
            </div>
            
            <div class="dop-cat-text info-page__content content">
                <?php the_field('текст_в_категории' /* , $queried_object*/);?>
            </div>
    </div>
</section>

                        


<?php 
get_footer('new');