Categories: Tips & Tricks

A simple way to query posts

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); ?>
Web Master

Hi, I am Miguel, I bought this site in 2009. So I now run or manage the site. Please visit my new website or follow me on twitter @W3i.

Recent Posts

The launch of WordPress.tv

Hey, in case you are unaware, WordPress has launched a new site called WordPress.tv. Check…

5 hours ago

10 Steps to Evaluating and Measuring Your Marketing Strategy

When you are trying to market a product, the product or service is only as…

7 hours ago

StylizedWeb.com

19 hours ago

Can′t add pagination on WooThemes Thick Theme

Everything I have tried has led to nothing. And I have tried six way's from…

1 day ago

Pulling custom fields from outside the loop

In the last post "Creating a custom widget" I showed you how to create a…

2 days ago

Creating a custom widget

Today let's learn a simple quick trick on how to create a custom widget. For…

2 days ago