Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Después de andar dando vueltas encontré algo que funcionó.
    Antes de usar el importador (si ya lo usaste vuelve con el backup) edité el archivo wp_includes/taxonomy.php por la línea 924, justo antes de donde dice:
    $args[‘name’] = $term;
    puse:
    $term = str_replace (“-“,” “, $term);

    Funciono, pero no se que pueda pasar al futuro con eso asi que recomiendo volver a como estaba después de la importación.

    ——————————————————-

    In the file wp_includes/taxonomy.php I add this:
    $term = str_replace (“-“,” “, $term);
    in the line 924, before this:
    $args[‘name’] = $term;

    and it works!

    I have the same problem, please could someone help us?!

Viewing 2 replies - 1 through 2 (of 2 total)