• Hello,

    does anybody know how to edit the custom taxonomies slug? My Screen Options contains a slug checkbox and they are shown in the results, however I can’t edit their values.

    Now I am doing it directly in the database. This option would be very helpful.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Here is the register_post_type reference. To give the post type a slug with archives of its own, add 'has_archive' => 'yourslug' to your $args array. Is that what you meant?

    If you want to know how to append a custom post’s url depending on its parent or grandparent, I’m curious about that, too. I’d like to be able to generate /myslug/posttitle-parentslug/ links for posts in the “myslug” custom post type that are in a hierarchical group like a category.

    Thread Starter retroriff

    (@retroriff)

    No, what I mean is the possibility to edit the slug of every single taxonomy from the admin panel, like we do with the title or description fields. For example, I have this taxonomy page:

    http://www.example.com/books/my-book/

    Now if I want to edit “my-book”, now I’ve got to use phpMyAdmin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit custom taxonomies slug’ is closed to new replies.