fix seo1
This commit is contained in:
@@ -22,6 +22,7 @@ get_header();
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<?php ob_start(); ?>
|
||||||
<section class="home-about" aria-labelledby="home-about-title">
|
<section class="home-about" aria-labelledby="home-about-title">
|
||||||
<div class="home-about__inner">
|
<div class="home-about__inner">
|
||||||
<div class="home-about__heading">
|
<div class="home-about__heading">
|
||||||
@@ -39,6 +40,7 @@ get_header();
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<?php $home_about_section = ob_get_clean(); ?>
|
||||||
<section class="home-categories">
|
<section class="home-categories">
|
||||||
<div class="home-categories__inner">
|
<div class="home-categories__inner">
|
||||||
<div class="home-categories__head">
|
<div class="home-categories__head">
|
||||||
@@ -210,6 +212,7 @@ get_header();
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<?php echo $home_about_section; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- trusted theme markup. ?>
|
||||||
<section class="home-faq">
|
<section class="home-faq">
|
||||||
<div class="home-faq__inner">
|
<div class="home-faq__inner">
|
||||||
<div class="home-faq__head">
|
<div class="home-faq__head">
|
||||||
|
|||||||
Reference in New Issue
Block a user