WordPress修改分类目录文章数量
-
WordPress分类目录文章数量怎么改?如何修改显示条数
修改WordPress站点分类目录的文章显示数量,最直接的方法是编辑当前主题下的archive.php或category.php文件,在while ( have_posts() ) : the_post();循环前添加global $query_string; query_posts($query_string……
修改WordPress站点分类目录的文章显示数量,最直接的方法是编辑当前主题下的archive.php或category.php文件,在while ( have_posts() ) : the_post();循环前添加global $query_string; query_posts($query_string……