This plugin allow you to display your post in pages or posts using shortcode

http://wordpress.org/extend/plugins/category-post-shortcode

How to use

just put this shortcode in your post or pages

[ cat totalposts="3" category="1,3" thumbnail="true" excerpt="true"]

make sure there is no space between [ and cat. I just put a space to show the code .

Shortcode Attributes

totalposts - your total number of post to display. default is -1
category - category id. use comma , for multiple id
thumbnail - set true if you want to display thumbnail. default is false
thumbnail_height - image size for the thumbnail. default is 130
thumbnail_width - image size for the thumbnail. default is 130
excerpt - set true if you want to display excertp. default is true
orderby - your post will order by . default post_date . check http://codex.wordpress.org/Template_Tags/get_posts for detail

Sample Output

simulate internet connection dengan Network Link ConditionerKhas untuk pengguna mac sahaja. 1. pastikan anda telah install XCode 4.1 dan keatas. 2. klik pada ikon apple di bahagian atas kiri desktop anda dan pilih “system preferences”. From ibnuyahya.com 3. klik pada Network Link Conditioner 3. Jika Network Link Conditioner tidak dijumpai, buka finder dan pergi ke /Applications/Utilities/Network Link Conditioner/ 4. Pilih profile [...]
List of HTTP status codes301 – Moved Permanently 302 – Found – the original describing phrase was “Moved Temporarily” 307 – Temporary Redirect (since HTTP/1.1) If you notice, usually we use 302 as temporary redirect. Now.. change it to 307. http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html http://en.wikipedia.org/wiki/HTTP_307#3xx_Redirection http://support.google.com/webmasters/bin/answer.py?hl=en&answer=40132
bukit saga melalui trek A dan BSabtu lepas seperti biasa aku mendaki bukit saga melalui trek biasa, iaitu trek A. Tetapi kali ini turun melalui trek B. Baru pertama kali aku lalu trek B ni… Trek B ni agak jarang orang melaluinya memandangkan perjalanannya yang agak jauh berbanding Trek A dan C. Sepanjang perjalanan, aku hanya terserempak dengan 2 orang sahaja. [...]

thumbnail

create custom field key as thumbnail-url and put your thumbnail url in the value area

From ibnuyahya.com

Styling

style at your own in style.css
example

.cat-post{
    width:100%;
}
.cat-post-list{
    display: block;
    margin-bottom: 20px;
    position: relative;

}
.cat-post-images{
    float:left;
    width:140px;
    display:block;
}

.cat-content{
    width:350px;
    float:right;
}
.cat-post-title{
    display: block;
    width:100%;
}
.cat-clear{
    clear:both;
}