Este usuario no tiene temas favoritos.
Temas del foro favoritos
Temas del foro creados
Estado |
Tema
|
Colaborador | Voces | Publicaciones | Actualidad |
---|---|---|---|---|---|
String Translation Invalid Data
Iniciado por: jamesJ-16 en: English Support |
|
2 | 8 | hace 10 meses | |
String Translation Invalid Data
Iniciado por: jamesJ-16 en: Chat Support |
|
1 | 2 |
hace 10 meses
|
|
hreflang
Iniciado por: jamesJ-16
en: 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 | hace 1 año, 8 meses | |
Converting links structure from default language / domain to new subfolder
Iniciado por: jamesJ-16 en: English Support |
|
2 | 2 | hace 2 años, 3 meses |