This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
状況 |
Topic
|
Supporter | Voices | 投稿文 | Freshness |
---|---|---|---|---|---|
Turning off automatic translation
Started by: Emma Hewson
in: 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 | 5日、 18時間前 | |
Language switcher isn't working on Author archive page on WordPress site
Started by: Emma Hewson
in: 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 | 10ヶ月、 1週前 |