PATH:
home
/
lab2454c
/
gemiton.com
/
wp-content
/
themes
/
divine_saint
<?php /** * Template Name: Services Page */ get_header(); ?> <div class="header__banner__main header__banner__inner"> <div class="header__banner___overlay"></div> <?php if ( has_post_thumbnail() ) { ?> <div class="image__box"> <?php the_post_thumbnail(); ?> </div> <?php } ?> <div class="banner__content"> <div class="container"> <div class="banner__container__inner"> <h1><?php the_title();?></h1> </div> </div> </div> </div> <div class="body__container__wrapp body__container__inner body__container__services"> <?php if( have_rows('ser_list_of_services') ): while( have_rows('ser_list_of_services') ) : the_row(); ?> <?php if( have_rows('services_list') ): while ( have_rows('services_list') ) : the_row(); ?> <?php if(get_sub_field('service_title')){ ?> <div class="container"> <div class="title__wrap"> <h2><?php echo get_sub_field('service_title'); ?></h2> </div> </div> <?php } ?> <div class="full__width__wrap"> <div class="container-fluid"> <div class="row"> <?php if(get_sub_field('ser_left_column_content')){ ?> <div class="col-xl-4 col-lg-4 p-0"> <div class="inner__content__wrap"> <div class="item__content"> <?php echo get_sub_field('ser_left_column_content'); ?> </div> </div> </div> <?php } ?> <?php if(get_sub_field('ser_middle_column_content')){ ?> <div class="col-xl-4 col-lg-4 p-0"> <div class="inner__content__wrap inner__content__wrap__middle"> <div class="item__content"> <?php echo get_sub_field('ser_middle_column_content'); ?> </div> </div> </div> <?php } ?> <?php if(get_sub_field('ser_right_column_content')){ ?> <div class="col-xl-4 col-lg-4 p-0"> <div class="inner__content__wrap inner__content__wrap__last"> <div class="item__content"> <?php echo get_sub_field('ser_right_column_content'); ?> </div> </div> </div> <?php } ?> </div> </div> </div> <?php endwhile; endif; ?> <?php endwhile; endif; ?> <?php if( have_rows('ser_divine_investment_section') ): while( have_rows('ser_divine_investment_section') ) : the_row(); ?> <div class="divine__saint__info diamond__investment"> <div class="content__wrap" style="background-image: url('<?php the_sub_field('background_image'); ?>'),url('<?php the_sub_field('background_image_2'); ?>');"> <div class="container"> <div class="row"> <div class="col-xl-6 col-lg-6"> <div class="content__wrap__innre"> <?php the_sub_field('content'); ?> </div> </div> </div> </div> </div> <div class="image__box"> <img src="<?php the_sub_field('image'); ?>" alt=""> </div> </div> <?php endwhile; endif; ?> </div> <?php get_footer(); ?>
[+]
woocommerce
[-] footer-widget.php
[edit]
[-] search.php
[edit]
[-] index.php
[edit]
[-] page.php
[edit]
[-] searchform.php
[edit]
[+]
..
[-] sidebar.php
[edit]
[-] template-rough.php
[edit]
[-] rtl.css
[edit]
[-] woocommerce-new-old.php
[edit]
[-] blank-page-with-container.php
[edit]
[-] single.php
[edit]
[-] footer.php
[edit]
[-] template-about.php
[edit]
[-] template-home.php
[edit]
[-] template-polished.php
[edit]
[-] .DS_Store
[edit]
[-] blank-page.php
[edit]
[-] left-sidebar.php
[edit]
[-] header.php
[edit]
[-] style.css
[edit]
[-] template-service.php
[edit]
[-] 404.php
[edit]
[-] readme.txt
[edit]
[-] single-attachment.php
[edit]
[-] screenshot.png
[edit]
[-] custom-editor-style.css
[edit]
[-] functions.php
[edit]
[-] archive.php
[edit]
[-] fullwidth.php
[edit]
[+]
template-parts
[-] comments.php
[edit]
[-] template-contact.php
[edit]
[+]
inc
[-] template-blog.php
[edit]
[-] woocommerce-old.php
[edit]