Can someone help me with this please? I want to manually create a test page with PHP and then put a link on my sidebar to that page. I want to do all of this without using the Admin area in wordpress. It will basically be a testing page for me.
I have tried and tried but keep getting the same result:
Page not found
The page you are looking for might have been removed,
had its name changed, or is temporarily unavailable.
Please try the following:
If you typed the page address in the Address bar, make sure that it is spelled correctly.
- Click the Back button in your browser to try another link.
- Use a search engine like Google to look for information on the Internet.
HTTP 404 - File not found
It seems to me it would just be like a regular HTML link but I am unsure.
<a href="mysite.com/testpage.php">Test Page</a>
I though maybe I didn't have it looking in the right directory but I have tried several different variations of where the file is and none seem to work. Frustrating!! Am I making this harder then what it seems?