I'm working on my site, and in order to keep it a bit more organized I though I would have some of my site pages(not wordpress pages) in separate folders like this:
mysite.com/Graphics/Design/index.php
Right now this is easier that adding all of my content trough wordpress, using a lot of php.
I'm using include to get the header:
<?php include ('http://mysite.com/wp-content/themes/RR_V4/header.php'); ?>
I keep getting errors, and I'm guessing that this is not possible.
I could just put copy the header to the designated folder, but it would be easier if I don't have to do that.
I will be grateful for all help and response.
Thanks