Re: Login error
I actually don’t see a home option in my DB, but there IS a siteurl option. Even though get_option(‘siteurl’) didn’t work for me either. I have a feeling it’s got something to do with how the databases in WP MU don’t match with those in WP and the get_option function is structured in a way that makes sense for the WP databased, but not those in WP MU.
A quick fix would be to do an <?php echo site_url();?>