网站名字 <?php bloginfo('name');?>
网站描述 <?php bloginfo('description');?>
查询Post的主循环:
1// The Query is overly simplistic and problematic way to modify main query of a page by r
Continue reading
#先上一个wordpress的流程图
将网站的各个模板文件拆分开来a. style.cssb. index.phpc. header.phpd. footer.phpe. sidebar.phpf. single.phpg. page.phph. archive.php => category, tag, date-based, author basedi. functions.php =&
Continue reading
今天复习了一下wordpress主题的制作,结合Bootstrap,做一个总结
#首先是bootstrap主题的文件结构
a. style.css主题的css必要文件b. index.php主题的必要的php文件必要文件
主页:
home.php
index.php
文章页:
single-{post_type}.php – 如果文章类型是videos(即视频),WordPress就会去查找si
Continue reading
今天公司网络有问题后,打了一会儿盹. 半醒的状态下按了一下空格,发现了Chrome里面的小恐龙居然动起来了,卧槽,仔细看了一下,差点被感动哭了。
Continue reading
一直想学习大前端,最近在做公司官网,涉及到了一些切图,动画效果的任务,总结如下:
先从Bootstrap开始
首先学习的时候有一点没有学习到,就是如何定制Bootstrap,使用less或者sass重新编译Bootstrap以达到定制的效果我使用的方法是在main.css文件中覆盖bootstrap.min.css文件里面的css
学习到了一些之前没有注意到的,就是针对移动端的定制,hidden
Continue reading
Grunt用到的组件
connect
grunt-connect
grunt-contrib-clean 目录和文件管理,可以用于清除临时文件和目录
grunt-contrib-concat 合并文件,可以合并多个css或者js文件
grunt-contrib-connect sorry,忘记了,后面补起
grunt-contrib-copy 复制文件到指定目录
grunt-contrib-cs
Continue reading
很久没写博客了,最近学了一些Bootstrap,网页切图,设计心理学的知识,还有微信运营的东西,很杂
Goagent的完美替代者Shadowsocks然后去网上找了一个一键安装包:CentOS下shadowsocks-libev一键安装脚本;在vps上面一步搞定服务端的部署
1//查看shadowsocks运行状态
Continue reading
Note that you can also attach controllers to the DOM by declaring it in a route definition via the $route service. A common mistake is to declare the controller again using ng-controller in the templa
Continue reading
今天使用bower安装angular-boostrap模块,安装完成之后, 往AngularJS应用里面注入模块的时候出错, 报错如下1Uncaught Error: [$injector:modulerr] Failed to instantiate module wechatEnterpriseFrontApp due to:
Error: [$injector:modulerr] F
Continue reading
The Yeoman workflow is comprised of three core tools for improving your productivity and satisfaction when building a web app. These tools are:
yo - the scaffolding tool from Yeoman
A package manager
Continue reading