Title: default header
Last modified: August 22, 2016

---

# default header

 *  Resolved [AM77](https://wordpress.org/support/users/andy277/)
 * (@andy277)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/default-header/)
 * I would like to add a default header like so:
 *     ```
       $args = array(
       'default-image' => get_template_directory_uri() . '/images/header.jpg',
       add_theme_support( 'custom-header', $args );
       ```
   
 * But I use wordpress multisite and put all my codes in a file in an mu-plugin 
   so do not use the get_template_directory_uri().
 * Could someone show me how I get a default header image without getting the image
   from get_template_directory_uri(). For example an image from mysite.com/wp-content/
   custom-folder/custom-header.jpg
 * Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Konstantinos](https://wordpress.org/support/users/no_sensation/)
 * (@no_sensation)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/default-header/#post-5464176)
 * Did you try this
 * $args = array(
    ‘default-image’ => get_template_directory_uri() . ‘../custom-
   folder/images/header.jpg’, add_theme_support( ‘custom-header’, $args );
 *  Thread Starter [AM77](https://wordpress.org/support/users/andy277/)
 * (@andy277)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/default-header/#post-5464219)
 * Thanks Konstantinos that worked, I didn’t think of that.
    I was trying to find
   an equivalent for get_template_directory_uri, but I just had to do it like this
   as you say to get it to work:
 * get_template_directory_uri() . ‘/../../custom-folder/images/header.jpg’

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘default header’ is closed to new replies.

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 2 replies
 * 2 participants
 * Last reply from: [AM77](https://wordpress.org/support/users/andy277/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/default-header/#post-5464219)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
