• How can i disable the slug from a new Taxonomy ?

    I was trying this:

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

    All don’t work out for me?

  • The topic ‘disable slug from taxonomies’ is closed to new replies.