Commit 70ba1149 by rajshah

done block forhero

parent c87843db
......@@ -8,6 +8,8 @@ if (isset($hero) && is_array($hero) && !empty($hero)):
$hero_desc = $hero['hero_desc'] ?: '';
$hero_url = $hero['hero_url'] ?: '';
$hero_btn = $hero['hero_btn'] ?: '';
$hero_v = $hero['hero_v'];
if ($hero_v):
?>
<section class="AUDIT-INTRO pb-40">
<div class="container">
......@@ -41,5 +43,14 @@ if (isset($hero) && is_array($hero) && !empty($hero)):
</div>
</div>
</section>
<?php endif; endif; ?>
<?php else: ?>
<section class="AUDIT-INNER-BANNER pb-40">
<div class="container">
<div class="top-title">
<?php if (!empty($hero_title)): ?>
<h1><?php echo $hero_title; ?></h1><?php endif; ?>
</div>
</div>
</section>
<?php endif; endif; endif; ?>
<!-- !Seo - Hero Section -->
\ No newline at end of file
<?php
/**
* Template Name: SEO Audit
*/
get_header();
the_content();
get_template_part("/template-parts/seo-audit/audit-intro", null);
get_template_part("/template-parts/service-detail/service-listing", null);
get_template_part("/template-parts/seo-audit/audit-tool-box", null);
get_template_part("/template-parts/seo-audit/audit-quote", null);
get_footer();
?>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment