Problem with some permalinks
-
First of all sorry for my bad English.
I have a Multisite network with 3 websites in it:
1) “paxos-map.com/” for lang “en_GB”
2) “paxos-map.com/el” for lang “el”
3) “paxos-map.com/it” for lang “it_IT”Because the theme it is a Geo map theme it haves Custom Post Types for adding places. The Place permalink settings for each site must have something static at the start.
in my case i have add:
“/island/%place%” for the “en_GB”
“/παξοι/%place%” for the “el”
“/isola/%place%” for the “it_IT”Multisite Language Switcher works well on my main index pages but not with the Custom Post Types, let me give tou an example
ie:
The correct links are:
“http://paxos-map.com/island/oasi-sub/” for “en_GB”
“http://paxos-map.com/el/παξοι/oasi-sub/” for “el”
“http://paxos-map.com/it/isola/oasi-sub/” for “it_IT”When someone visiting the “en_GB” version of the post, Multisite Language Switcher widget gives 2 incorrect links when it clicks at the “el” and “it_IT” Flags:
1) on “el” flag http://paxos-map.com/el/island/oasi-sub/ in this case is redirecting to that incorrect link “http://paxos-map.com/el//oasi-sub/”
2) on “it_IT” flag: http://paxos-map.com/it/island/oasi-sub/ in this case is redirecting to the correct link “http://paxos-map.com/it/isola/oasi-sub/”When someone visiting the “el” version of the post, Multisite Language Switcher widget gives 2 incorrect links when it clicks at the “en_GB” and “it_IT” Flags:
1) on “en_GB” flag: http://paxos-map.com/παξοι/oasi-sub/ (404)
2) on “it_IT” flag: http://paxos-map.com/it/παξοι/oasi-sub/ in this case is redirecting to the correct link “http://paxos-map.com/it/isola/oasi-sub/”When someone visiting the “it_IT” version of the post, Multisite Language Switcher widget gives 2 incorrect links when it clicks the “en_GB” and “el” Flags:
1) on “en_GB” flag: http://paxos-map.com/isola/oasi-sub/ (404)
2) on “el” flag http://paxos-map.com/el/isola/oasi-sub/ in this case is redirecting to that incorrect link “http://paxos-map.com/el//oasi-sub/”Can someone help me?
The topic ‘Problem with some permalinks’ is closed to new replies.