Adding pages and slugs
-
I want to add a page that is tied to a user’s profile page. I noticed that URL structure works like this
`http://site.com/members/{user_name}/profile/change-avatar/`
will use the template file located
`theme_root/members/single/profile/change-avatar.php`Is there a way to add another custom template and slug like this
`http://site.com/members/{user_name}/profile/edit-bio/`
will use the template file located
`theme_root/members/single/profile/edit-bio.php`
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Adding pages and slugs’ is closed to new replies.