ผู้ใช้นี้ไม่มีหัวข้อที่ชื่นชอบ.
หัวข้อฟอรัมที่ชื่นชอบ
หัวข้อฟอรัมที่สร้าง
| สถานะ |
หัวข้อ
|
ผู้สนับสนุน | เสียง | โพสต์ | ความใหม่ |
|---|---|---|---|---|---|
|
Duplicated pages in All in one SEO sitemap xml
เริ่มโดย: Webest ใน: English Support |
2 | 2 | 2 years, 10 months มาแล้ว | ||
|
Activate Automatic Translation
เริ่มโดย: Webest ใน: English Support |
2 | 3 | 2 years, 11 months มาแล้ว | ||
|
Split: Gallery sitemap
1
2
เริ่มโดย: Webest ใน: English Support |
|
2 | 22 |
4 years มาแล้ว
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 | 4 years, 1 months มาแล้ว |