$customs = get_posts('numberposts=-1&post_type=page&post_parent=3&sort_column=post_title&order=ASC');
foreach($customs as $custom)
{
$post_id_art = get_post($custom->ID, ARRAY_A);
$id = $post_id_art['ID'];
$url = get_permalink($id);
$title = $post_id_art['post_title'];
$img = get_post_meta($custom->ID, ‘bookthumbnail’, $single = true);
echo(‘‘);
}
?>
foreach($customs as $custom)
{
$post_id_art = get_post($custom->ID, ARRAY_A);
$id = $post_id_art['ID'];
$url = get_permalink($id);
$title = $post_id_art['post_title'];
$img = get_post_meta($custom->ID, ‘bookthumbnail’, $single = true);
echo(‘‘);
}
?>
Leave a Reply