Title: Static Frontpage
Last modified: August 18, 2016

---

# Static Frontpage

 *  [jantsu](https://wordpress.org/support/users/jantsu/)
 * (@jantsu)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/static-frontpage/)
 * Hello everybody, i wanna static frontpage wich shows only 1 or 2 posts. Can you
   please give me an example what do i have do in home.php?
    I found this one but
   it shows only links.
 * <div id=”content” class=”narrowcolumn”><h1 style=”color:#000;”>Welcome to my 
   site</h1>
    Hello and welcome to my site. You can go to my web page about how 
   to improve your shoots with your digital camera; or you can go to my blog <h2
   >Lastest posts in my blog:</h2>
 * <?php
    # Here starts Mini Loop trick: You can use this code, but _at your own
   risk_ # If you want to improve this code, you’re welcome 😉
 * $how_many=2; //How many posts do you want to show ?>
    <ul class=”whats-new”> 
   <? $news=$wpdb->get_results(“SELECT ID,post_title FROM $wpdb->posts WHERE post_status
   = \”publish\” ORDER BY ID DESC LIMIT “.$how_many); foreach($news as $np){ printf(”
    - 
    - “, $np->ID,$np->post_title);
       }?>
    - </div>
    - Thank you very much.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Samuel B](https://wordpress.org/support/users/samboll/)
 * (@samboll)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/static-frontpage/#post-463792)
 * Simplify your life:
    [http://www.ilfilosofo.com/blog/home-page-control](http://www.ilfilosofo.com/blog/home-page-control)
 *  Thread Starter [jantsu](https://wordpress.org/support/users/jantsu/)
 * (@jantsu)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/static-frontpage/#post-463809)
 * That´s not what i want.. but thanks anyway.
 *  Thread Starter [jantsu](https://wordpress.org/support/users/jantsu/)
 * (@jantsu)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/static-frontpage/#post-464019)
 * Anyone help? How can i show 2 posts in my frontpage and 10 post in categories?
   I really need this option but i don´t know how to do it.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Static Frontpage’ is closed to new replies.

## Tags

 * [front page](https://wordpress.org/support/topic-tag/front-page/)
 * [templates](https://wordpress.org/support/topic-tag/templates/)
 * [Themes](https://wordpress.org/support/topic-tag/themes/)

 * 3 replies
 * 2 participants
 * Last reply from: [jantsu](https://wordpress.org/support/users/jantsu/)
 * Last activity: [19 years, 8 months ago](https://wordpress.org/support/topic/static-frontpage/#post-464019)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
