How to protect post attachments related to a custom post type, from non-logged in users, on 1 subsite of a multisite installation?

Andrew, In the case where your custom post type exists on only one sub-site of your Multi Site installation, you can in your template file in which controls the display and output of your custom post type work with simple conditional functions such as; is_singular(‘post_type_name’); is_user_logged_in(); …and in-fact it might well be as simple as; … Read more

Memory question on WordPress Multisite

No, this has to do with each page load and uses PHP’s memory_get_usage() plugin. Every page load will have a slightly different memory usage. Disabling plugins will decrease it, as the plugin doesn’t have to load on that page. This means that the usage will be different on every blog, and possibly on different pages … Read more

WordPress Multisite Question

Yes, with domain mapping and a compatible hosting account. There are a few good domain mapping plugins available that may work for you with a little configuration. I have used Domain Mapping pluginby Barry, as well as WordPress MU Domain Mapping. There is also the Multi-Domains plugin from wpmudev, which allows the creation of subdomains … Read more

Multisite multidomain

One way to do it is to use the Networks for WordPress plugin: https://wordpress.org/extend/plugins/networks-for-wordpress/ It will create a sub-network for each of your domains. So basically you’d have a network of networks of sites. Each sub-network will be using the same install of WordPress, but will be managed separately with it’s own sites under it. … Read more

error code: 521