Tagged: Blog, Custom Post Type, url
Hey all,
I’ve a question concerning the use of custom post types: is it possible to avoid that each custom post type-page will turn into a blog? I really do not want to display the username + date and stuff, but more important is that I really do not want the word ‘blog’ in the url before the name of the custom post type. Is there a way to change this?
Thanks in advance!
Enfold does not set the custom post type url/slug automatically and the theme code also does not manipulate the post type urls in any way. You can use the “rewrite” parameter: http://codex.wordpress.org/Function_Reference/register_post_type to change the slug/url.
If you’re not familiar with php/wordpress code I’d suggest to try a plugin like: http://wordpress.org/plugins/types/
Okay, I will figure it out! Thank you for your help!