Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

the_fiel

<?php if( get_field('text_field') ): ?>
    <h2><?php the_field('text_field'); ?></h2>
<?php endif; ?>
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
8+3 =