Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • UP. The same problem.

    I need to display certain posts on my page.
    I used function query_posts() with post__in, Like this:

    query_posts(array('post__in' => array (208, 232, 159, 341)));
    if (have_posts()) : while (have_posts()) : the_post();

    But it doesn’t work. The result is 10 recent posts.
    Can someone help? Are there any WordPress experts?

    Thread Starter eladi

    (@eladi)

    Thanks, MichaelH.

    But both tags and both categories ARE terms, in DB they have similar fields including ‘parent’ field. So logically it could be supposed that they have similar properties (hierarchy). Hope it will be implemented soon.

Viewing 2 replies - 1 through 2 (of 2 total)