Support

Account

Home Forums Front-end Issues Profile custom fields not showing in the front-end

Unread

Profile custom fields not showing in the front-end

  • Hi everyone,

    Thanks a lot for this amazing plugin and all the great features and guides you provide to us.

    I’m struggling to show some custom fields I added into the user profile page in the website. It’s showing good in the backend and my idea is to show an image as an author info after each post.

    The current rule is ‘User role is equal to All’.

    Is there a specific way to show those fields in the front?
    I’ve placed this image as same as I’ll do with a normal one.

    <?php if( get_field('avatar') ): ?>
        <img src="<?php the_field('avatar'); ?>" />
    <?php endif; ?>

    I hope my question is clear and someone can help me with this.
    Thanks a lot in advance,

Viewing 1 post (of 1 total)

The topic ‘Profile custom fields not showing in the front-end’ is closed to new replies.