OK, so I been looking all around trying to find a way to add my header from wordpress to the header of my SMF forum (that's in a subfolder) I have found this code but I get an error when I use it. <?php require('../wp-blog-header.php'); ?> Code (markup): Any body know how to do this? Thanks in advance.
Instead of using dynamic php code to add the header, why not add it with html? Grab the header code from wordpress and add it to the SMF header template. I've not actually done this, but would imagine its possible to do.