WP Manifestindependent plugin directory
manifest / utilities / wpfirst

wpFirst

wpFirst is designed to automate common setup tasks for new WordPress installations.

by Ammanulah · github.com/thelastpoet/wpfirst · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/thelastpoet/wpfirst/archive/refs/heads/main.zip

From the readme

# wpFirst WordPress Plugin wpFirst is a WordPress plugin designed to automate common setup tasks for new WordPress installations, allowing users to get started with their websites quickly. It performs a variety of tasks, including deleting default posts, pages, and comments, setting up permalinks, removing unnecessary dashboard widgets, and deleting default plugins like "Hello Dolly" and "Akismet". Features 1. Delete Defaults: - Deletes the 'Hello World!' post - Deletes the 'Sample Page' page - Deletes the default comment 2. Setup Permalinks: - Sets the permalink structure to 'Post name' 3. Remove Dashboard Widgets: - Removes unnecessary widgets from the dashboard 4. Delete Default Plugins: - Deletes 'Hello Dolly' and 'Akismet' plugins Installation 1. Download the plugin zip file. 2. Log in to your WordPress admin dashboard. 3. Navigate to Plugins → Add New. 4. Click Upload Plugin, and choose the downloaded zip file. 5. After uploading, click Activate to activate wpFirst. Usage Once activated, wpFirst will automatically perform the initial setup tasks. No additional configuration or setup is needed. Customization The

Read the full README on GitHub →