Forums
(@masatoshiito2014)
9 years, 9 months ago
Thank you ThibaultV ! I faced this problem, too.
I changed simpleParsePS.php like following diff.
$ diff simpleParsePS.php* 65c65 < if (! in_array('post', $savedPostTypes)) { --- > if ( count( $savedPostTypes ) ) { $