网站大量收购独家精品文档,联系QQ:2885784924

wordpress主题开发文档.pdf

  1. 1、本文档共39页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Wordpress 主题制作 个人主题的开发记录。主要介绍函数的使用。 创建主题 在 wp-content 下面的 themes 文件夹中创建自己主题的文件夹。我的文件夹名称是 zingson 。在文件下面创建 style.css 文件与 index.php 文件,一个主题中,这两个文件是必须 的,其它的一些文件后面再加。 这两个文件建好之后, 去后台就可以看到自己添加的主题, 启用主题, 打开首页能看到 你 index.php 的容了。 styl e.css 文件说明 style.css 文件中必须含有主题的注释头信息。 以下是默认主题的 style.css 文件: /* Theme Name: Twenty Twelve Theme URI: /themes/twentytwelve Author: the WordPress team Author URI: / Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background. Version: 1.3 License: GNU General Public License v2 or later License URI: ./licenses/gpl-2.0.html Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready Text Domain: twentytwelve This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what youve learned with others. */ 上面容是从默认主题复制过来的,大概可以看出什么意思了。 注释说明: Theme Name: 这里填主题名称 Theme URI: 这里填主题介绍的网址,没有就填你的博客网址吧 Description: 这里填主题的简短介绍 Version: 版本号 Author: 作者名 Author URI: 作者的网址 Tags: 标签,多个用半角逗号隔开 Ind ex.php WordPress 主题模板文件的列表。 用户的主题中也可能带有其它样式表单、 图片或文件, 不过下面这些文件在 WordPress 中都有着特殊意义。 style.css:主样式表单。 主题中必须包含 style.css 文件,而 style.css 文件中必须含有主题的注 释头信息。 index.php: 主模板。如果用户使用的主题有自己的模板,必须具备 index.php 文件。 Word

文档评论(0)

拉拉链 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档