Answers for "displaying a image background with acf options"

0

displaying a image background with acf options

<div id="mainPhoto" style="background-image: url(<?php the_field('background_image'); ?>);">
			<div id="pageTitle">
				<?php the_field('page_title'); ?>
			</div>
		</div>
Posted by: Guest on September-22-2020

Browse Popular Code Answers by Language