Forums

How can I exclude a tag from WP_Query (2 posts)

  1. Anonymous
    Unregistered
    Posted 3 years ago #

    I want to exclude a certain tag from WP_query

    <?php $recent = new WP_Query("tag=north-indian&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>

    such that it displays all posts related to the tag "north-indian" and none to the tag "south-indian"

  2. ywftdg
    Member
    Posted 3 years ago #

    ever find a fix?

Topic Closed

This topic has been closed to new replies.

About this Topic