This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
String Translation Invalid Data
Started by: jamesJ-16 in: English Support |
|
2 | 8 | 11 months, 1 week ago | |
hreflang
Started by: 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 year, 9 months ago | |
Converting links structure from default language / domain to new subfolder
Started by: jamesJ-16 in: English Support |
|
2 | 2 | 2 years, 4 months ago |