- 상태
- 해결됨
문제 개요
X 테마에 최근 글 위젯을 추가하면 위젯의 모든 글 링크가 동일한 페이지로 리디렉션됩니다.
임시 해결 방법
../wp-content/plugins/cornerstone/includes/classes/components/에 있는 class-wpml.php 파일에서 아래의 필터를 주석 처리하여 이 문제를 해결할 수 있습니다:
//add_filter( 'the_permalink', array( $this, 'filter_permalink' ) );