Flutter New Page Not Working – Solved
-
When I was trying to add a new page it was just getting an error as if the page didn’t even exists. That’s becasue it didn’t, I don’t know if it used to in previous wordpress versions as I am fairly new to wordpress.
Basically when you add a page type with custom fields etc. in flutter then you go to add a new page there is no page…
You need to change the following line in xxxxxxx.php:
sdfsdfsdfsdfsdfsdfsdf
to:
sdfasdfasdf
This is because the page-new.php doesn’t exist any more, wp must now just store pages as a type of post as it now goes to edit.php with the argument of post_type = page.
Just thought I’d let you know in case anyone was having the same problem.
Cheers,
Tom
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Flutter New Page Not Working – Solved’ is closed to new replies.