One of the advantages of using a MultiSite in WordPress is that plugins can be shared between sites and enabled on a per site basis. This makes for easier plugin and theme updates for the whole network. But what about cases when you don’t want the plugin to be available for all sites in the …Continue reading
Multisite
Multisite and the dreaded /blog/ slug base
When dealing with sub-sites in multisite and using sub-folders, individual sites are given the following permalink structure: http://www.mydomain.com/blog/sample-post/ In some contexts this makes a lot of sense but in others the user might want to get rid of the /blog/ in the slug. Where does this “blog” come from? The string “blog” is hardcoded into …Continue reading