How do I use WordPress and use my regular web pages?
Question:
I want to keep my regular subpages on my site (example: mysite.php portfolio.php,) but I want to use wordpress as well for the theme and use my own subpages instead of the wordpress pages. How do I use my wordpress theme on my regular subpages?
Answer:
A regular static HTML site and a database driven WordPress blog are two different things. WordPress dynamically creates posts and pages from content that it fetches from a MySQL database. It doesn’t store static website pages in the file system. Well, you can use a caching plugin to create static html pages, but that a different thing.
Here’s the way I understand this. You have a particular WordPress theme that you like and you want to use that as a template for your site, but you want to server your own pages and not those from WordPress? The only way you can do that is to copy the content from those pages and paste them into WordPress posts or pages, using the same name at the external file name.
You can use a program called Artisteer to create a template. It creates all kinds of themes and templates like regular websites, WordPress, Blogger, Joomla, ASP.net and more. Click here to get a free download of Artisteer to try it out.


