-
-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Updated to version 1.0.8 (WP 4.4) from 1.0.4 (WP 4.3) and the links between the latest posts pages are no longer working.
This is how I have it setup:
Latest posts pages served by (static pages):
www.example.com/sv/blogg
www.example.com/en/blog
The link from en/blog/
to sv/blogg/
is broken:
- shows this:
www.example.com/sv/g/
(404 error) 👎 - should be:
www.example.com/sv/blogg/
The link from sv/blogg/
to en/blog/
is broken too:
- shows this:
www.example.com/en/
👎 - should be:
www.example.com/en/blog/
Previously in version 1.0.4 (WP 4.3) this worked flawlessly.
The links for each individual post or static page continue working, by the way. That is,
example.com/sv/2015/12/31/hej <-> example.com/en/2015/12/31/hello
works 👍example.com/en/page1 <-> example.com/sv/sida1
works 👍
Any ideas on how to solve this?
P.S.: Happy New Year!
pmwmedia