이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
생성한 포럼 주제
상태 |
주제
|
지원자 | 의견 | 게시물 | 최신 활동 |
---|---|---|---|---|---|
Duplicated pages in All in one SEO sitemap xml
시작: Webest 카테고리: English Support |
2 | 2 | 2 년, 9 월 전에 | ||
Activate Automatic Translation
시작: Webest 카테고리: English Support |
2 | 3 | 2 년, 9 월 전에 | ||
Split: Gallery sitemap
1
2
시작: Webest 카테고리: English Support |
|
2 | 22 |
3 년, 10 월 전에
Webest |
|
All in one SEO sitemap display same slug based on language
시작: Webest
카테고리: 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 | 3 년, 11 월 전에 |