Create QuickStart Package for WordPress just like in Joomla

  1. Download the latest version of WordPress;
  2. Copy your theme into wp-content/themes/ folder;
  3. Add define( 'WP_DEFAULT_THEME', 'yourthemename' ); at the beginning of wp-config-sample.php file;
  4. Archive all files;
  5. Install it on your servers.