Installation & Setup
WPBits Block Studio is a WordPress plugin that helps you build custom Gutenberg blocks. This guide covers installation and setup.
System Requirements
Section titled “System Requirements”PHP Version
Section titled “PHP Version”- Minimum: PHP 8.0
- Recommended: PHP 8.2 or higher
WordPress Version
Section titled “WordPress Version”- Minimum: WordPress 6.0
- Recommended: Latest stable version
Server Configuration
Section titled “Server Configuration”| Setting | Minimum Value | Recommended Value |
|---|---|---|
memory_limit | 128M | 256M |
max_execution_time | 30 | 300 |
post_max_size | 8M | 64M |
upload_max_filesize | 2M | 64M |
Installation
Section titled “Installation”From WordPress Repository
Section titled “From WordPress Repository”- Go to Plugins → Add New in your WordPress admin
- Search for WPBits Block Studio
- Click Install Now
- Activate the plugin
From ZIP File
Section titled “From ZIP File”- Download WPBits Block Studio from wordpress.org or your account
- Go to Plugins → Add New → Upload Plugin
- Upload the ZIP file
- Click Install Now
- Activate the plugin
Troubleshooting
Section titled “Troubleshooting”Plugin Won’t Activate
Section titled “Plugin Won’t Activate”- Check PHP version — must be 8.0 or higher
- Verify file permissions in
/wp-content/plugins/ - Check memory limit in
wp-config.php
Missing Menu Item
Section titled “Missing Menu Item”- Check if plugin is activated
- Verify PHP version meets requirements
- Check for conflicts with other plugins
Next Steps
Section titled “Next Steps”- Quick Start Guide — Create your first block
- Control Types — Learn all 20 control types