Many times we need to remove the category or blog slug from wordpress URL. We can very easily remove the blog word from wordpress blog URL. In this tutorial, We are going to show remove blog word from wordpress permalink url. this is useful when you upgraded your wordpress multisite installation.
remove blog word from wordpress permalink url
I personally used wordpress mu for long time. When wordpress 3.0 launched with multisite functionality we started using wordpress 3.0. Removing blog and category slug is very important for many clients.
I am assuming you are using wordpress 3.0 multisite installation. If that is so then you need to do following action.
First login to wordpress admin and go to Super Admin > Sites > Edit
and Scroll down to “Permalink Structure” and remove the “/blog” part. That should work.
Image is shown as like.
remove blog word from wordpress permalink url
than update the option and your issue will be solved. If you are still facing issue then you need to use following code in your functions.php file. Following code is useful for those who updated wordpress mu from wordpress 3.0, other wise they can use above action.