Does anybody know how to create a separate sitemap and Favicon for each domain on my WP Multisite installation?
I need to have them all separate, so no one will know that all the sites are related.
Does anybody know how to create a separate sitemap and Favicon for each domain on my WP Multisite installation?
I need to have them all separate, so no one will know that all the sites are related.
For favicons, read this:
http://codex.wordpress.org/Creating_a_Favicon
According to that article, you can just use separate themes with favicons defined or you can write your own plugin that hooks into wp_head() and puts the appropriate <link ...> tag in the header.
For sitemaps, try something like the following:
http://wordpress.org/extend/plugins/xml-sitemap-feed/
And there's favicon plugins too.
Any sitemap plugin that says it's multisite compatible does a separate sitemap for each site. Not one for the whole lot.
This topic has been closed to new replies.