Y
by Yann at WP&Co 1 (0 reviews)

YD WPMU Bloglist Widget

Sidebar widget and template function to display an ordered blog list of subsites (with post count) on a page of the WordPress MU main site.

YD WPMU Bloglist Widget ranks #24,961 among WordPress.org plugins with 20+ active installations, is #3,277 of 8,578 in the Customization category, a 1/5 rating from 0 reviews, and was last updated Feb 1, 2013. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 3.5 (Current: 7.1.1)
vtrunk Current Version vtrunk
Updated 13 years ago Last Update on 01 Feb, 2013
Refreshed 6 hours ago Last Refreshed on
#3,277 of 8,578 in Customization Top 50% by installs No update in over a year
View on WordPress.org
Rank
#24,961
+111 this week
Active Installs
20+
-31%
KW Avg Position
1
No change
Downloads
15.9K
+3 today
Support Resolved
0%
No change
Rating
20%
Review 1 out of 5
1 (0 reviews)

Next Milestone 30

Total Progress 70%
20+ 30+
2,231
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 3 more installs to reach 30+

Rank Changes

24,894 24,944 24,995 25,045 25,095 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
24,554 24,703 24,852 25,000 25,149 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
Current #24,961
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
0 10 20 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

1.0
0 reviews
Overall 20%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about YD WPMU Bloglist Widget

http://www.yann.com/en/wp-plugins/yd-wpmu-bloglist-widget Use comments. I will answer only on that page so that all users can benefit from the answer. So please come back to see the answer or subscribe to that page's post comments.
Oui, l'auteur est français. ("but alors... you are French?")
Insert this code into your template: <?php yd_display_wpmu_bloglist() ?>
Since version 2.1.0, you can use this syntax: <?php yd_wpmubl_dropdown_js(); ?> <select name="select" id="select" onChange="ddjump(this);"> <option selected="selected"><?php _e('Please choose an option below:'); ?></option> <?php yd_wpmu_bloglist_dropdown( 'show_count=0' ); ?> </select>
Same answer as above.
All the display parameters can be overloaded in the function call. Here are the available parameters: column_count before_block after_block before_column after_column before_list after_list before_item after_item before_count after_count plural_form alt_text title_text limit order_by order **new since 2.0.0 ** trailing_slash wpml_support only_public skip_archived skip_mature skip_spam skip_deleted to_skip (comma-delimited list of blog IDs that xill not be displayed) **new since 2.1.0 ** show_count (can be set to 0 or false to avoid displaying post count) group_by (needs an option in the blogs' options tables) before_groupby after_groupby For example, here's how to call the function with a bunch of parameters: <?php yd_display_wpmu_bloglist( 'column_count=1&before_item=<li><b>&after_item=</b></li>' ) ?> Since version 2.1.0 you can also pass artguments in an array, like this for example: <?php yd_display_wpmu_bloglist( true, //echo array( 'to_skip' => '1,0', 'order_by' => 'domain', 'group_by' => 'continent', 'column_count' => 3, 'show_count' => 0, 'before_block' => '<div>', 'after_block' => '</div>', 'before_column' => '<div class="columns coln">', 'after_column' => '</div>' ) ); ?>
Yes: just add a first parameter "false". You can add optionnal display customization overload parameters after that. For example: <?php $my_html = yd_display_wpmu_bloglist( false, 'column_count=1&before_item=<li><b>&after_item=</b></li>' ) ?>
Yes you can include the list in the content of any page or post by using tis special tag: [!YDWPMUBL]

Sign In / Register

You need to sign in or register to use this feature.