PATH:
home
/
lab2454c
/
carbonbullion.net
/
wp-content
/
themes
/
carbon-bullion
<?php /** * Template Name: FAQ Page */ get_header(); ?> <div class="breadcrumbs__wrapp"> <div class="container-xl"> <ul> <li><a href="<?php echo home_url(); ?>">Home</a></li> <li class="current"><?php the_title(); ?></a></li> </ul> </div> </div> <div class="body__container__wrapp body__container__wrapp__inner"> <div class="faq__wrapp"> <div class="container-xl"> <div class="row"> <div class="col-xl-7 col-lg-12 col-md-12"> <div class="accordion faq__accordion" id="accordionFaq"> <?php $i=1; if( have_rows('question_&_answers') ): while( have_rows('question_&_answers') ): the_row(); ?> <div class="accordion-item faq__accordion__item"> <h2 class="accordion-header" id="heading<?php echo $i; ?>"> <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapse<?php echo $i; ?>" aria-expanded="false" aria-controls="collapse<?php echo $i; ?>"> <?php the_sub_field('question'); ?> </button> </h2> <div id="collapse<?php echo $i; ?>" class="accordion-collapse collapse" aria-labelledby="heading<?php echo $i; ?>" data-bs-parent="#accordionFaq"> <div class="faq__accordion__body"> <?php the_sub_field('answer'); ?> </div> </div> </div> <?php $i++; endwhile; endif; ?> </div> </div> <?php if( have_rows('faq_contact_form') ): while( have_rows('faq_contact_form') ) : the_row(); ?> <div class="col-xl-5 col-lg-12 col-md-12"> <h4><?php the_sub_field('heading'); ?></h4> <div class="form__wrapp"> <?php the_sub_field('shortcode'); ?> </div> </div> <?php endwhile; endif; ?> </div> </div> </div> </div> <?php get_footer(); ?>
[-] template-knowledge.php
[edit]
[+]
woocommerce
[-] footer-widget.php
[edit]
[-] search.php
[edit]
[-] template-spot-price copy 1.php
[edit]
[-] index.php
[edit]
[-] page.php
[edit]
[-] searchform.php
[edit]
[+]
..
[-] template-faq.php
[edit]
[-] sidebar.php
[edit]
[-] template-sector.php
[edit]
[-] rtl.css
[edit]
[-] blank-page-with-container.php
[edit]
[-] template-investment.php
[edit]
[-] single.php
[edit]
[-] footer.php
[edit]
[-] template-about.php
[edit]
[-] template-home.php
[edit]
[-] template-spot-price.php
[edit]
[-] .DS_Store
[edit]
[-] template-partner.php
[edit]
[-] blank-page.php
[edit]
[-] left-sidebar.php
[edit]
[-] header.php
[edit]
[-] style.css
[edit]
[-] 404.php
[edit]
[-] readme.txt
[edit]
[-] template-spot-price copy 1.php.zip
[edit]
[-] single-attachment.php
[edit]
[-] woocommerce11.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-sponsor.php
[edit]
[-] template-contact.php
[edit]
[+]
inc
[-] template-blog.php
[edit]