The MU forums have moved to WordPress.org

Installing autoblog (3 posts)

  1. risky
    Member
    Posted 16 years ago #

    Hey guys, how do I install and use autoblog on MU? Thank you

  2. dsader
    Member
    Posted 16 years ago #

    It is not an MU specific plugin. Works identical to a usual install in the plugins folder, doesn't it?

    To activate it in the mu-plugins folder while keeping it its folder you need a new php file in the mu-plugins folder with something like the following:

    <?php
      $mu_admin = glob(dirname(__FILE__).'/wp-autoblog/wp-autoblog.php');
      if( is_array( $mu_admin ) ) {
      	foreach ( $mu_admin as $mu_admin ) {
      		if( is_file( $mu_admin ) )
      			include_once( $mu_admin );
      	}
      }
    ?>
  3. SteveAtty
    Member
    Posted 16 years ago #

    Hasn't the developer of autoblog abandoned it and suggested using something else?

About this Topic