何もレンダリングしないテーマを作成しようとしていますが、フィード URL と管理ページへのアクセスを許可します。これは、次の質問の続きです: WordPress サイトのフィード URL にのみアクセスできるようにする.
style.css
次のように、コメント ヘッダーを使用してempty を作成しました。
スタイル.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
、ナビゲーション テキストが 1 ページに表示されることに気付きました。何かが欠けているかどうかが心配です。
また、Twenty-eleven が更新され、たまたまいくつかのファイルが追加された場合、何かを出力するページはありますか?