Can I change the theme name in WordPress?

前端 未结 5 1719
北恋
北恋 2021-01-31 15:40

How can I change the theme name in WordPress and where?

Can I also change the folder name theme1244 in public/wp-content/themes/theme1244 without having pro

5条回答
  •  自闭症患者
    2021-01-31 16:00

    You can absolutely change the name of the folder without having any problems. If you want to change just the themes name, open the style.css in the root folder of your theme and edit the name in the comments at the top of the file. If you plan on doing more changes, you might be better off creating a child theme: https://codex.wordpress.org/Child_Themes

提交回复
热议问题