此用户没有收藏的主题。
收藏的论坛主题
创建的论坛主题
状态 |
主题
|
支持者 | 参与者 | 帖子 | 最新活动 |
---|---|---|---|---|---|
String Translation Invalid Data
发起人:jamesJ-16 在:English Support |
|
2 | 8 | 11 months, 1 weeks前 | |
String Translation Invalid Data
发起人:jamesJ-16 在:Chat Support |
![]() |
1 | 2 |
11 months, 1 weeks前
|
|
hreflang
发起人:jamesJ-16
在: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 years, 9 months前 | |
Converting links structure from default language / domain to new subfolder
发起人:jamesJ-16 在:English Support |
|
2 | 2 | 2 years, 5 months前 |