Profile Topics Started Replies Created Forum Replies Created Viewing 1 post (of 1 total) Author Posts September 3, 2016 at 8:23 am in reply to: PErmalink Error #9958 praticamenteParticipant soved adding add_filter( ‘asp_results’, ‘asp_try_fixing_url’, 10, 1 ); function asp_try_fixing_url( $results ) { foreach ($results as $k => &$v) { $v->link = str_replace(‘/0/’, ‘/’, $v->link); } return $results; } in function.php thanks Author Posts Viewing 1 post (of 1 total)