Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,002
- How-to & Troubleshooting
- 129,544
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,790
- Showcase
- 3,316
- Ideas
- 1,398
- Miscellaneous
- 9,169
-
This seems to word for including a php file:
<? include get_option(‘home’).’/common/whatever.php’; ?>
And adding this to header.php in the theme also seems to work:
‘<script src=”<? echo get_option(‘home’) ?>/common/js/whatever.js” type=”text/javascript”></script>’
Best solution?