Jan 22

As easy as adding these lines in the correct place of your favorite template:

require_once("./wp-content/mu-plugins/list-all_0_0_5/list-all.php");
list_all_wpmu_blogs('', 'name', 'updated');

Related Posts

Jan 21

I’ve been playing with our Wordpress Mu installation all this morning.

I wanted to create the global blog list of the site so I downloaded a plug-in from WPMUDEV and I adapted to our needs.

I also found a plug-in to print the recent post list. This one was not exactly what I wanted, so I get into the wordpress code and database and I created a plug-in to print the n latest posts form the whole site. It was an easy work, it will not be the last incursion to this great application.

I wonder if I will have time to do it. I haven’t yet created a template for main page…

Related Posts