Home > Article > CMS Tutorial > How to change theme name in WordPress
Log in to your WordPress blog management backend – Appearance – Theme, and you can see the list of themes you have installed.
First find and open the style.css file in your theme , you will see the following piece of code at the top:
Java code
/* Theme Name: flyxiang 这里填主题名称 Theme URI:这里填主题介绍的网址,没有就填你的博客网址吧 Description: flyxiang 这里填主题的简短介绍 Version: 1.0 版本号 Author: flyxiang作者名 Author URI: 作者的网址 Tags: 标签,多个用半角逗号隔开 */
You only need to modify this information to your own information, go to the background and look at the theme again, has changed.
For more wordpress related technical articles, please visit the wordpress tutorial column to learn!
The above is the detailed content of How to change theme name in WordPress. For more information, please follow other related articles on the PHP Chinese website!