Browsing Tag
alphabetically
Multisite: List all Blogs alphabetically
Right now I do this … <ul role="navigation" class="sektionen"> <?php $blog_list = wp_get_sites(); foreach ($blog_list AS $blog) { global $blog_id; $currentblog = get_blog_details( $blog['blog_id'] );