Displaying User field
Last updated
Advanced Views natively supports the following User types:
Add any User field
Save the Layout, copy its embedding shortcode
Embed Layout: paste the shortcode inside the target place
Advanced Views automatically creates HTML link markup for the chosen user(s). You can create a dedicated field Layout to display fields of the chosen post instead:
Sometimes, instead of displaying the user as a link, you may need to display some fields of the selected user with your current Layout. For example, besides the user’s name, you might also want to display their bio, website, and avatar, with the avatar being an Image field attached to the user.

To display user details, follow these steps:
Create a ‘User Details’ Layout: This Layout will be responsible for displaying user details. In the Fields tab, assign the user fields you want to display, such as the Name and Bio, then publish the Layout.
Create a page Layout: Create a page Layout. In the Fields tab, add the target User field, and assign 'User Details' as a Field Layout, then publish the page Layout
Embed page Layout: copy and paste the page Layout shortcode inside the target place
That's it! Now you can customize the Layout template to use the User render options.
Last updated