I try to create a single page for multi-users page. In WordPress, create a page with a template name employee.
ex: sample/employee/ (no error)
Change link like this sample/employee/name_of_employee(404 error)
But we change like this sample/employee/45 (If we add a number, no error occur)
how to fix this? please help me.