Questo utente non ha argomenti preferiti.
Argomenti del forum preferiti
Argomenti del forum creati
Stato |
Argomento
|
Sostenitore | Voci | Post | Freschezza |
---|---|---|---|---|---|
String Translation Invalid Data
Iniziato da: jamesJ-16 in: English Support |
|
2 | 8 | 11 mese, 1 settimana fa | |
String Translation Invalid Data
Iniziato da: jamesJ-16 in: Chat Support |
|
1 | 2 |
11 mese, 1 settimana fa
|
|
hreflang
Iniziato da: jamesJ-16
in: 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 | 1 anno, 9 mese fa | |
Converting links structure from default language / domain to new subfolder
Iniziato da: jamesJ-16 in: English Support |
|
2 | 2 | 2 anno, 5 mese fa |