好久没有好好练运球突破了,技能包急需更新。
Continue reading
add_filter
apply_filter
add_action
do_action
Continue reading
网站名字 <?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