I’m developing a website where the home page is made from a custom template that I created. Once there, you can enter to the site and view the lastest posts.
The thing is that when I’m viewing the lastest posts and I want to change the site language, it takes me back to the landing page. I know that’s the correct behavior because that’s the home page.
But how can I modify it in order that the language switcher doesn’t take me to the landing page, but instead it only changes the language of the latest post?
Let’s say that the home site URL is: http://example.com/en/home
And the lastest posts URL is: http://example.com/en/
Thanks in advance.