sql - How does one import/incorporate just the blog section of a WordPress site? -


i'm in process of re-coding client's website. current site using wordpress blog only; rest of website hand-coded php. entire new site utilizing wordpress.

my question is, how import existing blog database current wordpress setup? in other words, i've installed fresh wordpress new website's directory, , added bunch of pages , custom post types. have import of blog posts , comments old site, i'm afraid of overwriting in new database. how can import posts , comments without altering i've completed?

thank insight can provide.

you can doing following steps:

1) go old wp admin panel , click tools > export, on opening page select post options , click export

enter image description here

2) after export xml, go new wp site admin panel , click tools > import. if first time import, see selection page importer. select wordpress , install wordpress importer

enter image description here

3) near complete. open wordpress importer , upload xml file have export , downloaded old wp site.

enter image description here

that's it. can see posts , comments on new wp site


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -