Файловый менеджер - Редактировать - /var/www/gravitycm.com/wp-content/themes/gravity/page-template/about-us.php
Назад
<?php /* Template Name: About Us */ get_header(); ?> <?php $au_sec_1_image = get_field('au_sec_1_image'); $au_sec_1_image_url = wp_get_attachment_image_src($au_sec_1_image['ID'],'full'); ?> <section class="hero-banner" style="background-image: url('<?php echo $au_sec_1_image_url[0]; ?>');"> <div class="container"> <div class="hero-banner-text"> <?php if($au_sec_1_title = get_field('au_sec_1_title')){ ?><h4><?php echo $au_sec_1_title; ?></h4><?php } if($au_sec_1_sub_title = get_field('au_sec_1_sub_title')){ ?><h1><?php echo $au_sec_1_sub_title; ?></h1><?php } ?> </div> </div> </section> <section class="about-details"> <div class="container"> <div class="about-text"> <?php if($au_sec_2_title = get_field('au_sec_2_title')){ ?><h2><?php echo $au_sec_2_title; ?></h2><?php } ?> <?php echo apply_filters( 'the_content', get_field('au_sec_2_content') ); ?> </div> </div> </section> <?php get_footer();?>
| ver. 1.4 |
Github
|
.
| PHP 7.4.3-4ubuntu2.29 | Генерация страницы: 0.02 |
proxy
|
phpinfo
|
Настройка