Title: Sharing Same wp_header() between two blogs
Last modified: August 19, 2016

---

# Sharing Same wp_header() between two blogs

 *  [jacof](https://wordpress.org/support/users/jacof/)
 * (@jacof)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/sharing-same-wp_header-between-two-blogs/)
 * Hey everyone. I guess this one is going to make you scratch your head. I have
   two WP blogs one inside another sharing users in the same database. How do I 
   make now the second blog (aka child blog) have the same ‘header’ that the parent
   blog?
 * The problem is that even if I integrate the two blogs,
    adding require_once(dirname(
   __FILE__) . ‘/../wp-load.php’); to the wp-config of the ‘child’ blog, the functions
   get defined all over again by the child wp installation, so wp_header() just 
   calls for the child() header.
 * Can’t i ‘redirect’ somehow wp_header() to the parent wp installation? And what
   about the CSS, how can I keep both ??
 * Is there such a thing?

The topic ‘Sharing Same wp_header() between two blogs’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [jacof](https://wordpress.org/support/users/jacof/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/sharing-same-wp_header-between-two-blogs/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
