Tag: Loop

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

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

  • 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 for feeds. I will show some other examples, which are barely used, but often asked by users, in this post.…