이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
포럼 주제가 생성되었습니다.
상태 |
주제
|
서포터 | 목소리 | 게시물 | 선도 |
---|---|---|---|---|---|
Canonical tag is not created
시작한 사람: alfredoR
안에: Soporte en español
Problem: In cases where a post or page in another language isn’t connected to the default language version, it won’t have the x-default value. We are aware of this and have taken it as a feature request. Meanwhile, you can use a code workaround suggested in our forum: https://wpml.org/forums/topic/hreflang-x-default-is-missing-from-some-pages-2/#post-11625629 If this solution does not resolve your issue or seems irrelevant due to being outdated or not applicable to your case, 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 further assistance is needed, please open a new support ticket at WPML support forum. |
0 | 5 | 1 주, 2 일 전에 | ||
Have languages that are duplicates from others
시작한 사람: alfredoR
안에: English Support
Problem: add_action( 'wp_insert_post', 'my_duplicate_on_publish' ); function my_duplicate_on_publish( $post_id ) { global $post; if (is_null($post) || (defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE) || (isset( $post->post_type ) && $post->post_type == 'revision')) { return $post_id; } remove_action( 'wp_insert_post', 'my_duplicate_on_publish' ); $is_translated_in_es_mx = apply_filters( 'wpml_element_has_translation', '', $post_id, 'es-mx' ); if ( !$is_translated_in_es_mx ) { do_action( 'wpml_admin_make_post_duplicates', $post_id ); do_action( 'wpml_set_element_language_details', [ 'element_id' => $post_id, 'element_type' => 'post_' . $post->post_type, 'trid' => wpml_get_content_trid( 'post_' . $post->post_type, $post_id ), 'language_code' => 'es-mx', 'source_language_code' => 'es' ] ); } add_action( 'wp_insert_post', 'my_duplicate_on_publish' ); return $post_id; } This script checks if a post is a new or updated Spanish post and duplicates it for Spanish (Mexico) if no translation exists. Modify the condition inside the function if you want to limit this behavior to specific post types. If this solution does not apply to your case, or if it seems outdated, please check the related known issues, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. If further assistance is needed, we encourage you to open a new support ticket. |
1 | 3 | 2 주, 1 일 전에 | ||
Migrating from development site to production site
시작한 사람: alfredoR 안에: English Support |
2 | 6 | 1 월 전에 | ||
Traducción Slider Revolution
시작한 사람: alfredoR 안에: Soporte en español |
2 | 2 | 3 년, 8 월 전에 |