<?php $headerVar = get_field('header_select');
if('default'==$headerVar): ?>
<div id="headerwrap" style="background-image: url(<?php the_field('header_image', 'option'); ?>);">
<?php endif; ?>
<?php $headerVar = get_field('header_select');
if('new'==$headerVar): ?>
<div id="headerwrap" style="background-image: url(<?php the_field('header_image_page'); ?>);">
<?php endif; ?>
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.