Forums
(@dinkumator)
18 years, 10 months ago
I’ve got a script that will take the archive files and import them… i made it a while back but never had a chance to update it for the new wordpress until recently… download here and move to wp-admin/import/xanga.php
19 years, 10 months ago
this broke all my pages, but it was an easy fix. just add:
if($key == 'page_id' ) return FALSE;
near the rest of the ifs in the ecg_is_applicable_page function
ecg_is_applicable_page