• hi at all, i have a little problem,
    $myposts = get_posts('post_parent=1&post_type=page&orderby=rand&numberposts=1');

    with this code i display a random subpage of a mother page, all OK, but if I put another mother page
    $myposts = get_posts('post_parent=1,2,3&post_type=page&orderby=rand&numberposts=1');
    nothing, the code display a casual page of other mother page…

    where is the mistake?
    tank at all
    kikko088

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

The topic ‘post_parent’ is closed to new replies.