示例#1
0
	</div>
	<div class="about__body">
	    <?php 
if (function_exists('the_content_part')) {
    the_content_part(2);
}
?>
	</div>
    </div>
</section>

<section class="cv">
    <div class="wrap">
	    <?php 
if (function_exists('the_content_part')) {
    the_content_part(3);
}
?>
    </div>
</section>

<section class="get-started">
    <div class="wrap">
	<h2><?php 
echo $get_started_title;
?>
</h2>
	<div class="get-started__text"><?php 
echo $get_started_body;
?>
</div>
示例#2
0
            the_content_part(2);
        }
        ?>
		</div>

		<div class="contact__details contact--third">
		    <?php 
        if (function_exists('the_content_part')) {
            the_content_part(3);
        }
        ?>
		</div>

		<div class="contact__details contact--global">
		    <?php 
        if (function_exists('the_content_part')) {
            the_content_part(4);
        }
        ?>
		</div>

	    </div>
	</div>
    </div>

    <?php 
    }
    ?>

<?php 
}
$outro_image = get_field('outro_image');
$outro_body = get_field('outro_body');
?>
       
<section class="hero service-hero">
    <div class="wrap">
	<div class="service-hero__image">
	    <?php 
echo $featured_image;
?>
 
	</div>	
	<div class="hero-text service-hero__text">
	    <?php 
if (function_exists('the_content_part')) {
    the_content_part(1);
}
?>
	</div>
    </div>
</section>

<section class="process">
    <div class="wrap wrap--process">
	    <div class="process__desc">
		<?php 
echo $process_intro;
?>
	    </div>
	    <ol class="clean process-list brand-ordered-list">
		<?php