Người dùng này không có chủ đề yêu thích nào.
Chủ đề diễn đàn yêu thích
Chủ đề diễn đàn đã tạo
Trạng thái |
Chủ đề
|
Người hỗ trợ | Ý kiến | Bài viết | Mới nhất |
---|---|---|---|---|---|
ATE 502 error for only one page across all languages
Được bắt đầu bởi: davidC-175 trong: English Support |
|
2 | 15 | 1 years, 1 months trước | |
WPML creates URLs' duplicates with blank page
Được bắt đầu bởi: davidC-175 trong: English Support |
|
2 | 4 | 2 years trước | |
All pages of french language can't be loaded.
Được bắt đầu bởi: davidC-175 trong: English Support |
|
3 | 6 | 2 years, 5 months trước | |
Problem with URL translation
Được bắt đầu bởi: davidC-175 trong: English Support |
|
3 | 6 | 2 years, 10 months trước | |
widgets string translation not working anymore
Được bắt đầu bởi: davidC-175 trong: English Support |
|
2 | 14 |
2 years, 11 months trước
davidC-175 |
|
wpml_strings_need_links_fixed entries in wp_options
1
2
Được bắt đầu bởi: davidC-175 trong: English Support |
|
2 | 18 | 3 years trước | |
Migrations between environments with WP Migrate DB Pro
Được bắt đầu bởi: davidC-175 trong: English Support |
|
2 | 13 | 3 years, 5 months trước | |
Advanced Translation Editor error: Jobs could not be created in Advanced Transl
Được bắt đầu bởi: davidC-175 trong: English Support |
|
2 | 6 | 3 years, 5 months trước | |
getting translated URL slug in a different language
Được bắt đầu bởi: davidC-175
trong: English Support
Problem: The user says that wpml_get_translated_slug hook always returns slut in default language. Here's the code that the user uses: echo apply_filters( 'wpml_get_translated_slug', get_post_field( 'post_name' ), 'page', 'en'); exit(); Solution: In this case there was a misuse use of this hook. The hook you are using (wpml_get_translated_slug) is intended to get the post-type slug translation in a specific language. But you are misusing it. You are trying to get the slug of a particular page of WordPress. A regular WordPress page doesn't have this "slug prefix" type. Its permalink consists only of the page slug itself. Let's, for example, take a custom post type with the name of 'book'. In this case, the following will consist of the permalink. post type slug = book post slug = my-book permalink = /book/my-book/ The wpml_get_translated_slug hook filters the /book/ part. WordPress's pages do not have this part. |
|
2 | 3 |
3 years, 6 months trước
davidC-175 |