I may get to a point where a part of the website (something like knowledge base) runs on WordPress. The rest of the site is built in Bootstrap, static HTML.
If going ahead with this, I would need to match the appearance of the WP to the rest of the site (maintained in Dreamweaver).
I know I could:
- grab some of the well known flexible (existing) themes, and turn it to be like the site, as much as possible
- build my own (new) theme, based on the existing HTML template
From your experience, I wonder what would be the easiest way of doing it?
The WP part does not need to be identical, but some parts (like main navigation) should be like within the site.
Would it be possible to have some sort of HTML frame and then WP part within?
If building my own theme, are there any implications like security issues or anything else I should be worried about - more than with any other WP installation?
Thank you