Getting Started With WordPress
WordPress is an Open Source software system used by millions of people around the world to create beautiful websites and blogs. It is completely customisable by the use of themes and plugins.
Before using any theme, it is important to understand how native WordPress functions work, and how to establish ownership of your new site.
WordPress Informations
To install this theme you must have a working version of WordPress already installed. If you need help installing WordPress, follow the instructions in WordPress Codex. Below are all the useful links for WordPress information.
- WordPress Codex – General info about WordPress and how to install on your server.
- FAQ New To WordPress: The most popular WordPress FAQ’s.
- WordPress Lessons - Great source of knowledge for WordPress beginners.
-
First Steps With WordPress – General info about multiple topics about WordPress.
Server Requirements
Server Requirements are very critical in order to seamlessly upload the theme and import the demo data. Below are the list of PHP configuration parameters of your server that should be verified before installing the theme.
- Ensure your web host has the minimum requirements to run WordPress.
- Make sure the latest version of WordPress is up and running.
- If necessary, you can download the latest release of WordPress from the official WordPress website.
PHP Configuration limits
- MAX_EXECUTION_TIME = 180
- MEMORY_LIMIT = 128M
- POST_MAX_SIZE = 32M
- UPLOAD_MAX_FILESIZE = 30M
- MAX_INPUT_TIME = 120
How To Check This ?
- You can check your memory limit or increase memory limit in the php.ini file on your server. If you are not familiar with modifying this, you can reach out to your server hosting provider who should be able to configure this for you.
- You can install and activate a plugin called PHP Info. On activating the plugin, the PHP Info can be found by navigating to Tools > PHP Info. You can then reach out to your server hosting provider who should be able to configure/modify this if required.
More about WordPress requirement : Click here