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.
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.