Favicon plugin for WordPress running in network mode (multisite)? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 9 years ago. Improve this question What favicon plugin should I use in order to define favicons for WordPress when I run in multi-site mode. Uploading favicon.ico … Read more

Getting Custom Post Type content from main-site of a Multisite

I have a multi-site network with 3 sub-sites: Is it possible to “link” or include custom post to all 3 sites from the main site? By include or link I don’t mean to make other sites to edit them, I’m asking for the visual solution. If possible, could I do that without using a plugin? … Read more

Multisite: How to store global options vs. site options?

Hey there I am pretty confused on how to store network wide options within a WordPress multisite installation. The usual way to store any settings in WordPress is: add_option(); update_option(); delete_option(); However the wp_options table is created for each site within a multisite installation. The following tables are subsite specific: myprefix_siteid_commentmeta myprefix_siteid_comments myprefix_siteid_links myprefix_siteid_options myprefix_siteid_postmeta … Read more