Questo utente non ha argomenti preferiti.
Argomenti preferiti del forum
Argomenti del forum creati
| Stato |
Argomento
|
Supporter | Voci | Post | Freschezza |
|---|---|---|---|---|---|
|
Updates to WPML Multilingual CMS 4.8
Iniziato da: Webest in: Chat Support |
|
0 | 2 | 2 settimana, 2 giorno fa | |
|
Duplicated pages in All in one SEO sitemap xml
Iniziato da: Webest in: English Support |
2 | 2 | 2 anno, 11 mese fa | ||
|
Activate Automatic Translation
Iniziato da: Webest in: English Support |
2 | 3 | 2 anno, 11 mese fa | ||
|
Split: Gallery sitemap
1
2
Iniziato da: Webest in: English Support |
|
2 | 22 |
4 anno fa
Webest |
|
|
All in one SEO sitemap display same slug based on language
Iniziato da: 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 anno, 1 mese fa | |
|
Sitemap issues with All in one seo
Iniziato da: Webest in: Chat Support |
|
1 | 2 |
4 anno, 1 mese fa
|