Posts Tagged ‘Loop’

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Filter Duplicate Posts in the Loop

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...

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Exclude Subcategories in a Loop

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...

WP Engineer - WordPress News, WordPress Themes, Hacks and Tutorials

Quick Tipps For WordPress Query

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...