Requirements & Structure

Last updated: Jan 21th, 2021

Requirement

1. Basic Requirement for Theme

  • Wordpress 4.0 or higher.
  • PHP 5.4 or higher.
  • MySQL 5 or higher.
  • Memory Limit 128M or higher.

2. Recommended PHP Configuration Limits

  • max_execution_time 180
  • memory_limit 128M
  • post_max_size 32M
  • upload_max_filesize 32M

Structure

I have tried to follow the standards and modular structure while developing the theme. Following sections are explaining the theme File & Folder, structure, html file struture and plugins.

    ├── assets/
    │   ├── admin/
    │   ├── css/
    │   ├── fonts/
    │   ├── images/
    │   └── js/
    │   └── webfonts/
    ├── content
    ├── extend
    │   ├── widgets
    ├── framework
    │   ├── custom-css
    │   ├── landrick-demo-data
    │   ├── plugins
    │   ├── ReduxCore
    │   ├── tgm