Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author emmanuelg

    (@emmanuelg)

    Hi

    Two ways to do that

    First way:
    In the file eg-series.php, line 36, you can replace define('EGS_TAXONOMY','series'); by define('EGS_TAXONOMY','numero');
    It will replace series by numero everywhere (except some labels).

    Second way:
    In the file inc/eg-series-core.php, line 107, you can replace array( 'slug' => EGS_TAXONOMY ) by array( 'slug' => 'numero')

    Just proceed with only one of these changes, and it should work.

    Emmanuel.

    Thread Starter Eduardo Larequi

    (@elarequi)

    I have chosen the second alternative, Emmanuel. Works like a charm (but for the moment not in the site mentioned in my first post, bacause I have to make some additional tests).

    Thank you, thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom permalinks with EG-Series’ is closed to new replies.