Migrate non-WP html pages into existing WordPress site
-
A few years ago I created a website (using Dreamweaver) which has about a dozen static html pages. Subsequently, I added a WordPress blog using a subdirectory (www.rendervisionsconsulting.com/blog) and simply included a link to the blog in the sites’ navigation. Now, I want all pages of the site to reside in WordPress and I’m a little puzzled as to the best way to do this.
I was going to start by simply recreating each page in WordPress, and then, immediately before publishing each page, delete the non-WP html page on the server (retain it locally, just in case) to avoid duplicate URLs.
The first problem I’m running into is when I try to re-create the home page in WordPress, the permalink (which I assume will also be the site URL) created by WordPress is showing as https://www.rendervisionsconsulting.com/blog/render-visions-consulting/. I need it to be https://www.rendervisionsconsulting.com. The permalink field cannot be edited to down to that; only the last section /render-visions-consulting/ is editable.
I assume I need to go into Settings >> General and change the Site Address (URL) from https://www.rendervisionsconsulting.com/blog to https://www.rendervisionsconsulting.com (remove “/blog”). Do I need to move any WP folders before doing this?
The styling of the html pages is very different from the blog styling and I would like that to continue for that to be the case going forward. So, I realize I will need to create a custom template which I will do along with a copy of the CSS stylesheet that supports the design of the html pages. Do I also need to create a child theme?
To complicate matters, I’m using WPtouch Pro for support of mobile friendly pages. Should I deactivate that plugin before incorporating the html pages into WP?
I have checked Codex and the these WP Support Forums and nothing quite matches what I’m trying to do here. I’m not so worried about an automated way to import content as I am about how and where to move WordPress folders and files without making a mess. Any recommendations on how to best to do this would be greatly appreciated.
- The topic ‘Migrate non-WP html pages into existing WordPress site’ is closed to new replies.