WordPress主题开发:style.css主题信息标记
在最简单的情况下,一个WordPress主题由两个文件构成:
index.php ------------------主模版
style.css -------------------主样式表
而且style.css要加上主题信息标记
(注意的是两个不同的主题是不允许拥有相同的表述 , 这样会导致主题选择出错的。
/* Theme Name: 主题名称 Theme URI: 主题介绍地址(如果你的主题上传到wordpress官方资源处适用) Author: 主题的作者 Author URI: 主题作者的网址 Description: 主题的描述 Version: 主题的版本 License: GNU General Public License v2 or later【版权说明】 License URI: http://www.gnu.org/licenses/gpl-2.0.html 【版权说明的网址】 Tags: 主题的标签,如果你的主题上传到官方指定处,通过此标签可以被筛选出 Text Domain: twentythirteen【如果主题提供多国语言版本,适用】 This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. */
2024还活着,挺好的,向着星辰与深渊,加油,博客园不要倒下啊!