- 상태
- 해결됨
- 해결된 버전
- SEOPress 9.6
- 관련 플러그인/테마
- SEOPress
- 주제 태그
- Compatibility
문제 개요
WPML과 함께 SEOPress를 사용할 때 선택한 기본 카테고리가 번역된 글에서 동기화되지 않고 비어 있는 것으로 표시됩니다. 이는 기본 카테고리에 의존하는 이동 경로 또는 고유주소에 영향을 미칠 수 있습니다.
카테고리가 여러 개인 경우 기본 카테고리는 %category% 고유주소와 이동 경로에 사용됩니다.
임시 해결 방법
- WordPress 대시보드에서 WPML > 설정 > 사용자 정의 XML 구성으로 이동하세요.
- 다음 XML 구성을 추가하고 저장하세요:
<wpml-config> <custom-fields> <custom-field action="copy" type="taxonomy-ids" sub-type="category">_seopress_robots_primary_cat</custom-field> <custom-field action="copy">_seopress_redirections_logged_status</custom-field> </custom-fields> </wpml-config> - 원본 글과 번역본을 다시 저장하세요.