All my Pages became Posts when I upgraded to WordPress 2.1 from 2.0.6
Is there any easy way to convert them back?
All my Pages became Posts when I upgraded to WordPress 2.1 from 2.0.6
Is there any easy way to convert them back?
Same problem here, but found this
http://www.transycan.net/blogtest/2007/01/23/how-pages-are-different-in-wp-21/
on this thread:
http://wordpress.org/support/topic/105620?replies=2
and it solved my problem.
Basically, on your wp_posts table on mySQL, you just have to replace the value on post_type column: instead of post, it should be page.
This topic has been closed to new replies.