Theme Development
5. Variables and Functions
Here are some of the functions and variables you need to develop a theme. Name Type Description $_theme Class (Object) Enables to use the theme.php class in your theme file. Example Usage $_theme_name String Gives the folder name of the theme. $...
6. Language Usage
In the theme structure, two functions are available to display languages on the screen; __($lang_line,$replacement,$lang_code) ___($lang_line,$replacement,$lang_code) To get the language value in your theme file, you should use the following function; __(...
7. Creating a Subpage
Review and download sample codes on GitHub php files are treated as subpages within the "pages" folder in the theme folder. Whatever the folder names you created in the "pages" folder are, you can call them in the same way in address line. For example; You...