wordpress文章页获取指定分类的置顶文章

为何80%的码农都作不了架构师?>>>   php <dl> <dt><span>置顶</span>推荐</dt> <?php              query_posts('cat=28&posts_per_page=1'); while (have_posts()) : the_post();       if (is_sticky()): //输出置顶文章 ?> <dd> <p clas
相关文章
相关标签/搜索