Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29155

    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!

    #139871

    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/

    #139872

    Okay, I will figure it out! Thank you for your help!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to remove 'blog' in URL of custom post type’ is closed to new replies.