Title: Adding linked images to header
Last modified: August 24, 2016

---

# Adding linked images to header

 *  [Javier](https://wordpress.org/support/users/fjaviergil/)
 * (@fjaviergil)
 * [11 years ago](https://wordpress.org/support/topic/adding-linked-images-to-header/)
 * Hi,
 * I’ve searched for a bit, but haven’t been able to find anything that would help
   my case. I’m trying to add two linked images above or below the search bar on
   my theme.
 * My header wrapper is:
 *     ```
       <?php /* Wrapper Name: Header */ ?>
       <div class="row">
           <div class="span6" data-motopress-type="static" data-motopress-static-file="static/static-logo.php">
           	<?php get_template_part("static/static-logo"); ?>
           </div>
           <div class="span6 hidden-phone" data-motopress-type="static" data-motopress-static-file="static/static-search.php">
           	<?php get_template_part("static/static-search"); ?>
           </div>
       </div>
       <div class="row">
           <div class="span12" data-motopress-type="static" data-motopress-static-file="static/static-nav.php">
           	<?php get_template_part("static/static-nav"); ?>
           </div>
       </div>
       ```
   
 * The website is: [http://www.caribeoptilab.com](http://www.caribeoptilab.com/)
 * Thanks!

The topic ‘Adding linked images to header’ is closed to new replies.

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [header image](https://wordpress.org/support/topic-tag/header-image/)

 * 0 replies
 * 1 participant
 * Last reply from: [Javier](https://wordpress.org/support/users/fjaviergil/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/adding-linked-images-to-header/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
