Requirements & WordPress set up
WoodMart requirements
- The latest version of the WordPress CMS
- PHP 7.4 or higher. It is required by WordPress
- HTTPS support
- All WordPress standard requirements
WordPress CMS
You need to have a WordPress installation on your website to use our theme.
NOTE: if you want to install dummy content from our demo site, we highly recommend installing it on a fresh WordPress website without any data.
WordPress installation
General steps to install WordPress CMS to your site
- Download the latest WordPress version from https://wordpress.org/download/
- Upload the zip file to your website root folder and unzip
- Create a database (using your hosting panel)
- Set up WordPress. Detailed instructions
Here is the list of useful links to install WordPress CMS
Recommended PHP Configuration Limits
Sometimes you may get some errors while installing our theme, importing content, or activating plugins like white screen or PHP errors. They may be caused by low PHP configurations limits. In this case, you need to increase some values. You can do this on your own or contact your hosting provider with the following requirements:
- memory_limit 256M
- post_max_size 64M
- upload_max_filesize 64M
- max_execution_time 180
- max_input_vars 10000