To ensure the Omniverse WordPress theme works smoothly and without errors, your website must meet the following requirements.
System Requirements #
- WordPress: Latest stable version
- PHP: Version 7.4 or higher (required by WordPress)
- HTTPS: SSL enabled
- Server: Must meet all standard WordPress requirements
WordPress CMS Requirement #
Omniverse is a WordPress theme, so a working WordPress installation is required before installing the theme.
Important Note #
If you plan to import demo (dummy) content, we strongly recommend installing Omniverse on a fresh WordPress installation without existing data. This helps avoid conflicts and unexpected layout issues.
WordPress Installation Guide #
Follow these general steps to install WordPress on your website:
- Download the latest WordPress version from
https://wordpress.org/download/ - Upload the downloaded ZIP file to your website’s root directory and extract it.
- Create a new database using your hosting control panel.
- Run the WordPress setup and complete the installation process.
Useful Resources #
- How to install WordPress:
https://codex.wordpress.org/Installing_WordPress
Recommended PHP Configuration Limits #
During theme installation, demo content import, or plugin activation, you may encounter issues such as a white screen or PHP errors. These problems are usually caused by low PHP configuration limits.
To avoid these issues, make sure your server meets the following recommended PHP settings:
memory_limit 256M
post_max_size 64M
upload_max_filesize 64M
max_execution_time 180
max_input_vars 10000
If you’re unsure how to update these values, contact your hosting provider and ask them to apply the recommended settings for the Omniverse theme.