Setup Feedback Page using Author Page as an example
I'm trying to make a Feedback page using the Author page as an example. In order to get to it, I would like it to be
www.website.com/feedback/user/.
The problem is I'm not exactly sure how to do that. I've set up a link in the sidebar-ad.php that takes it to the correct url and uploaded feedback.php to the classipress directory but how do I change it so that when the url directory is feedback that it runs that PHP file?
I see that author.php gets called in get_author_template() in
WP's theme.php. So I looked up get_author_template and get to template-loader.php. I see the elseif expressions call the function. But how would I set that up?
Any help is appreciated.