This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: PErmalink Error #9958
    praticamentepraticamente
    Participant

    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

Viewing 1 post (of 1 total)