AI
资源
AI
资源
wordpress调用某分类文章
共1篇
排序
更新
浏览
点赞
评论
wordpress调用某分类文章代码分享
<?php //cat是栏目ID showposts是调用条数 query_posts('tag=app&cat=1&showposts=1'); ?> <ul style='float:left'> <?php if (have_posts()) :while (have_posts()) : ...
程序开发
admin
13年前
0
22
9
在手机上浏览此页面