wp option get blogname –url=my-sub-site.com returning main site option
wp option get blogname –url=my-sub-site.com returning main site option
wp option get blogname –url=my-sub-site.com returning main site option
Change the code to: function my_login_logo() { $site_id = get_current_blog_id(); ?> <style type=”text/css”> body.login div#login h1 a { background-image: url(<?php echo get_stylesheet_directory_uri(); ?>/images/Logo-B-Classic-<?php echo $site_id; ?>.jpg); } </style> <?php } add_action( ‘login_enqueue_scripts’, ‘my_login_logo’ ); Then, update the logo image file names to append the site ID accordingly to each different logo image file, for example … Read more
Merge posts of more than one site by using one database with the WordPress network
How to enable wp-admin and wp-login only over highport
Can I run both a wordpress blog plus another service(ex. a Shopify store) on the same domain?
Unable to execute Ajax request, status code 400
Problem moving wordpress multisite
What is the proper way to merge 2 WordPress blog instances
Error after changing multisite URL
multisite installed on subdomain now want another subsite on subdirectory