I have created a custom taxonomy and post type.
I have a page using a custom template at 'support/links', which has some functionality including links to my custom post type.
Using:
'rewrite' => array('slug' => 'support/links')
does not work. I'm guessing because of a conflict with the page.
'rewrite' => array('slug' => 'support/links2')
works fine. Any ideas how I can get this to work, or if there is a better way to approach this?