Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi.

    I also would like to know how to change the slug too. In my case I would like to use “libros” in Spanish.

    Thread Starter webmonnik

    (@webmonnik)

    I solved it by editing the file class.Genesis_Author_Pro_CPT.php.

    Search for the array-string and change the slug. For example:

    => array( ‘slug’ => ‘boek‘ , ‘feeds’ => true, ‘with_front’ => true, ),

    Don’t forget to update your permalinks (just save them again) afterwards.

    It works for me. Don’t forget to make a backup first.

    Best regards, Rogier

    Thanks for sharing your fix, webmonnik.

    The StudioPress team may add filters in a future update to allow the slugs to be changed without editing the plugin. Sorry for the trouble in the meantime!

    Thread Starter webmonnik

    (@webmonnik)

    Hi Nick,

    Thanks for the update. The filters would be fine, because my fix is going to vaporise with an update of the plugin. For the meantime it is a alternative.

    Best regards, Rogier

    Thanks for the fix. I do hope this gets added as an option on the plugin, so that it is no longer necessary to edit the code.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change slug archive page books’ is closed to new replies.