wordpress列出所有分类目录下一定数量的文章


您现在正在《wordpress列出所有分类目录下一定数量的文章》评论的第2

不影响主LOOP, 分页正常工作 限制每个分类下文章数量 列出所有分类, 不用指定 <ul> <?php /** * wordpress list limited number of posts group by all categories * without destroying the main hook * coded by xiaohudie * i promised i'd use English to annotate my code, and now i did it * 2013-05-08 */ global $post; $reset_post = $post; $cat =get_categories(); foreach($c[.....] 点此返回原文
16 Comments

Name *

E-mail *

Website

  1. hushan.me

    不错哦