I try to display a message like" Sorry no information here" if a filed is not found and if field is found, no message appear. I use the ACF plugin for displaying field on front end in a user profil.
This is my code:
<?php $user_ID = get_current_user_id();
$label = 'user_' . $user_ID;
the_field('Information', $label); ?>
Anyone has an idea, I tried a lot of things but nothing helps Thanks in advance Nico
Aucun commentaire:
Enregistrer un commentaire