Multisite Capabilities

WordPress MultiSite Capabilities Are Different From Single Sites

WordPress allows you to build multisite networks. This is an awesome feature and enables you to manage many sites from a single WordPress installation. However, some WordPress features do work differently on a multisite network. If you normally manage a single site, you may have to adjust your thinking. One of these features is permissions….

How to Use unfiltered_html on WordPress Multisite Networks

WordPress multisite networks don’t always follow the same rules as regular WordPress sites. User roles and capabilities are very different on multisite networks. One significant difference is the behavior of the unfiltered_html capability. This is a security feature in WordPress that prevents users from using tags such as <iframe> and <embed>, plus also more advanced…