• Resolved loukavr

    (@loukavr)


    Hi!

    I’ve created a custom post type ‘tours’. When I add a new tour, the permalink generated is [domain]/projects/[tour-name], while I want it to be [domain]/tours/[tour-name].

    Post type information:
    Post Type Slug: tour
    Plural Label: Tours
    Singular Label: Tour

    So I don’t understand how this is happening.
    All help is much appreciated! 🙂

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Hmm.

    Is this a dev site or a live site? Asking because we don’t do anything special to permalinks, we simply pass saved settings through register_post_type(). So I’m wondering if you would be able to temporarily disable other plugins or change the theme momentarily to see if the intended permalinks start showing up. If yes, then we know where a conflict could be coming from.

    I’m also assuming “projects” is a different post type that you’re registering with the plugin.

    Lastly, if you could provide all your settings, via the Tools menu, I can look over the settings there to see if anything stands out.

Viewing 1 replies (of 1 total)

The topic ‘CPT UI automatically generated URL is wrong’ is closed to new replies.