=== WP Tasks After Install === Contributors: oabadfol Tags: default content, remove, starter, installation License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Stable tag: trunk Requires at least: 3.0 Tested up to: 4.7.1 A WordPress plugin that perform some necessary task for after WordPress instal. == Description == This plugin if for use only once in each WordPress installation becouse it perform this initial task just after WordPress installation: * Removes the default "Hello World" post. * Removes the default page "Example page". * Changes the name and slug of Uncategorized default category to "Blog". * Sets the permalink structure to "%/postname%/. * Removes the "Hello Dolly" plugin. * Disables comments and pings. * Deletes the wp-config-sample.php file. * Delete all themes except the default one. * Activates the Akismet plugin. * Deactivates the plugin itself. Note: Dont forget uninstall this plugin after finished. More information and request: https://www.oscarabadfolgueira.com/plugins/wp-tasks-after-install == Installation == 1. Visit your admin section and click Plugins -> Add New. Then search for "WP Tasks After Install”. 2. After activate, the plugin perform all tasks. 3. When finished, the plugin is deactivated. Yo need to uninstall it. == Screenshots == == Changelog == = 1.0 = * First version of plugin = 1.0.1 = * Minor change in readme.txt = 1.0.2 = * Added Internazionalization = 1.0.3 = * Some minor changes in readme file