Display every USER FIELD (native WP and Metas) stored in DB.

Show Native WP User Fields:

  • ID, user_login, the unique identifications of the User;

  • first_name, last_name, display_name, nickname, the name showed to the public;

  • email, the user's email;

  • url, unique link to the user;

  • registered, the date when the User was created;

  • locale, the preferred language of User;

  • Avatar, the image from Gravatar related to his email.

Complete support for Meta fields:

  • ACF;

  • PODS;

  • TOOLSET;

  • Custom Meta;

  • Native WP Meta.

Render

The value will be rendered as:

  • AUTO, dinamically select best solution to display the value

  • CUSTOM, use Token to create a custom html structure

  • ID, if is an int or an array of integer you can render as the corrispondent object(Post, User, Term)

  • Text, render the value stored in db as simple text

  • Button, use the value as Url or Text of a Button

  • Date, manipulate the date and show it with a custom format

  • Image, show the value as image as his url

  • Map, generate a Google Maps with value as address

  • Multiple, show an array, like a multi-select or relation

  • Repeater, create the structure of the single row of an Repeater (like ACF Repeaters) and use it for each of them

Fallback

If the Meta is empty or not exist you can display a filler contents created by:

  • Text with Token, for a dynamic message

  • Template, for a more dynamic content and visualization

Did this answer your question?