Include common elements from bphome in bpmember theme
-
How can I include elements from the bphome theme folder in bpmember theme files?
I have a navigation.php in the bphome theme. I want to use the same file in the bpmember theme. The only way I was able to get it to work is by using the entire server path. Like this:
‘<? include ‘/entireserverpath/mywebsite/wp-content/themes/bphome/navigation.php’; ?>’
There must be a better way, probably with something like TEMPLATEPATH etc. I’ve also tried dozens of variations of ../ or ././ or …/…/. Couldn’t figure it out.
You must be logged in to reply to this topic.