Title: Wrong homepage appears
Last modified: August 31, 2016

---

# Wrong homepage appears

 *  [Valk_](https://wordpress.org/support/users/valk_/)
 * (@valk_)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wrong-homepage-appears/)
 * Hello, thanks for this wonderful plugin!
 * I am a beginner so bear with me. I have already set my pages to both languages
   and everything works fine([http://martinezestebanez.com.mx/wp](http://martinezestebanez.com.mx/wp)).
   However, in my homepage, when I try and select English, it goes to this page:
 * [http://martinezestebanez.com.mx/wp/en/](http://martinezestebanez.com.mx/wp/en/)
 * Which gives an error instead of my English homepage that I created:
 * [http://martinezestebanez.com.mx/wp/en/home/](http://martinezestebanez.com.mx/wp/en/home/)
 * What am I doing wrong?
 * [https://wordpress.org/plugins/polylang/](https://wordpress.org/plugins/polylang/)

Viewing 1 replies (of 1 total)

 *  Plugin Support [Chrystl](https://wordpress.org/support/users/chrystl/)
 * (@chrystl)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/wrong-homepage-appears/#post-6914339)
 * Hi
    I see thanks to the source code that your English ‘home’ is not the translation
   of your Spanish ‘home-app’. You have:
 *     ```
       <link rel="alternate" href="http://martinezestebanez.com.mx/wp/en/" hreflang="en" />
       <link rel="alternate" href="http://martinezestebanez.com.mx/wp/es/home-app/" hreflang="es" />
       ```
   
 * You should have:
 *     ```
       <link rel="alternate" href="http://martinezestebanez.com.mx/wp/en/home/" hreflang="en" />
       <link rel="alternate" href="http://martinezestebanez.com.mx/wp/es/home-app/" hreflang="es" />
       ```
   
 * Edit your ‘home’ page then link it with the ‘home-app’ as it explains here: [6 – TRANSLATING PAGE, POST, CATEGORIES AND TAGS ❷](http://plugins.svn.wordpress.org/polylang/doc/polylang-getting-started.pdf)

Viewing 1 replies (of 1 total)

The topic ‘Wrong homepage appears’ is closed to new replies.

 * ![](https://ps.w.org/polylang/assets/icon-256x256.png?rev=3433336)
 * [Polylang](https://wordpress.org/plugins/polylang/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/polylang/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/polylang/)
 * [Active Topics](https://wordpress.org/support/plugin/polylang/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/polylang/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/polylang/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Chrystl](https://wordpress.org/support/users/chrystl/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/wrong-homepage-appears/#post-6914339)
 * Status: not resolved