users_signup_url

Previous page  First page  Next page

users_signup_url is a string variable containing the URL for a page where readers with accounts can log in and new users can sign up for a blog system account.

 

 

Example

 

The example below displays the text Sign up for a reader account! linked to the account signup page:

 

<a href="{{users_signup_url}}">Sign up for a reader account!</a>