Este usuário não tem tópicos favoritos.
Tópicos favoritos do fórum
Tópicos do fórum criados
Status |
Tópico
|
Apoiador | Vozes | Postagens | Atualização |
---|---|---|---|---|---|
String Translation Invalid Data
Iniciado por: jamesJ-16 em: English Support |
|
2 | 8 | 11 meses, 2 semanas atrás | |
String Translation Invalid Data
Iniciado por: jamesJ-16 em: Chat Support |
|
1 | 2 |
11 meses, 2 semanas atrás
|
|
hreflang
Iniciado por: jamesJ-16
em: 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 ano, 9 meses atrás | |
Converting links structure from default language / domain to new subfolder
Iniciado por: jamesJ-16 em: English Support |
|
2 | 2 | 2 anos, 5 meses atrás |