I hope you are using different theme in each site
Just add this code in your header.php file.
<link rel="shortcut icon" href="https://wordpress.stackexchange.com/questions/25736/<?php bloginfo("stylesheet_directory'); ?>/favicon.ico" />
Add your favicon in each theme.
For favicon in admin area.
Add the following function in your function.php file.
function admin_favicon() { ?>
<link rel="shortcut icon" href="https://wordpress.stackexchange.com/questions/25736/<?php bloginfo("stylesheet_directory'); ?>/favicon.ico" /> <?php }
add_action('admin_head', 'admin_favicon');
Related Posts:
- favicon and multi site
- Favicon plugin for WordPress running in network mode (multisite)? [closed]
- Switching primary site in WordPress Multisite
- Multisite Network Port Num Issues?
- $wpdb->base_prefix not get parent site prefix in multisite
- Use wp_nav_menu() to display a Menu from another site in a Network install?
- How to set an option for all sites in my network?
- How to set up wordpress domain mapping on MAMP Pro
- How to hide admin account in BuddyPress? (for security reasons)
- Issue with Custom Roles in Multisite
- Automatic Upgrade Filters in Multisite
- Force plugin to be activated only from multisite network dashboard [duplicate]
- Delete sites in wordpress multisite (not suspend)
- Unable to login to new custom domain on multisite?
- Generate WP-CLI @alias for each site on multisite
- Shared Content but “Updatable” Through the Main Site
- How to customize the wp-signup.php for a multisite network?
- Get first_name and last_name on user_register hook
- User registration on subsite in multisite configuration
- Multisite, turn off “create new site”
- Change management solution for BP-based site?
- How to Structure WordPress for an Organization and its Departments?
- Allowing logged in users to comment without moderation across a multisite installation
- Redirect all users, except network administrators, from the main site to a subsite
- How to get the via url (or site name) on a wordpress network’s home page?
- WordPress multisite htaccess
- get_current_site() not returning site name
- Create New Site (multisite); can’t get subdomain to work
- Subdirectory multisite – only root admin available on NGINX
- How to Run Code Before a New Site is Created on MultiSite for Validation
- How to use JSONP to make AJAX request to different site on network
- Add custom user fields in Multisite USERS page
- WordPress multisite with multiple parent domains
- WP 4.4 – domain mapping for sites within a multisite network?
- Can I use two different domain names with a WordPress multisite network?
- Restrict Admin Capabilities in MultiSite
- Installing multisite on domain with existing subdirectory wordpress installations
- wp_redirect not working on admin menu page
- Bootstrapping WordPress MultiSite Outsite of WordPress – No $wpdb
- How to disable the default WordPress redirect to non-www URLs?
- Bulk theme settings in wordpress multisite
- Permalinks not working using wordPress Networking with custom post types
- Sitewide category terms
- What is the function to get options of the parent site of a multisite network?
- Issue with htaccess redirection in WP Multisite
- Multisite – sort merged get_posts() queries
- WordPress MultiSite login to the respective site
- How to detect the context of homepage for a wordpress mu sub-blog
- Multsite redirecting to the main site
- API for creating blogs on Multisite?
- WordPress MU Domain Mapping Just Redirects to Main Site
- All subdomains redirecting to mainsite/wp-signup.php after multisite install
- How to make a php script(app) accessible to all wordpress subdomains in a wordpress multisite configuration?
- Multisite with 220+ sites painfully slow
- Multisite: cloning, but also updating too
- Using the standard WordPress “New User” interface on a multisite
- Add multisite switch button. Click to switch to other page in same admin area
- WooCommerce Multisite — importing products IN subsites FROM main site
- Efficient way to handle translations with Multisite WordPress installation
- 301’s not working with multisite
- InfiiniteWP and WP Networks (multisite)
- Restrict Capability of Administrator to Create, Edit and Delete Pages in Multisite
- Why doesn’t wpmu_new_user work from a plugin when it does from theme?
- MU/Subdomains + Domain Mapping + SSL?
- Include Site 1 Posts in Query for Sub Sites
- MU domain mapping subdomain multisite : map a subdomain on another subdomain
- How to exclude specified from all list of Multisite
- Create WordPress Multisite Instance Programmatically
- Multisite Login problem
- How to fix that new users show up again in subsite of a Multisite?
- WordPress Multisite Network to replace 3 seperate WordPress installations
- WordPress MultiSite Won’t Work on Google AppEngine
- How to create a blogs category page with Blog-Types Plugin
- Add Network Sites are not working
- Multisite install with subdomains on a subdomain
- Multisite loads assets from main site
- Possible to reverse proxy WP multisite to a separate server with NGINX?
- How to hold posts and accounts for moderation on WordPress Network site
- Problems with WordPress multisite directories/url structures and admin access after migration
- Enable HTTPS for AWS hosted multisite domain (with AWS purchased SSL) on already created Load Balancer?
- WordPress Multisite with Wildcard Certificates not mapping correctly
- Fix nested WordPress multisite resource path?
- WordPress multisite redirect on digital ocean
- wp multisite domain don’t work
- Multisite WordPress Configurtion
- How to reconnect database to existing wordpress multisite setup after changing site name
- Delete all blogs on multisite
- Multisite, different domains, optional subdirectory, and htaccess
- Multisite vs Role Scoper
- wordpress multisite not installing
- Force multisite to use subdirectories on previous wordpress installation
- Make a select where the options are the different multisites
- Multiple WordPress on Virtual Host
- Redirect extra url to Multisite in folder
- Development (multi)site indexed – recommendations to redirect 301 to correct url?
- Activate blog hook
- How to display update message only to admin
- 404 error in dashboard of subdomain of multisite
- WordPress Multisites
- The wpmu_blogs_columns filter is not working