Lucia
0
Q:

acf get field

$content = get_field('content', $post_id);
1
$value = get_field( "text_field" );

if( $value ) {
    echo $value;
} else {
    echo 'empty';
}
0

New to Communities?

Join the community