Loops & Logic
  • Home
Toggle Navigation
Getting started
Getting started with Loops & Logic
Getting started with Tangible Blocks
Two-minute quick-start guide to Loops & Logic
Learning guides
Dynamic tags
Async
Cache
Date
Embed
Exit and Catch
Field
Format
Glider
If
Logic variables
Date conditionals
Switch and When
List
Load
Loop
Loop types
Attachment
Calendar
Menu
Post
Taxonomy
Taxonomy term
Times
Type
User
Loop features
Exists
Pagination
Variables
Map
Markdown
Math
Meta
Mobile Detect
Note
Path
Prism
Random
Raw
Redirect
Route
Sass
Set and Get
Setting
Shortcode
Slider
Taxonomy
Template
Timer
Url
User
Integrations
Block controls
Reference guides
Terminology definitions
Template editor shortcuts
How-to guides
Home  »  Learning guides  »  Dynamic tags  »  User

User

The User tag is a shortcut to get a field from the current user.

<User full_name />

The above is the same as:

<Loop type=user id=current>
  <Field full_name />
</Loop>

See the User loop type for available fields.

User
© 2023 Loops & Logic