How do I code a static Page php file?
-
I’ve figured out that when you add a new page in the control panel it adds a row to wp_posts in the database. So far so good. How do I access that page in my php file?
For example, page one is, in my case, “wp_posts” and “id” 13. How do I tell my index page that is the page I want displayed?
Or am I doing this wrong? For a static set of pages, called index.php, aboutus.php etc. how do I tell the individual pages which part of the database to use?
Thanks
Charles
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How do I code a static Page php file?’ is closed to new replies.