上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 68 下一页
例子:最新发表文章10篇 注意:多个参数一起用是并列查询的意思, 更多参考: https://www.wpzhiku.com/all-wp_query-arguments-comments/ https://codex.wordpress.org/Class_Reference/WP_Query#P Read More
posted @ 2017-05-01 09:30 tinyphp Views(2335) Comments(0) Diggs(0) Edit
函数:wp_list_pages($args) 作用:列出某个分类下的分类项目 常见参数说明: post_title 按标题排序 【默认】 menu_order 按照页面的数序排序(在发布页面时设置的“排序”属性的值) post_date 按照页面的发布时间排序 post_modified 按照页面 Read More
posted @ 2017-04-21 21:32 tinyphp Views(826) Comments(0) Diggs(0) Edit
函数:wp_list_categories($args) 作用:列出某个分类下的分类项目 用法: 或 输出html结构: 常见参数说明: ASC升序(默认)、 DESC降序 list 输出li, none 使用<br >标签分隔列表项 为8 显示ID为 8 的分类的子分类 为0则显示分类的所有子类 Read More
posted @ 2017-04-20 23:15 tinyphp Views(2541) Comments(0) Diggs(0) Edit
直接引入Font Awesome的css 有了这个,很多图标放大缩小,改变颜色都变得非常简单,更多参考官方吧~写得很简单明了>>>http://fontawesome.dashgame.com/ Read More
posted @ 2017-03-27 22:37 tinyphp Views(367) Comments(0) Diggs(0) Edit
菜单-设置-站点语言 Read More
posted @ 2017-03-21 20:43 tinyphp Views(907) Comments(0) Diggs(0) Edit
下面尝试在本地测试数据的备份和还原。 备份数据: 一、下载"帝国备份王" 和登录 http://ebak.phome.net/ 解压得到upload文件夹,重命名为beifen,上传到空间 访问:http://localhost/beifen/ (默认的管理员用户名与密码分别为:admin,1234 Read More
posted @ 2017-03-14 23:45 tinyphp Views(2132) Comments(0) Diggs(0) Edit
如果只引入style.css,我把这个放头顶就可以了 再加其他样式,那就加多一个这个在头顶 另外一种推荐的方法: 把下面的方法加到functions.php 然后在head里加上这个就会自动引入样式噢~ Read More
posted @ 2017-02-24 19:14 tinyphp Views(1828) Comments(0) Diggs(0) Edit
学习目的: 某一个分类的名称、别名、和id都可以到后台自己去找,但这样找比较麻烦还容易看错,wordpress提供了下面两个函数get_term_by和get_term_link,只要提供别名、名称或编号其中一个,就可以获取它其余的信息,省时省力又精确。 get_term_by用法: 前3个参数为必 Read More
posted @ 2017-02-23 22:47 tinyphp Views(2270) Comments(0) Diggs(0) Edit
functions.php加入 调用分页: 注意:当WP_Query中包含offset时,分页功能就失效了。 Read More
posted @ 2017-02-16 23:46 tinyphp Views(3690) Comments(1) Diggs(0) Edit
为什么要学WP_Query? wordpress默认会根据网址调用数据,不能满足我们所有建站要求,而WP_Query可以用于查询任何你想要的内容,相当于自定义数据调用。 便于记忆,在讲用法之前我们回顾一下循环的写法:if..else 其他>>> WP_Query用法:设定条件->查询->循环调用,下 Read More
posted @ 2017-02-11 23:38 tinyphp Views(3574) Comments(0) Diggs(0) Edit
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 68 下一页