Home > Article > CMS Tutorial > How to change templates in phpcms
How to change the template in phpcms?
This article mainly introduces the specific operation method of how to change the template in phpcms v9. Friends who need it can refer to it
Share the specific operation method of changing the template in Phpcms V9
Let’s share the general steps first:
1. Upload the template file to the server; 2. Select a new template in [Template Style Configuration] in the site management; 3. Set corresponding templates for different models; 4. Modify existing columns to match the new template; 5. Update 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 template in the background interface
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, modify the existing columns, and 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 generated Static page, then you need to update the HTML static page, so that the switch is successful.
PHP Chinese website, a large number of free PHPCMS tutorials, welcome to learn online!
The above is the detailed content of How to change templates in phpcms. For more information, please follow other related articles on the PHP Chinese website!