Title: Adding custom links to header.php
Last modified: August 19, 2016

---

# Adding custom links to header.php

 *  Resolved 783885
 * [17 years, 9 months ago](https://wordpress.org/support/topic/adding-custom-links-to-headerphp/)
 * Hi, I want to add a couple of outgoing links (i.e. to other websites) in my header.
   php file, alongside the links to the pages on my website:
 * `<?php wp_list_pages('title_li='); ?>`
 * So in other words I’d like to somehow add custom hyperlinks into the header, 
   so it appears like: CustomLink1 | About | Contact etc
 * How do I do this? Thanks in advance!!

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

 *  Thread Starter 783885
 * [17 years, 9 months ago](https://wordpress.org/support/topic/adding-custom-links-to-headerphp/#post-819675)
 * Help!!!
 *  [@mercime](https://wordpress.org/support/users/mercime/)
 * (@mercime)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/adding-custom-links-to-headerphp/#post-819679)
 *     ```
       <ul>
       <?php wp_list_pages('title_li='); ?>
       <li><a href="link1">Name of Link1</a></li>
       <li><a href="link2">Name of Link2</a></li>
       <li><a href="link3">Name of Link3</a></li>
       </ul>
       ```
   
 *  Thread Starter 783885
 * [17 years, 9 months ago](https://wordpress.org/support/topic/adding-custom-links-to-headerphp/#post-819698)
 * Thank you very much!

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

The topic ‘Adding custom links to header.php’ is closed to new replies.

## Tags

 * [adding](https://wordpress.org/support/topic-tag/adding/)
 * [header](https://wordpress.org/support/topic-tag/header/)
 * [header.php](https://wordpress.org/support/topic-tag/header-php/)
 * [links](https://wordpress.org/support/topic-tag/links/)
 * [new](https://wordpress.org/support/topic-tag/new/)
 * [pages](https://wordpress.org/support/topic-tag/pages/)
 * [wp_list_pages](https://wordpress.org/support/topic-tag/wp_list_pages/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: 783885
 * Last activity: [17 years, 9 months ago](https://wordpress.org/support/topic/adding-custom-links-to-headerphp/#post-819698)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
