---
title: "wordpress调用指定文章，调用第2篇文章，第3篇文章等。"
date: 2012-02-03T16:29:28.000Z
tags: ["wordpress"]
categories: ["技术"]
canonical: https://www.zhaojian.net/wordpress-call-specific-article/
author: 赵健
---

```
<?php if (have_posts()) : the_post(); ?>
<?php endif;>
```


正常调用的情况下，想跳过几篇文章就复制几次。