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 |
|---|---|---|---|---|---|
|
Duplicated pages in All in one SEO sitemap xml
Được bắt đầu bởi: Webest trong: English Support |
2 | 2 | 2 years, 10 months trước | ||
|
Activate Automatic Translation
Được bắt đầu bởi: Webest trong: English Support |
2 | 3 | 2 years, 11 months trước | ||
|
Split: Gallery sitemap
1
2
Được bắt đầu bởi: Webest trong: English Support |
|
2 | 22 |
4 years trước
Webest |
|
|
All in one SEO sitemap display same slug based on language
Được bắt đầu bởi: Webest
trong: English Support
Problem: All in one SEO sitemap display the same slug based on language in the sitemap. Solution: The issue should be fixed with the latest All in one SEO plugin version. Please check with plugin support https://wordpress.org/plugins/all-in-one-seo-pack/. Workaround used:
$location = is_home()
? apply_filters( 'wpml_home_url', get_option( 'home' ) )
: apply_filters( 'wpml_permalink', $permalink, $translation->language_code );- Replace it with
$location = is_home()
? apply_filters( 'wpml_home_url', get_option( 'home' ) )
: apply_filters( 'wpml_permalink', $entry['loc'], $translation->language_code, true );
|
|
2 | 10 | 4 years, 1 months trước |