Removing Metabox for “Slug” without removing functionality
The box which allows slug edition under the post title is actually tied to the slug metabox. It needs it to work. So, removing the metabox will break it. The only solution, I think, would be to use javascript or css to hide it. Something like this will work: function hide_slug_box() { global $post; global … Read more