このユーザーにはお気に入りのトピックがありません。
お気に入りのフォーラムトピック
作成したフォーラムトピック
| ステータス |
トピック
|
サポーター | 声 | 投稿 | 新着度 |
|---|---|---|---|---|---|
|
Multiple translations issues on site –
開始者:Emma Hewson カテゴリ:English Support |
|
1 | 7 | 1日、 22時間前 | |
|
Turning off automatic translation
開始者:Emma Hewson
カテゴリ:English Support
Problem: Please note that disabling these options does not prevent you from sending content for automatic translation if you have credits or are using Pay as You Go. Also, if you have credits available and open the translation editor, some segments might still be translated automatically. In such cases, we recommend removing all credits from the website. If this solution does not apply to your case, or if it seems outdated, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you still need assistance, please open a new support ticket at WPML support forum. |
|
0 | 3 | 8ヶ月、 1週前 | |
|
Language switcher isn't working on Author archive page on WordPress site
開始者:Emma Hewson
カテゴリ:English Support
Problem: function include_custom_post_types_in_author_archive( $query ) {<br /> if ( $query->is_author() && $query->is_main_query() ) {<br /> $post_types = $query->get('post_type');<br /> if (!is_array($post_types)) {<br /> $post_types = array($post_types);<br /> }<br /> $post_types[] = 'news';<br /> $query->set('post_type', $post_types);<br /> }<br />}<br />add_action( 'pre_get_posts', 'include_custom_post_types_in_author_archive' );After implementing this code, double-check if the issue with the language switcher on the author archive pages is resolved. If this solution does not apply to your case, or if it seems outdated, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. Should you need further assistance, please do not hesitate to open a new support ticket or visit our support forum at WPML Support Forum. |
|
2 | 6 | 1年、 6ヶ月前 |