Hello, I have an existing CMS (which I developed) which give quotation to customers, basically there are two pages which I want to keep different from that of wordpress, 1) Quotation Page 2) Confirmation Page, for example if the wordpress is installed on my site mysite.com; I created these two pages mysite.com/qoutations.php and mysite.com/confirm_quotation.php and called these two pages via iframe(from a local folder, I can insert the code as well but its very rich jquery and php so want to keep it separate) , I know its not best solution; what I want to achieve is to display these pages with the site theme page header, footer and sidebars or a custom theme as these two pages will be sending data to a separate db from that of wordpress. any ideas will be appreciate how to achieve this task, Thanks
Can't you just make a couple of unique page templates with your code in, and assign them to the relevant pages in admin? Maybe I'm misunderstanding.