This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
New post (Custom post type) remain stuck in translation progress and never finish
1
2
Started by: Webest in: English Support |
|
0 | 29 | 2 days ago | |
|
Duplicated pages in All in one SEO sitemap xml
Started by: Webest in: English Support |
2 | 2 | 3 years, 5 months ago | ||
|
Activate Automatic Translation
Started by: Webest in: English Support |
2 | 3 | 3 years, 5 months ago | ||
|
Split: Gallery sitemap
1
2
Started by: Webest in: English Support |
|
2 | 22 |
4 years, 6 months ago
Webest |
|
|
All in one SEO sitemap display same slug based on language
Started by: Webest
in: 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, 7 months ago |