Wordpress page linking
- by danixd
I am trying to implement WordPress into quite a large site with a complex page structure and struggling to get normal pages to work (not created through the admin)
The pages are created, but when I link to them, nothing happens...
The desired url -
www.website.com/dir1/dir2/dir3/page.php
The actual url-
www.website.com/wp-content/themes/themename/dir1/dir2/dir3/page.php
The problem with linking to the latter is that it breaks the WordPress functions
I don't want to have to give every page a template, then add it through the admin, it is too much work. I only need 2 pages to contain dynamic content.
Am I being silly? I am really confused.