WordPress常见目录作用和主题目录下常见文件说明

文件/文件夹 介绍
header.php
公用头部
footer.php
公用底部
home.php
首页
sidebar.php
侧边栏
category.php
分类目录
single.php
文章内容页
singular.php
页面文章合一
page.php
页面
tag.php
标签页
search.php
搜索结果
archive.php
归档页
author.php
作者页
functions.php
主题功能文件(添加自定义功能和钩子)
screenshot.png
后台主题缩略图(1200*900)
category-XXX.php
指定某个分类页模板文件
archive-XXX.php
指定某个归档页模板文件
single-XXX.php
指定某个内容页模板文件
wp-content->themes
主题目录(一个文件夹就代表一个主题)
wp-content->plugins
插件目录(一个文件夹就代表一个插件)
wp-content->languages
语言包
wp-content->uploads
存放媒体库上传的文件

本文摘自网络,不代表短经典网立场 https://www.duanjingdian.com/1183.html

上一篇 2024 年 9 月 24 日
下一篇 2024 年 10 月 12 日

相关推荐