이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
생성한 포럼 주제
상태 |
주제
|
지원자 | 의견 | 게시물 | 최신 활동 |
---|---|---|---|---|---|
the issue I'm having is translating Yoast SEO Meta Data on User Pages
시작: marcJ-16
카테고리: English Support
Problem: functions.php file. // WPML Workaround for compsupp-7364<br />add_filter('wpseo_title','wpml_compsupp7364_translate_author_title', 10, 2 );<br />add_filter('wpseo_opengraph_title','wpml_compsupp7364_translate_author_title', 10, 2 );<br />add_filter('wpseo_metadesc','wpml_compsupp7364_translate_author_description', 10, 2 );<br />add_filter('wpseo_opengraph_desc','wpml_compsupp7364_translate_author_description', 10, 2 );<br /><br />function wpml_compsupp7364_translate_author_title($title, $presentation) {<br /> if ( class_exists('Sitepress') && is_author() ) {<br /><br /> $string = $title;<br /> $textdomain = 'Authors';<br /> $string_name = 'wpseo_title_'.$presentation->source['post_author'];<br /><br /> // Apply the translation to the string<br /> $title = apply_filters('wpml_translate_single_string', $string , $textdomain, $string_name);<br /> }<br /><br /> return $title;<br />}<br /><br />function wpml_compsupp7364_translate_author_description($title, $presentation) {<br /> if ( class_exists('Sitepress') && is_author() ) {<br /><br /> $string = $title;<br /> $textdomain = 'Authors';<br /> $string_name = 'wpseo_metadesc_'.$presentation->source['post_author'];<br /><br /> // Apply the translation to the string<br /> $title = apply_filters('wpml_translate_single_string', $string , $textdomain, $string_name);<br /> }<br /><br /> return $title;<br />} 3. Save the changes and ensure the code is correctly added without syntax errors. Please note that this solution might be outdated or not applicable to your specific case. We highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the issue persists, please open a new support ticket at WPML support forum. |
|
2 | 10 | 1 년, 3 월 전에 | |
Can't unsync some ACF fields
시작: marcJ-16 카테고리: English Support |
|
2 | 3 | 1 년, 11 월 전에 |