• 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.