ACF Relationship Inside Options

1
2
<?php
$posts = get_field('custom_ad_option', 'option');
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Important to use the $p->ID, ex: <?php the_field('link', $p->ID); ?>

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.