微博
加入微博一起分享新鲜事
登录
|
注册
140
调用WordPress指定分类的文章代码如下:<ul> <?php query_posts('cat=15&posts_per_page=10'); while(have_posts()): the_post(); ?> <li><a href="<?php the_permalink();?>"&g… https://www.bttme.com
请登录并选择要私信的好友
300
调用WordPress指定分类的文章代码如下:<ul> <?php query_posts('cat=15&posts_per_page=10'); while(have_posts()): the_post(); ?> <li><a href="<?php the_permalink();?>"&g… https://www.bttme.com
赞一下这个内容
公开
分享
获取分享按钮
正在发布微博,请稍候