娃哈哈好喝-真的!
技术够用就行,吃好喝好睡好!

wordpress获取指定栏目文章

<?php
query_posts('showposts=10&cat=8'); //获取分类列表,
get_template_part( 'excerpt' );
?>

参数说明:

showposts代表获取的数量

cat代表分类id

赞(0)
未经允许不得转载:娃哈哈好喝 » wordpress获取指定栏目文章
分享到: 更多 (0)