Title: Adding Banner to Header
Last modified: August 21, 2016

---

# Adding Banner to Header

 *  Resolved [ACTMARK](https://wordpress.org/support/users/actmark/)
 * (@actmark)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/adding-banner-to-header-1/)
 * Is there a code that I can add to the header file so the banner will appear just
   below the main navigation on the header instead of the main content box.
 * Thank you.
 * [https://wordpress.org/plugins/custom-banners/](https://wordpress.org/plugins/custom-banners/)

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

 *  Plugin Contributor [richardgabriel](https://wordpress.org/support/users/richardgabriel/)
 * (@richardgabriel)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/adding-banner-to-header-1/#post-4645624)
 * Hey ActMark!
 * You can use WordPress’ `do_shortcode` function to achieve your goals.
 * Something like this should work in your template file:
 *  `<div id=”banner_area”>
    <?php echo do_shortcode(“[banner group=’homepage’]”);?
   > </div>`
 * Let me know if that works for you.
 * Thanks!
    Richard
 *  Plugin Contributor [richardgabriel](https://wordpress.org/support/users/richardgabriel/)
 * (@richardgabriel)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/adding-banner-to-header-1/#post-4645698)
 * Hey ActMark!
 * As I believe this is resolved, I’m going to mark this topic closed.
 * Let me know if you need anything else!
 * Thanks,
    Richard

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

The topic ‘Adding Banner to Header’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-banners_ffffff.svg)
 * [Custom Banners](https://wordpress.org/plugins/custom-banners/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-banners/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-banners/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-banners/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-banners/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-banners/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [richardgabriel](https://wordpress.org/support/users/richardgabriel/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/adding-banner-to-header-1/#post-4645698)
 * Status: resolved