Theme Development
Getting Started
WISECP has an advanced theme infrastructure. You can easily develop a new theme if you want to. First you need to know are that; No theme template engine is used. You can develop your theme freely by using PHP. You can make checks and reviews by taking the ...
1. Theme Structure
We've created a sample theme structure on Github, and we recommend using it as a starting point. Where are theme files located? Theme folders are located in the directory: /templates/website/ If you want to develop a new theme, create a new folder in this ...
2. Using theme.php
Name Type Description $config Array Returns the values in the theme-config.php file located in the theme directory. $name String Name of theme directory $language Array The theme returns the value of the existing language file, depending on th...
3. How to Customize a Theme?
Review and download sample codes on GitHub For example, you can make customization by using the form elements in the following file. Sample file > Please Click. All the form data you have edited in theme-settings.php run the change_settings() function ...
4. theme-config.php File Structure
Review and download sample codes on GitHub Meta Name Type Sample Description name String Best Theme The display name of your theme description Text - Detailed information about your theme version Integer 1.0 Current version number ...