WordPress Convert Pages to Posts
It’s quite easy, and I see no downsides as yet:
UPDATE `wp_posts` SET post_type=’post’ WHERE post_type=’page’
It’s quite easy, and I see no downsides as yet:
UPDATE `wp_posts` SET post_type=’post’ WHERE post_type=’page’
Yup, check out my plugin I made to do this exact thing at the beginning of the year: http://www.briandgoad.com/blog/downloads/p2pconverter/