%post_type%

Returns the post type's singular name.

%post_url%

Returns the post url to be used in an anchor element.

%link_with_title%

Returns the post title wrapped in the posts permalink.

%post_title%

Returns the post title in plain text format.

%logout_url_here%

Returns the logout URL with redirection to the current page, to be used in HTML elements.

%logout_url%

Returns the logout url without any redirection, to be used in HTML elements.

%login_url_here%

Returns the login URL with a redirection to the current page, to be used in HTML elements.

%login_url%

Returns the login URL without any redirection, to be used in HTML elements.

%plural%

Template tag returning the name of your points in plural form. For example: Points, Tokens, Credits. Adding an underscore at the beginning will return the name in lowercase.

%singular%

Template tag returning the name of your points in singular form. For example: Point, Token, Credit etc.