Forums

Custom Taxonomy Query (1 post)

  1. Bülent Sakarya
    Member
    Posted 7 months ago #

    Hello.

    I want to list posts with custom taxonomies. they are fiyataraligi, videoformati, ekranboyutu, taramahizi, cozunurluk. And i've written a code;

    $query = new WP_Query( array( 'relation' => 'AND', 'fiyataraligi' => ''.$fiyataraligi.'', 'videoformati' => ''.$videoformati.'', 'ekranboyutu' => ''.$ekranboyutu.'', 'taramahizi' => ''.$taramahizi.'', 'cozunurluk' => ''.$cozunurluk.'' ) );
    while ( $query->have_posts() ) : $query->the_post();

    title, content, endwhile.

    but, i don't see ant post. what is wrong?

    thanks.

Reply

You must log in to post.

About this Topic

  • RSS feed for this topic
  • Started 7 months ago by Bülent Sakarya
  • This topic is not resolved
  • WordPress version: 3.2.1