update
This commit is contained in:
@@ -24,5 +24,14 @@
|
||||
<?php if (get_row_layout() == 'faq') : ?>
|
||||
<?php get_template_part('template-parts/sections/section-faq', 'faq'); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (get_row_layout() == 'hero_with_form') : ?>
|
||||
<?php get_template_part('template-parts/sections/section-hero-with-form', 'hero_with_form'); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (get_row_layout() == 'gallery') : ?>
|
||||
<?php get_template_part('template-parts/sections/section-gallery', 'gallery'); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (get_row_layout() == 'collaboration_steps') : ?>
|
||||
<?php get_template_part('template-parts/sections/section-collaboration-steps', 'collaboration_steps'); ?>
|
||||
<?php endif; ?>
|
||||
<?php endwhile; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
Reference in New Issue
Block a user