Wordpress page linking
Posted
by danixd
on Stack Overflow
See other posts from Stack Overflow
or by danixd
Published on 2010-06-16T13:30:36Z
Indexed on
2010/06/16
13:32 UTC
Read the original article
Hit count: 231
Wordpress
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.
© Stack Overflow or respective owner