One of my sites is running a custom-CMS with several thousand pages in the database. Is it possible to convert this and somehow import it into Wordpress? I know thats a vague question, but hope somebody can at least say 'yes' or 'no' and point me in the right direction of how to go about it. Thanks in advance.
Even with so many pages? How is it done, especially bearing in mind that if I moved to Wordpress, I'd almost certainly be using different sub-categories (/) within the URL?
The URL structure is basically domain.com/read/keyword-used-in-title-010108 (digits representing the date).
You have to get the database schema examined by somebody. Only then its possible to say! Though its very likely that it is possible!
Wordpress has an import feature built in. You just need to get your current CMS data into a format that Wordpress can import. Wordpress can import many file formats. See Wordpress Import.
Hi, It is very easy just have to write a script that will collect all old data(from old site database) and post that into new workdpress database into correct tables. Thanks