博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
wordpress学习四: 一个简单的自定义主题
阅读量:6267 次
发布时间:2019-06-22

本文共 1021 字,大约阅读时间需要 3 分钟。

在学习三里分析了自带的一个例子,本节我们就自己仿照他做个简单的吧,重点是调用wordpress封装好的函数和类,css和html可以稍好在调整。

将wp带的例子复制一份处理,重新名个名字。

清空index.php和style.css的文件内容。修改style.css的头部如下:

/*Theme Name: simplicityTheme URI: https://mxyb.net/Author: ljwAuthor URI: https://mxyb.net/Description: testVersion: 1.5License: GNU General Public License v2 or laterLicense URI: http://www.gnu.org/licenses/gpl-2.0.htmlTags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-readyText Domain: twentythirteenThis theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others.*/
    <?php wp_title(); ?>


上面是index.php的代码,这样一个没有样式的纯简单的主题就好了

如果我们对css和html很熟悉的话,就可以从头开始进行版面的设计了。这方面我不太在行呀。

转载于:https://www.cnblogs.com/kwliu/p/4601155.html

你可能感兴趣的文章
Python监控进程性能数据并画图保存为PDF文档
查看>>
Android属性动画完全解析(下),Interpolator和ViewPropertyAnimator的用法
查看>>
Mac OS 10.10.3下Apache + mod_wsgi配置【一】
查看>>
Hibernate基于注解的双向one-to-many映射关系的实现
查看>>
算法竞赛入门经典 例题 3-2 蛇形填数
查看>>
remove-duplicates-from-sorted-list I&II——去除链表中重复项
查看>>
c++ 网络库
查看>>
Linux 格式化扩展分区(Extended)
查看>>
linux echo命令
查看>>
nginx 内置变量大全(转)
查看>>
lakala反欺诈建模实际应用代码GBDT监督学习
查看>>
java 解析excel工具类
查看>>
Google FireBase - fcm 推送 (Cloud Messaging)
查看>>
BBS论坛(二十七)
查看>>
html DOM 的继承关系
查看>>
装饰器的邪门歪道
查看>>
Dubbo常用配置解析
查看>>
【转】C#解析Json Newtonsoft.Json
查看>>
macports的安装及常用命令
查看>>
(转)使用C#开发ActiveX控件
查看>>