The MU forums have moved to WordPress.org

how to figure out the blog id (3 posts)

  1. iwillpayou
    Member
    Posted 13 years ago #

    How do you figure out a blog id?

  2. dsader
    Member
    Posted 13 years ago #

    wp-admin/wpmu-blogs.php lists blogs by id.

  3. dsader
    Member
    Posted 13 years ago #

    To echo the id into the template somewhere ...

    <?php global $blog_id;
    echo 'id='.$blog_id; ?>

About this Topic

  • Started 13 years ago by iwillpayou
  • Latest reply from dsader