Title: Sticky Posts and Regular Posts
Last modified: August 19, 2016

---

# Sticky Posts and Regular Posts

 *  [amahdee](https://wordpress.org/support/users/amahdee/)
 * (@amahdee)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/sticky-posts-and-regular-posts/)
 * Hi there,
    The issue is this:
 * Front Page displays 15 Posts
    Post Per Page – 15 Posts I added 15 Sticky Posts
   But now on the front page are showing 30 posts, and I want 15 and the second 
   page 15 and so on! How to do this?
 * Thanks

Viewing 1 replies (of 1 total)

 *  [jeFFF](https://wordpress.org/support/users/jefff/)
 * (@jefff)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/sticky-posts-and-regular-posts/#post-1896522)
 * Hello,
 * This behavior is normal as sticky posts are not considered as regular posts.
 * There is 2 ways to do what you want, create a new category entitled frontpage
   and display only this one on the front page using the query_posts function.
 * Or modify the loop on the front page (index.php), get all stickies using :
    `
   get_option('sticky_posts');` and pass the data in a query_posts function : `query_posts(
   array('post__in'=>get_option('sticky_posts')));`
 * Hope this help 😉
 * cheers
    jeFFF

Viewing 1 replies (of 1 total)

The topic ‘Sticky Posts and Regular Posts’ is closed to new replies.

## Tags

 * [query](https://wordpress.org/support/topic-tag/query/)
 * [Sticky posts](https://wordpress.org/support/topic-tag/sticky-posts/)

 * In: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
 * 1 reply
 * 2 participants
 * Last reply from: [jeFFF](https://wordpress.org/support/users/jefff/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/sticky-posts-and-regular-posts/#post-1896522)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
