Hey guys! Quick question, what is the easiest way to recover posts and pages from an old wordpress site? I have the database files, the wordpress site files captured pre-expiration, but the client did not export the XML to import into the new site pre-expiration. Do I just pull the specific tables in database and transmute to new? These files are from an old php version as well.
Okay to help those who find this post, I corrected the issue the old manual way. The easiest process is 1) To backup ALL files from your current WP installation 2) To To backup sql database, and export 3) Create new WP ----NOTE: Save your old wp-config.php file and name it wp-confgig(YOURSITE), and also for the new site. You will need to change the credentials to point to the database where you have your content, the most important table is wp_posts. Please make note "wp" is just one one installation of wordpress prefixed the database with. Yours may be different. If you are logged into your PHPMyAdmin, you can see your prefix, they must match. This is where I mixed up. When importing the database tables did not match. 4) Upload all files from old installation 5) Import Database 6) Search and Replace for old domain if you changed domains. You should be good to go!