Cet utilisateur n'a aucun sujet favori.
Sujets de forum favoris
Sujets de forum créés
Statut |
Sujet
|
Supporteur | Voix | Messages | Fraîcheur |
---|---|---|---|---|---|
String Translation Invalid Data
Commencé par : jamesJ-16 dans : English Support |
|
2 | 8 | Il y a 10 mois | |
String Translation Invalid Data
Commencé par : jamesJ-16 dans : Chat Support |
|
1 | 2 |
Il y a 10 mois
|
|
hreflang
Commencé par : jamesJ-16
dans : English Support
Problem: Solution: /** * Add an hreflang link for en-ca pointing to the en-us URL */ add_filter( 'wpml_hreflangs', 'wpmlsupp_mod_hreflangs' ); function wpmlsupp_mod_hreflangs( $hreflang_items ){ if ( is_array($hreflang_items) && isset($hreflang_items['en-us']) ){ $hreflang_items['en-ca'] = $hreflang_items['en-us']; } return $hreflang_items; } If this solution doesn't look relevant, please open a new support ticket. |
|
2 | 3 | Il y a 1 année et 7 mois | |
Converting links structure from default language / domain to new subfolder
Commencé par : jamesJ-16 dans : English Support |
|
2 | 2 | Il y a 2 années et 3 mois |