i create a new post-type called servizi. I customize the permalink for this structure: /%post_id%/%postname%/ But there are a different width post link . For example the post link is www.mysite.it/site-wp/25/postname/ and the servizi's link is www.mysite.it/site-wp/servizi/postname/. I dont't understand what is the trouble .
In details page how can take the post_id variable? I use $_GET or i customize my function.php with special function?
Someone can i help me please?