take a look at this plugin :
Multi-Site Site List Shortcode
or if you prefer a snippet then:
$blog_list = get_blog_list( 0, 'all' );
if (count($blog_list) > 1){
echo '<ul>';
foreach ($blog_list AS $blog) {
echo '<li>Blog '.$blog['blog_id'].': '.$blog['domain'].$blog['path'].'</li>';
}
echo '</ul>'
}
Related Posts:
- How to Control user registrations directly on sub-sites
- How to hide admin account in BuddyPress? (for security reasons)
- How to list all network sites on one page
- What methods should be used to fend off splogs in a multiuser install? [closed]
- BP Multi Network & Members Directory [closed]
- Change management solution for BP-based site?
- BuddyPress on Multisite [closed]
- List all sites in multisite
- Has anyone seen a ‘visual anatomy’ type graphic of the Buddypress plugin?
- Buddypress on Multisite – Member List
- Is it possible to install BuddyPress with blogs installed on several servers? [closed]
- How to Display BuddyPress Profile Field Data In Multisite Blogs [closed]
- How to delete users from a WordPress MultiSite that stay in the DB?
- User registration is currently not allowed
- Show buddypress profile fields in a multsite blog [closed]
- Efficient way to fetch all archived WPMS blogs
- Add external url to WooCommerce My Account navigation
- What dictates whether a plugin will be available to a site in a multisite install?
- List all sites in multisite
- How to use WordPress Multisite With Different Domain Names?
- Can i merge 2 new WP_Query($variable) ‘s?
- How to reliably flush rewrite rules on multisite?
- Convert a Multisite WordPress install into a Single site
- Using wp_insert_post() with Networking enabled
- Sharing Dynamic Sidebars across Multisite Blogs
- WP Multisite – multilanguage – swich to other language by click, but “same” content
- Multisite: How to store global options vs. site options?
- Hide a theme on list of themes in wp-admin without editing core files
- Lock one of WP Network sites for not registered users
- How can I manage all multisite pending comments in one place?
- WordPress Multisite Network installation and dev questions
- Turn off trackback/pingbacks and comments on all existing multisite sites
- My subsites accidentally went from one multisite network to another. How do I change it back?
- How to change a WordPress network domain
- Subfolder multisite issue. Themes and plugin files 404
- Creating Admin Options Page where users can make changes to a theme
- Creating multisite in wordpress using php
- How to use both British and American English?
- WordPress Multisite Sites show in Dropdown but not in Sites menu
- WP Multisite Static Frontpage
- Multisite setup on IIS with subdomains
- Partially translated dashboard in one of network’s site
- How can I fix a Virtual Multiblog install that has no errors, but won’t show all my sites?
- Depth > 2 possible with multisite?
- What are Attributes used for in a WordPress Multisite?
- Architectural reasons behind sitemeta, blogs, home, site and DOMAIN_CURRENT_SITE redundancy
- Redirecting non www to www ONLY for domain, subdomain without www
- wordpress multisite dashboard link in admin bar
- WordPress Multisite Question
- Multisite – user email activation links broken
- Wrong Redirect/Rewrite Rules?
- multisite subdomain behind reverse proxy
- Is this the right set of records for Route53 domain to point to a mapped domain in a multisite? [closed]
- Multisite Subdirectory with same domain subdomain
- Initiate multisite with blog_id outside of wordpress
- Show media-frame-menu on custom Media Frame
- How to run a WordPress site across multiple ccTLDs?
- Why is MySQL receiving such a large serialized object?
- How can I remove the folder from a Multisite URL?
- Google Apps SMTP for WP MultiSite?
- Set up Network Locally on a Flash Drive
- Help with multisite redirect issues using Cherokee OR solid nginx config?
- Pull Custom /wp-admin/css for Non-Admin in Multisite
- Being Forced To Use Sub-Domains on Multisite
- WordPress in subdirectory, Multisite using subdomains Nginx
- Can you please verify my robots.txt for wordpress
- sub-page settings saving in NETWORK DASHBOARD
- Check if current site ID and value exist in WPDB
- How to delete user from MU site when the user is removed from their site?
- How to publish some default pages in Multisite creation?
- Change WP-LOGIN and WP-SIGNUP for any request
- unique identifier for the same pages in a multilanguage/site context
- more tables created when create a new site
- Multisite ‘Welcome User Email’ SITE_NAME returns ‘network’ name, not the name of the blog
- Unified login page for a Multisite/BuddyPress site
- Problem with new Multisite Installation
- User registration on wordpress multisite
- WP-CLI Error Requesting CURL Extension
- Allowing users to manually add or remove themselves to/from WordPress multisite blogs
- Website creation for multiple clients but from a single account on multiple host name
- Is mature Multisite
- Can I add a rewrite rule in htaccess to remove the multisite subdirectory from the URL?
- allow multisite in the installation process
- Error establishing a database connection after moving local wordpressmultisite from one directory to another
- Multisite domain mapping with SSL redirects to main domain
- How to split database of WordPress multi-site network into multiple database
- Multisite /files/ URLs broken after server move
- WordPressMU: URL change and broken permalinks/links
- Extended URLs created using multisite feature not loading CSS/JS
- Backend freezing on certain pages of a subsite
- Modifying get_author_posts_url() in Multisite
- Multisite – User creation for second site from first site?
- Get users from all/specific blog by user_role and current_user role
- Multiple domains for with a single instal
- Pages redirect me to the homepage
- Using common slider in all sites
- Letting clients use visual builders plugins/themes on WordPress Multisite installation
- WordPressMu network with private sites
- HyperDB, Multisite – on new site creation put site’s tables to specific database
- WordPress MU: Cookie error when trying to login on network WP instance