Forums
Forums / Fixing WordPress / Same header across two themes?
(@level103)
13 years, 12 months ago
Is there anyway I can use the same header across two wordpress installations on the same domain?
For example:
domain.com has a header (with menu etc)
I need to add that same header to domain.com/blog (which is a different wordpress installation).
Any thoughts?
(@robmuzo)
<?php include ‘../wp-content/themes/yourtheme/header.php’; ?>
The topic ‘Same header across two themes?’ is closed to new replies.