Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/templates/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在我上传我的Wordpress网站后,如果使用的模板自动更新,它会改变我网站上的内容吗?_Wordpress_Templates - Fatal编程技术网

在我上传我的Wordpress网站后,如果使用的模板自动更新,它会改变我网站上的内容吗?

在我上传我的Wordpress网站后,如果使用的模板自动更新,它会改变我网站上的内容吗?,wordpress,templates,Wordpress,Templates,我开始在Wordpress上工作,并且知道使用的模板得到更新。我担心它可能会在网站在线时更新,并将我的模板恢复到原始状态。有帮助吗?您想在子主题中创建和编辑文件 如果启用了自动更新,并且主题得到更新,则不会更改子主题 这方面有很多可用的方法 您还可以使用命令行轻松创建子主题 示例:wp scaffold子主题示例主题--parent_theme=twentythetic 有关更多信息,请参阅

我开始在Wordpress上工作,并且知道使用的模板得到更新。我担心它可能会在网站在线时更新,并将我的模板恢复到原始状态。有帮助吗?

您想在子主题中创建和编辑文件

如果启用了自动更新,并且主题得到更新,则不会更改子主题

这方面有很多可用的方法

您还可以使用命令行轻松创建子主题

示例:
wp scaffold子主题示例主题--parent_theme=twentythetic

有关更多信息,请参阅