View Single Post
  #17  
Old 06-11-2010, 05:59 AM
 
Shamun Shamun is offline
 

X-Adept
  
Join Date: Jun 2009
Location: North Carolina
Posts: 841
 

Default Re: Integrating your site's theme with a wordpress blog

To include one page onto another without the use of iframes, you're left with php require/include. Bunch of problems would arrise from that due to conflicting function names unless wordpress has prefixed all of the functions and such.

If you just skin your blog to mimic your main site, it will give you much more extensibility. Sure it'll be a pain, but if you need extra functions then it could be accomplished with one of the many mods for wordpress.
__________________
- Shane Munroe
Reply With Quote