Title: Retrieve Blog Post with offset=1
Last modified: August 19, 2016

---

# Retrieve Blog Post with offset=1

 *  [ivorpad](https://wordpress.org/support/users/ivorpad/)
 * (@ivorpad)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/retrieve-blog-post-with-offset1/)
 * Hi, I have a problem here, how can I get an specific single post for a “recent
   news” with offset… I’ve made a mistake here?
 *     ```
       <?php
       // Begin Blog Loop
           $get_news = new WP_Query( 'showposts=2&cat='.get_cat_id( get_option(       'blog_cat' ) ).'&offset=1' );
           while ($get_news->have_posts()) : $get_news->the_post();
       ?>
       ```
   

Viewing 1 replies (of 1 total)

 *  [f00bar](https://wordpress.org/support/users/f00bar/)
 * (@f00bar)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/retrieve-blog-post-with-offset1/#post-1096265)
 * Offset determines which post you want to start from, 0 being the first one. If
   you want to get a specific single post, you would surely want to specifiy the
   post id?

Viewing 1 replies (of 1 total)

The topic ‘Retrieve Blog Post with offset=1’ is closed to new replies.

## Tags

 * [offset](https://wordpress.org/support/topic-tag/offset/)
 * [recent](https://wordpress.org/support/topic-tag/recent/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [f00bar](https://wordpress.org/support/users/f00bar/)
 * Last activity: [16 years, 11 months ago](https://wordpress.org/support/topic/retrieve-blog-post-with-offset1/#post-1096265)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
