• Resolved will.lawrence

    (@willlawrence)


    Hi there,

    I have created a custom post called: contentlibrary. My custom posts are displaying at: /toolbox/content-library

    When i click on a post, it takes me to /contentlibrary{{PostName}}/, however i want to change this so that it keeps the url structure to show: /toolbox/content-library/{{PostName}}.

    How am i able to do this?

    I also have a sidebar which shows my custom taxonomy: contentcategory. When i click on one of these it takes me to: /contentcategory/{{TaxonomyCategory}}/. Again i would need to change this so that it shows: /toolbox/content-library/{{TaxonomyCategory}}

    Thanks in advance!

    https://wordpress.org/plugins/custom-post-type-ui/

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

    (@tw2113)

    The BenchPresser

    You will need to look into editing the rewrite rules for these, which is something we don’t have built in support for in CPTUI. The "content-library" part should be able to be set in the post type settings for CPTUI, but getting the /toolbox/ and the taxonomy slug in there as well will be separate.

Viewing 1 replies (of 1 total)

The topic ‘Re-writing URL’ is closed to new replies.