Posts Tagged ‘Loop’

Filter Duplicate Posts in the Loop
WordPress Hacks | September 28th, 2009 | by Frank | 8 Comments
As the question arises quite often I'd like to show how I make sure that the content presented, which were output in a loop, not showed up again in a second loop. read more...

Exclude Subcategories in a Loop
WordPress Hacks | March 3rd, 2009 | by Frank | 8 Comments
This code snippet excludes the subcategories in a loop. Just insert the code in your functions.php of your theme or in a Plugin and you are done. read more...

Quick Tipps For WordPress Query
WordPress Hacks | November 6th, 2008 | by Frank | 5 Comments
The loop of WordPress is a powerful tool. Most users just use the standard loop. But you can adjust and use loops very good for your requirements. I showed an example in my last post... read more...


