alwinoei
Member
Posted 1 year ago #
I have created many pages, all with the same layout, But later I realized that creating posts is even better since you can better use tags and search engines in the website. How do I copy the same pages into posts. So I can add the tags and use easier menus and search engines. It´s for a real estate agency website.
How do I copy the same pages into posts
One by one? sorry but I don't think there's a shortcut.
All post/page content is stored in the ???_posts table of your database where ??? is the prefix you have configured in wp_config.php. I haven't tried this but I believe all you need to do is change the post_type column from page to post and you will be all set.