Helper functions to make developing solutions with WordPress MU or BuddyPress easier…
Currently it provides two functions:
get_all_blog_posts( $num_per_blog = 1, $orderby = 'date', $sort = 'post_date_gmt' )get_all_blog_comments( $num_per_blog = 1, $orderby = 'comment_date_gmt', $sort = 'comment_date_gmt' )
This plugin may or may not be useful once WordPress 3.0 ships with MU merged into the main trunk.
Change Log:
0.7
- Added
get_all_blog_comments()function
0.5
- Using quicksort algorithm to efficiently order the merged posts array
0.1
- Added
get_all_blog_posts()function
0 Response to “WordPress MU Helpers”