WordPress MU Forums » How-To and Troubleshooting
iwillpayou Member Posted 14 years ago #
How do you figure out a blog id?
dsader Member Posted 14 years ago #
wp-admin/wpmu-blogs.php lists blogs by id.
To echo the id into the template somewhere ...
<?php global $blog_id; echo 'id='.$blog_id; ?>