How to make a featured post
… with query_posts()
<?php query_posts(‘cat=16&showposts=1′); ?>
<?php while (have_posts()) : the_post(); ?>
<?php the_excerpt(‘Read the rest of this entry »’); ?>
<?php endwhile; ?>
Using query_posts() is a very cool way to display, for example, latest posts of a specific category – query_posts(‘cat=16&showposts=1′) or exclude a specific category query_posts(‘cat=-16)
WordPress support
Wordpress Themes & plugins
WordPress Books
- WordPress 2: Visual QuickStart Guide
- Build Your Own Website
- Build A Blogging Empire !
- Affiliate Site Marketing, Backlink Strategies & Long-Term Training (Supertargeting Affiliate Training)
- Linchpin: Are You Indispensable? How to Drive Your Career and Create a Remarkable Future
- How to Make Money Online With a Free Blog – For Newbies
- How to create a website using cpanel and WordPress Reviews
- No Business Like E-Business: The Spectacularly Simple Secrets Behind How You Can Create A Web Site And Make Money With It
- WordPress and Flash 10x Cookbook
- WordPress Theme Design
- WordPress Plugins Guide
- WordPress 3 Complete
- Getting Up And Running With WordPress – “Learn How To Install And Optimize WordPress”
- Make An Income Blogging Using These 8 Suggestions Blogging Top Secret!
- 20 Website Headers






