• I am wanting to recreate a custom profile page layout using my own theme.

    Is there a how to guide where it shows how to add individual fields in a layout I create, as in a shortcode to display a field?

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support mansurahamed

    (@mansurahamed)

    Hi @gwmbox,

    Sorry, we don’t have any such documentation at this moment. We have this documentation on how create the template only https://docs.ultimatemember.com/article/120-adding-your-custom-profile-templates. You can go inside templates folder of ultimate-member plugins and see the default template file, use the codes from there for your custom template.

    Thanks.

    Thread Starter GregW

    (@gwmbox)

    Thanks for the reply. Can you tell me at least how I would display a custom field from the users entry?

    So for example in the grid layout I want to add field_1 so that it displays the content of field_1 on each users entry. I tried something like

    <?php echo esc_html( um_user( 'field_1' ) ); ?>

    but that shows the current users info, not the members info in each grid item.

    • This reply was modified 4 years, 5 months ago by GregW.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Creating a custom profile page?’ is closed to new replies.