Viewing 1 replies (of 1 total)
  • Thread Starter photocurio

    (@photocurio)

    Hey, never mind.. I found it. In the code that generates the custom post type, simply set rewrite rules this way:

    'rewrite' => array(
        'slug' => 'about',
        'with_front' => false)

    Then you can set a slug in your permalink settings but it will not show up in your custom post type.

Viewing 1 replies (of 1 total)
  • The topic ‘Can I Add a Slug to Posts, But Not to Custom Post Types?’ is closed to new replies.