当前位置:
  1. 首页 »
  2. 标签:query_posts
共 1 篇

wordpress获取最新文章query_posts

wordpress获取最新文章query_posts: <?php query_posts('showposts=10'); while (have_posts()) : the_post(); ?> <a rel="bookmark" target="_blank" title="<?php the_title(); ?>" href="<?php the_permalink() ?>"><?php the_title(); ?></a> <?php endwhile;?> query_posts其他参数: 1、Category Parameters
教程 1,724