Home > Article > Backend Development > How to install a new template in the phpcms website program
The approximate steps for how to install a new template file in the phpcms website program:
1. Upload the template file to the server;
2. Select a new template in [Template Style Configuration] in site management;
3. Set corresponding templates for different models;
4. Modify existing columns to match the new template;
5. Update the column cache, system cache, and update HTML static pages.
Share a set of pictures below:
1. Upload the template folder to the phpcms/templates/ directory, and name the file, such as cmsyou. Place the corresponding CSS folder in the corresponding location (specifically according to the template requirements).
Upload the template folder through FTP
You can see the newly uploaded file in the background interface Template
2. Find the menu: Settings > Site Management > Default Site, click Modify, and select the cmsyou template in [Template Style Configuration].
In the site settings, select the new template and confirm submission
3. Set different templates for different models: Go to content》 Model management, modify articles, pictures and other models, select the newly created template style named cmsyou. The advantage of this setting: the newly created column will automatically correspond to the template of the corresponding model.
In the model settings, select the corresponding template
4. Return to Content》Column Management and modify the existing columns , select the corresponding template (just select the newly created template directly).
Modify the column properties and select the corresponding template for the column
5. Update the column cache and system cache. If static is generated page, then you need to update the HTML static page, so that the switch is successful.
Recommended tutorial: phpcms development tutorial
The above is the detailed content of How to install a new template in the phpcms website program. For more information, please follow other related articles on the PHP Chinese website!