- ステータス
- 解決済み
問題の概要
Xテーマで最近の投稿ウィジェットを追加すると、ウィジェット内のすべての投稿リンクが同じページにリダイレクトされます。
回避策
この問題を解決するには、../wp-content/plugins/cornerstone/includes/classes/components/にあるclass-wpml.phpファイル内の以下のフィルターをコメントアウトします。
//add_filter( 'the_permalink', array( $this, 'filter_permalink' ) );