Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <p><?php the_field('header_subtext'); ?></p>
- <?php $image = get_field('header_image'); if( !empty( $image ) ): ?>
- <div style="background-image:url(<?php echo esc_url($image['url']); ?>);">
- <?php endif; ?>
- <?php $image = get_field('services_image1'); if( !empty( $image ) ): ?>
- <img class="img-fluid" src="<?php echo esc_url($image['url']); ?>" alt="<?php echo esc_attr($image['alt']); ?>" />
- <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment