The issue here is that the user had a slug "vob-news" but wanted to rewrite this slug to only "news" on the frontend.
Solution:
We actually do provide some of these functions that the wordpress API offers. If you go to your post type settings at Toolset -> Post Type and edit your post type.
Under the Options accordion you'll be able to see all the options that are available.
There is a rewrite option that you can use. If you enable the rewrite option and provide and alternate slug here, then on the frontend that alternate slug will be used.