Title: Custom Header Gallery
Last modified: August 21, 2016

---

# Custom Header Gallery

 *  [bbkcast](https://wordpress.org/support/users/bbkcast/)
 * (@bbkcast)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/custom-header-gallery/)
 * So I finally figured out how to edit my header.php to show my image at full width
   thanks to this [link](http://vickywu.us/quick-tips-for-the-wordpress-oxygen-theme-2/)
   and I’ve listed the solution below:
    I also found that there was nowhere to upload
   a header image in Oxygen theme when it’s self-hosted. Another quick fix! Edit
   your header.php file, and insert the image in the file.
 *  Right under <div id=”header”;>, insert: <img src=”http://locationofimage.com”;
   >. It’s really easy if you upload the image through wordpress like any other 
   media, then copy the URL that WordPress gives the image.
    If you don’t want any
   of the header text showing (site title and description), delete these following
   four lines from the file:
 *     ```
       <div id=”branding”>
   
       <?php oxygen_site_title(); ?>
   
       <?php hybrid_site_description(); ?>
   
       </div><!– #branding –>
       ```
   
 *  Save your header.php file. Now your header image should show.
 * But now I’m wondering if there is a way to edit the code so that it pulls a new
   header image randomly from a hosted folder?

Viewing 1 replies (of 1 total)

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/custom-header-gallery/#post-4385246)
 * I HOPE you did these modifications in a child theme? If not, all of the changes
   will be lost when the theme is updated – so I’d strongly suggest you move them
   to a child theme before proceeding further –
 * [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)

Viewing 1 replies (of 1 total)

The topic ‘Custom Header Gallery’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oxygen/0.6.0/screenshot.png)
 * Oxygen
 * [Support Threads](https://wordpress.org/support/theme/oxygen/)
 * [Active Topics](https://wordpress.org/support/theme/oxygen/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oxygen/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oxygen/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/custom-header-gallery/#post-4385246)
 * Status: not resolved