static pages
-
I have been messing with the static pages and so far they have been quite nice. The only thing is that you don’t seem to be able to edit the pages once you have created them. Everytime you try to edit, a new page is created. The cause looks like it comes from the form action which is always set to post on edit-page-form.php.
For myself, I just fixed the problem by creating a new case in post.php to deal with the editing of static pages. Also, I moved the setting of the $formaction variable into the case statements on post.php instead of edit-page-form.php as well as added the post_ID to the edit-page-form.php.
- The topic ‘static pages’ is closed to new replies.