Hi! I want to create a "User" page template listing some info about the users. How can I create a new page www.mydomain.com/users/<user_real_name>.php template and make it accessible?
dorothywasright If you have a page called users it'll use either the standard page template which is page.php or you can use the slug of the page to target that one specifically page-users.php
page.php
page-users.php
See http://docs.anchorcms.com/theming/custom-templates/