Title: posts in static page
Last modified: August 18, 2016

---

# posts in static page

 *  [ldp](https://wordpress.org/support/users/ldp/)
 * (@ldp)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/posts-in-static-page/)
 * im using the static page plugin, but i also want to add some posts (that are 
   on the ‘index’ category, which doesn’t appear on the blog) on that page, is there
   a way to make it possible?
 * thx.
 * // EDIT
 * nevermind.
    if anyone is interested on how to do this:
 * <?php
    $posts = get_posts(‘numberposts=10&order=ASC&orderby=post_title&category
   =1’); foreach ($posts as $post) : start_wp(); ?> <?php the_date(); echo ““; ?
   > <?php the_title(); ?> <?php the_excerpt(); ?> <?php endforeach; ?>

Viewing 1 replies (of 1 total)

 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/posts-in-static-page/#post-256971)
 * or
    [http://guff.szub.net/get-a-post](http://guff.szub.net/get-a-post)

Viewing 1 replies (of 1 total)

The topic ‘posts in static page’ is closed to new replies.

## Tags

 * [static+page](https://wordpress.org/support/topic-tag/staticpage/)

 * 1 reply
 * 2 participants
 * Last reply from: [moshu](https://wordpress.org/support/users/moshu/)
 * Last activity: [20 years, 8 months ago](https://wordpress.org/support/topic/posts-in-static-page/#post-256971)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
