- 状态
- 已解决
问题概述
当您在 X 主题中添加近期文章小工具时,该小工具中的所有文章链接都会将您重定向到同一个页面。
临时解决方法
您可以通过注释掉位于../wp-content/plugins/cornerstone/includes/classes/components/的class-wpml.php文件中的以下过滤器来解决此问题:
//add_filter( 'the_permalink', array( $this, 'filter_permalink' ) );
当您在 X 主题中添加近期文章小工具时,该小工具中的所有文章链接都会将您重定向到同一个页面。
您可以通过注释掉位于../wp-content/plugins/cornerstone/includes/classes/components/的class-wpml.php文件中的以下过滤器来解决此问题:
//add_filter( 'the_permalink', array( $this, 'filter_permalink' ) );