Title: Permalinks and menu
Last modified: August 21, 2016

---

# Permalinks and menu

 *  [sh.johnson](https://wordpress.org/support/users/shjohnson/)
 * (@shjohnson)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/permalinks-and-menu/)
 * Ive just been creating a custom menu and for some reason after i change the permalinks
   to post-name the menu stops working? Has anyone had the same problem as me?
 * Also i have a logo on the top left of the screen and unable to link it to my 
   main page i was using: `<a href="<?php echo get_template_directory_uri(); ?>/
   front-page.php"><img src="<?php echo get_template_directory_uri(); ?>/img/logo.
   png" alt="Logo"/></a>`
 * Obviously this doesnt work…
 * Any help would be useful 🙂

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/permalinks-and-menu/#post-4538451)
 * > `<a href="<?php echo get_template_directory_uri(); ?>/front-page.php"><img 
   > src="<?php echo get_template_directory_uri(); ?>/img/logo.png" alt="Logo"/>
   > </a>`
 * Why are you pointing to a theme template file? The correct markup should be:
 * `<a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo get_template_directory_uri();?
   >/img/logo.png" alt="Home"/></a>`
 *  Thread Starter [sh.johnson](https://wordpress.org/support/users/shjohnson/)
 * (@shjohnson)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/permalinks-and-menu/#post-4538457)
 * Thank you for help works fine, any ideas why the menu doesnt work when i change
   the permalinks around to be more SEO friendly?

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

The topic ‘Permalinks and menu’ is closed to new replies.

## Tags

 * [link](https://wordpress.org/support/topic-tag/link/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [permalinks](https://wordpress.org/support/topic-tag/permalinks/)

 * 2 replies
 * 2 participants
 * Last reply from: [sh.johnson](https://wordpress.org/support/users/shjohnson/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/permalinks-and-menu/#post-4538457)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
