%PDF- %PDF-
Direktori : /var/www/cwg/wp-content/themes/cwg/template-parts/ |
Current File : //var/www/cwg/wp-content/themes/cwg/template-parts/content-heroImageComponent.php |
<?php $heroComponentImage = get_field('hero_component_image'); $heroComponentImageSize = 'heroImageComponent__image'; $heroComponentText = get_field('hero_component_hero_text'); $heroComponentSubText = get_field('hero_component_sub_text'); $heroComponentAlignment = get_field('hero_component_align_text'); ?> <header class="heroImageComponent w-full px-50 <?php echo 'heroImageComponent__alignment--'.$heroComponentAlignment; ?>"> <div class="heroImageComponent__image"> <?php if ($heroComponentImage) : echo wp_get_attachment_image($heroComponentImage, $heroComponentImageSize); endif; ?> </div> <div class="heroImageComponent__text"> <div class="heroImageComponent__heroText"> <?php if ($heroComponentText) : ?> <?php echo $heroComponentText; ?> <?php endif; ?> </div> <hr /> <div class="heroImageComponent__heroComponentSubText"> <?php echo $heroComponentSubText; ?> </div> </div> </header>