Here is a simple way to call query_posts
with an array of options. For all options you my use visit: WordPress Codex.
<?php $my_query = array('showposts' => 4, 'post__not_in' => $do_not_duplicate); ?> <?php query_posts($my_query); ?>
Most all WordPress theme's use a a simple search form to search your site. But…
Ever wanted to display the title of a post somewhere but limit the amount of…
Hey, in case you are unaware, WordPress has launched a new site called WordPress.tv. Check…
When you are trying to market a product, the product or service is only as…