WP - URL rewrite - custom post type/parent conflict
问题 I've been having trouble with this for a day now and can't seem to find a solution (it's probably blatantly obvious I just can't find/see it). I have a custom post type called product where: 'rewrite' => array( 'slug' => 'product' ) So the posts that I create for that post type have the URLs: example.com/product/first-product example.com/product/second-product example.com/product/third-product etc.. I've also got a page created called Product Info that has the URL: example.com/product I'd