このユーザーにはお気に入りのトピックがありません。
お気に入りのフォーラムトピック
作成したフォーラムトピック
| ステータス |
トピック
|
サポーター | 声 | 投稿 | 新着度 |
|---|---|---|---|---|---|
|
Duplicated pages in All in one SEO sitemap xml
開始者:Webest カテゴリ:English Support |
2 | 2 | 2年、 11ヶ月前 | ||
|
Activate Automatic Translation
開始者:Webest カテゴリ:English Support |
2 | 3 | 2年、 11ヶ月前 | ||
|
Split: Gallery sitemap
1
2
開始者:Webest カテゴリ:English Support |
|
2 | 22 |
4年、 1ヶ月前
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年、 1ヶ月前 |