• d0mpu

    (@d0mpu)


    <?php $my_query = new WP_Query("showposts=2&post_type=page&page_id(array('33','38'))");
    while ($my_query->have_posts()) : $my_query->the_post();
    $do_not_duplicate = $post->ID; ?>

    Please advice 🙂

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Was my query code right? [doesnt work] :(’ is closed to new replies.