WPML
상태
해결됨
해결된 버전
WPML 4.6.10
관련 플러그인/테마
Pro
주제 태그
Compatibility

문제 개요

Cornerstone 빌더로 생성한 페이지를 WPML의 클래식 또는 고급 에디터 중 하나로 번역하면 프런트엔드에서 번역이 올바르게 표시되지 않습니다.

임시 해결 방법

진행하기 전에 사이트의 전체 백업을 완료하세요.


  • …/wp-content/plugins/cornerstone/includes/classes/Services/FrontEnd.php 파일을 여세요.

  • 88번째 줄을 찾으세요.

  • 다음을:
    $content = $this->render_the_content_cached($_p, $content);


  • 다음으로 바꾸세요:
    $_p = apply_filters( 'wpml_object_id', $_p, get_post_type($_p), true );
    $content = $this->render_the_content_cached($_p, $content);

알려진 모든 문제 →