my custom post type sample link is :
mysite.com/custom-type-name/post_slug
i want that my custom post types used the DEFAULT permalink structure, which i have set in Options>Permalinks (/%category%/$postname%), as all the normal 'post's use.
how to do that? have i to modify the core, to disallow it to create different permalink structure for custom post types? or have i to set register_post_type attributes( EP_PERMALINK, rewrite or etc.. i have no idea about them) ?...