站长百科 | 数字化技能提升教程 数字化时代生存宝典
首页
数字化百科
电子书
建站程序
开发
服务器
办公软件
开发教程
服务器教程
软件使用教程
运营教程
热门电子书
WordPress教程
宝塔面板教程
CSS教程
Shopify教程
导航
程序频道
推广频道
网赚频道
人物频道
网站程序
网页制作
云计算
服务器
CMS
论坛
网店
虚拟主机
cPanel
网址导航
WIKI使用导航
WIKI首页
最新资讯
网站程序
站长人物
页面分类
使用帮助
编辑测试
创建条目
网站地图
站长百科导航
站长百科
主机侦探
IDCtalk云说
跨境电商导航
WordPress啦
站长专题
网站推广
网站程序
网站赚钱
虚拟主机
cPanel
网址导航专题
云计算
微博营销
虚拟主机管理系统
开放平台
WIKI程序与应用
美国十大主机
编辑“
WordPress模板
”
人物百科
|
营销百科
|
网赚百科
|
站长工具
|
网站程序
|
域名主机
|
互联网公司
|
分类索引
跳转至:
导航
、
搜索
警告:
您没有登录。如果您做出任意编辑,您的IP地址将会公开可见。如果您
登录
或
创建
一个账户,您的编辑将归属于您的用户名,且将享受其他好处。
反垃圾检查。
不要
加入这个!
<span style="border:1px solid #000; text-align:center; float:right; padding:6px;"><strong>导航:</strong> [[WordPress开发文档|上一页]] | {{Template:WordPress导航}}</span> <div style="clear:both;"></div> WordPress模板文件即决定WordPress网站在[[互联网]]上的显示效果的文件。这些文件从WordPress [http://codex.wordpress.org/Glossary#MySQL MySQL]数据库中读取文件并生成[http://codex.wordpress.org/Glossary#HTML HTML]代码以传送给网络[[浏览器]]。通过WordPress强大的[http://www.wordpress.la/codex-%E4%BD%BF%E7%94%A8WordPress%E4%B8%BB%E9%A2%98.html 主题]功能,WordPress用户可以在一个主题下尽可能少或尽可能多地定义模板文件。每个模板文件都用于某种特定情况。关于设计主题的信息请看[http://www.wordpress.la/codex-WordPress%E4%B8%BB%E9%A2%98%E5%BC%80%E5%8F%91.html WordPress主题开发]。 ==关于主题== [http://www.wordpress.la/codex-%E4%BD%BF%E7%94%A8WordPress%E4%B8%BB%E9%A2%98.html WordPress主题的使用] 关于安装并使用WordPress主题与模板的基本信息 [http://www.wordpress.la/codex-%E5%8D%87%E7%BA%A7%E6%8F%92%E4%BB%B6%E5%92%8C%E4%B8%BB%E9%A2%98.html 升级插件和主题] 如何升级主题以兼容WordPress新版本 [http://www.wordpress.la/codex-WordPress%E4%B8%BB%E9%A2%98%E5%BC%80%E5%8F%91.html 主题开发] 如何自己开发设计主题 [http://codex.wordpress.org/Theme_Frameworks Theme Frameworks] 在父主题的基础上建立一个子主题。你可以以某个自己喜欢的主题为基础,然后对修改该主题上某些部分。 [http://www.wordpress.la/codex-%E4%B8%BA%E5%85%AC%E5%BC%80%E5%8F%91%E5%B8%83%E8%AE%BE%E8%AE%A1%E4%B8%BB%E9%A2%98.html 为公开发布设计主题] 如何开发设计WordPress主题并公开发布自己设计的主题 [http://codex.wordpress.org/I18n_for_WordPress_Developers I18n for WordPress Developers] WordPress国际化,其中包括一部分国际化主题的内容。 [http://codex.wordpress.org/Themes/Theme_Compatibility Theme Compatibility List] 兼容于不同WordPress版本的主题列表 [http://www.wordpress.la/codex-%E5%AE%9A%E5%88%B6%E6%8F%92%E4%BB%B6%E7%AE%A1%E7%90%86%E8%8F%9C%E5%8D%95.html 定制插件管理菜单] 如何开发一个可修改管理界面外观的插件 [http://www.wordpress.la/codex-%E5%B0%86WordPress%E6%95%B4%E5%90%88%E5%88%B0%E8%87%AA%E5%B7%B1%E7%9A%84%E7%BD%91%E7%AB%99%E4%B8%8A.html 整合网站] 使用WordPress发布网站内容 <STRONG>外部资源</STRONG> *[http://www.cypherhackz.net/archives/2006/12/13/make-your-own-wordpress-theme-part-1/ Make your Own Wordpress Theme by Fauzi Mohd Darus] *[http://boren.nu/archives/2004/11/10/anatomy-of-a-wordpress-theme/ Ryan Boren's Anatomy of a Theme] *[http://www.transycan.net/blogtest/2005/03/31/visual-anatomy-of-a-wp-15-theme/ Moshu's Visual Anatomy of a WP v1.5 Theme] *[http://chrisjdavis.org/secrets-of-wp-themeing-complete-series/ Chris J. Davis' Secrets of WP Theming] *[http://www.urbangiraffe.com/2005/04/12/themeguide1/ Dissection of a WordPress Theme] *[http://www.codescheme.net/how-to-design-a-wordpress-theme/ Design your First WordPress Theme] *[http://www.jestro.com/web-design/convert-xhtml-css-to-wordpress/ How to convert your XHTML/CSS Based Design to a Wordpress Theme] *[http://www.anekostudios.com/2006/09/21/how-to-create-a-wordpress-template-or-theme/ How to create a WordPress Template or Theme tutorial] *[http://mattread.com/archives/2005/04/wordpress-is-not-php/ WordPress is Not PHP - Template Files] *[http://www.jonathanwold.com/tutorials/wordpress_theme/ How To Create A WordPress Theme] *[http://wordpress.org/support/topic/311349 Forum Discussion on converting existing HTML/CSS into WordPress Theme] ==关于模板文件== <STRONG>总体介绍</STRONG> [http://www.wordpress.la/codex-%E5%88%9D%E8%AF%86WordPress%E6%A8%A1%E6%9D%BF.html 初识WordPress模板] 介绍WordPress主题的构造版块——模板文件,描述模板文件怎样共同作用生成页面以及如何嵌套模板文件。 [http://www.wordpress.la/codex-%E6%A8%A1%E6%9D%BF%E5%B1%82%E7%BA%A7.html 模板层级] 介绍生成不同页面时的模板选择顺序。在浏览器上生成被请求页面的过程中WordPress需要查看各种模板文件,本文分别列出了这些文件。 [http://www.wordpress.la/codex-WordPress%E4%B8%BB%E5%BE%AA%E7%8E%AF.html WordPress主循环(loop)] 介绍WordPress主循环。WordPress主循环是模板文件的一部分,用以生成文章内容 [http://www.wordpress.la/codex-%E8%BF%90%E8%A1%8C%E4%B8%AD%E7%9A%84The%20Loop%28%E4%B8%BB%E5%BE%AA%E7%8E%AF%29.html 运行中的The Loop(主循环)] 更多关于WordPress主循环的信息 <STRONG>页头、页脚、侧边栏与文章内容</STRONG> [http://www.wordpress.la/codex-%E8%AE%BE%E8%AE%A1WordPress%E6%A0%87%E9%A2%98.html 设计WordPress标题] 自定义header.php文件 [http://www.wordpress.la/codex-%E5%9C%A8%E9%A1%B5%E5%A4%B4%E4%B8%AD%E6%B7%BB%E5%8A%A0%E6%96%87%E7%AB%A0%E8%AE%A2%E9%98%85.html 向页头添加文章Feeds] 如何在模板文件的header部分添加[[RSS]]订阅 [http://www.wordpress.la/codex-%E8%87%AA%E5%AE%9A%E4%B9%89%E4%BE%A7%E8%BE%B9%E6%A0%8F.html 自定义侧边栏] 自定义模板文件sidebar.php [http://www.wordpress.la/codex-%E8%AE%BE%E8%AE%A1%E2%80%9CRead%20More%E2%80%9D%E9%93%BE%E6%8E%A5.html 设计Read More样式] 设计文章摘要中“Read More”的样式 [http://www.wordpress.la/codex-%E2%80%9C%E4%B8%8A%E4%B8%80%E7%AF%87%E2%80%9D%E5%92%8C%E2%80%9C%E4%B8%8B%E4%B8%80%E7%AF%87%E2%80%9D%E5%AF%BC%E8%88%AA%E9%93%BE%E6%8E%A5.html “上一页”和“下一页”导航链接] 自定义“上一页/篇”、“下一页/篇”[[链接]] [http://www.wordpress.la/codex-%E6%97%A5%E5%BF%97%E5%88%86%E9%A1%B5%E8%AE%BE%E7%BD%AE.html 日志分页设置] 怎样将一片文章分成多页并设计分页链接 [http://www.wordpress.la/codex-%E8%AE%BE%E7%BD%AE%E5%88%86%E7%B1%BB%E7%9A%84%E6%98%BE%E7%A4%BA%E6%96%B9%E6%B3%95.html 设置分类的显示方法] 用不同分隔符隔开日志分类列表中的类别 [http://www.wordpress.la/codex-%E4%BD%BF%E7%94%A8%E8%87%AA%E5%AE%9A%E4%B9%89%E5%AD%97%E6%AE%B5.html 使用自定义字段] 怎样为博客文章添加自定义元数据并显示在[[博客]]上 [http://www.wordpress.la/codex-WordPress%E8%BE%B9%E6%B3%A8.html WordPress边注] 如何为博客文章添加边注 [http://www.wordpress.la/codex-WordPress%E4%BD%BF%E7%94%A8FAQ.html#pop_up 使用弹出式评论] 怎样使评论出现在弹出式窗口中 <STRONG>存档、分类与单独页面</STRONG> [http://www.wordpress.la/codex-%E5%88%B6%E4%BD%9CWordPress%E9%9D%99%E6%80%81%E9%A6%96%E9%A1%B5.html 制作WordPress静态首页] 怎样为自己的博客设计一个静态首页 [http://www.wordpress.la/codex-%E8%AE%BE%E7%BD%AE%E4%BD%9C%E8%80%85%E9%A1%B5%E9%9D%A2.html 设置作者页面] 自定义模板文件author.php,该文件用以显示作者及相关文章的信息 [http://www.wordpress.la/codex-%E8%AE%BE%E7%BD%AE%E5%88%86%E7%B1%BB%E9%A1%B5%E9%9D%A2.html 设置分类页面] 如何定义并制作不同分类存档的模板 [http://www.wordpress.la/codex-%E8%AE%BE%E7%BD%AE%E6%A0%87%E7%AD%BE%E9%A1%B5%E9%9D%A2.html 设置标签页面] 如何定义并制作不同标签存档的模板 [http://www.wordpress.la/codex-%E6%8C%89%E5%AD%97%E6%AF%8D%E9%A1%BA%E5%BA%8F%E6%8E%92%E5%88%97WordPress%E6%97%A5%E5%BF%97.html 按字母顺序排列WordPress日志] 按字母顺序而非时间顺序排列分类页面的日志 [http://www.wordpress.la/codex-%E5%88%9B%E5%BB%BAWordPress%E5%AD%98%E6%A1%A3%E7%B4%A2%E5%BC%95.html 创建WordPress存档索引] 自定义archives.php模板文件,该文件按日期时间显示日志 [http://www.wordpress.la/codex-%E9%A1%B5%E9%9D%A2%E7%9A%84%E5%88%9B%E5%BB%BA%E5%92%8C%E4%BD%BF%E7%94%A8.html 页面的创建和使用] 介绍WordPress的页面功能,以及模板和页面之间的关系 [http://www.wordpress.la/code-%E8%AE%BE%E8%AE%A1%E4%B8%BB%E9%A2%98%E8%A1%A8%E5%8D%95%E6%A0%B7%E5%BC%8F.html 设置主题表单样式] 如何在模板文件中制作评论表、搜索表等 [http://www.wordpress.la/codex-%E5%88%9B%E5%BB%BA%E6%90%9C%E7%B4%A2%E9%A1%B5%E9%9D%A2.html 创建搜索页面] 自定义search.php模板文件 [http://www.wordpress.la/codex-%E4%BC%98%E5%8C%96Error%20404%E9%A1%B5%E9%9D%A2.html 优化Error 404页面] 为Error 404页面新建一个模板文件页面 [http://codex.wordpress.org/Displaying_Posts_Using_a_Custom_Select_Query Displaying Posts Using a Custom Select Query] 决定某篇文章应该出现在某个页面上 <STRONG>外部资料</STRONG> [http://www.cameraontheroad.com/?p=623 Creating Multiple Single Posts for Different Categories] ==关于模板标签== [http://www.wordpress.la/codex-%E5%88%9D%E8%AF%86%E6%A8%A1%E6%9D%BF%E6%A0%87%E7%AD%BE.html 初识模板标签] 介绍模板文件中模板[[标签]]的用法 [http://www.wordpress.la/codex-%E6%A8%A1%E6%9D%BF%E6%A0%87%E7%AD%BE.html 模板标签] 介绍用以获取数据库信息并显示在网站上的一系列函数。例如,模板标签 [http://codex.wordpress.org/Template_Tags/the_content the_content()]负责显示文章正文。 [http://www.wordpress.la/codex-%E8%A7%A3%E6%9E%90%E6%A8%A1%E6%9D%BF%E6%A0%87%E7%AD%BE.html 模板标签之解析模板标签] 介绍模板文件中模板标签的结构、用法以及参数 [http://www.wordpress.la/codex-Include%E6%A0%87%E7%AD%BE.html Include标签] 介绍那些能够包含并使用WordPress模板文件的标签。 [http://www.wordpress.la/codex-%E6%9D%A1%E4%BB%B6%E6%A0%87%E7%AD%BE.html 条件标签] 条件标签(通常为is_*形式,如 [Function Reference/is home" href="http://codex.wordpress.org/Function_Reference/is_home is_home()])报告当前显示的页面类型(如主页,分类存档等),可用在模板文件中,根据标签的报告控制面板文件的输出结果。 [http://www.wordpress.la/codex-%E6%A8%A1%E6%9D%BF%E6%A0%87%E7%AD%BE-query_posts%28%29.html query_posts] 介绍模板标签query_posts,该标签决定页面上应显示的日志 <STRONG>外部资料</STRONG> *[http://boren.nu/archives/2004/10/16/templates-and-the-is-functions/ Templates and "is" functions, by Ryan] *[http://www.headzoo.com/wptcs.png Theme cheatsheet] *[http://florchakh.com/2007/04/17/mashup-of-posts-on-your-wordpress-homepage.html Using the_content and the_excerpt tags within the Loop at the same time]. ==CSS、页面布局与外观设计== [http://www.wordpress.la/codex-CSS.html CSS] 如何整合CSS与WordPress,文章还介绍了WordPress中其他[[CSS]]引用 [http://www.wordpress.la/codex-WordPress%E4%BD%BF%E7%94%A8.html#advanced 博客布局和设计] WordPress博客布局和设计相关文章列表 ==模板工具、测试与验证== *[http://www.wordpress.la/codex-CSS%E4%B9%8B%E4%BF%AE%E5%A4%8D%E6%B5%8F%E8%A7%88%E5%99%A8%E6%BC%8F%E6%B4%9E.html CSS之修复浏览器漏洞] *[http://www.wordpress.la/codex-CSS%E7%96%91%E9%9A%BE%E8%A7%A3%E7%AD%94.html CSS疑难解答] *[http://www.wordpress.la/codex-WordPress%E7%BD%91%E7%AB%99%E9%AA%8C%E8%AF%81.html 验证网站] ==相关条目== *[[Drupal]] *[[OBLOG]] *[[X-Space]] *[[SaBlog-X]] *[[Bo-Blog]] [[category:WordPress中文文档|M]] [[category:WordPress网站开发|M]] [[category:WordPress开发文档|M]]
摘要:
请注意,您对站长百科的所有贡献都可能被其他贡献者编辑,修改或删除。如果您不希望您的文字被任意修改和再散布,请不要提交。
您同时也要向我们保证您所提交的内容是您自己所作,或得自一个不受版权保护或相似自由的来源(参阅
Wordpress-mediawiki:版权
的细节)。
未经许可,请勿提交受版权保护的作品!
取消
编辑帮助
(在新窗口中打开)
本页使用的模板:
模板:WordPress导航
(
查看源代码
)(受保护)