我正在尝试创建一个不呈现任何内容但允许访问提要 url 和管理页面的主题。这是这个问题的延续:Make Only Access to Feed URL on a WordPress Site。
我创建了一个空style.css
的注释标题,如下所示。
样式.css
/*
Theme Name: Only Feeds
Description: Renders only feeds.
Version: 0.0.1
Template: twentyeleven
*/
并在主题目录下创建了如下空文件。
添加的文件
search.php
searchform.php
showcase.php
sidebar.php
sidebar-footer.php
sidebar-page.php
tag.php
single.php
style.css
404.php
archive.php
author.php
category.php
comments.php
content.php
content-aside.php
content-featured.php
content-gallery.php
content-image.php
content-intro.php
content-link.php
content-page.php
content-quote.php
content-single.php
content-status.php
footer.php
functions.php
header.php
image.php
index.php
page.php
到目前为止它似乎正在工作,但我注意到当我忘记创建空白single.php
时,导航文本出现在单个页面中。这让我担心我是否遗漏了什么。
另外,如果 21-11 更新并恰好添加了一些文件,会有一个页面输出一些东西吗?