English | 繁體中文 | 登录 |
  • 注册

  • WordPress模板技术手册

    2007年12月29日 下午 50:17 | 作者:九翼青鸟

    本文以技术手册的方式简单汇总WordPress模板的基本资料,希望能对朋友们有所助益。

    WordPress基本模板文件
    一套完整的WordPress模板应至少具有如下文件:

    • style.css : CSS(样式表)文件
    • index.php : 主页模板
    • archive.php : Archive/Category模板
    • 404.php : Not Found 错误页模板
    • comments.php : 留言/回复模板
    • footer.php : Footer模板
    • header.php : Header模板
    • sidebar.php : 侧栏模板
    • page.php : 内容页(Page)模板
    • single.php : 内容页(Post)模板
    • searchform.php : 搜索表单模板
    • search.php : 搜索结果模板

    当然,具体到特定的某款模板,可能不止这些文件,但一般而言,这些文件是每套模板所必备的。


    查看全文 »


    九翼青鸟 is Powered by WordPress. Theme D9wing Revised from Blogool theme.