Contents
-
0) {
wp_list_pages('depth=1&sort_column=menu_order&title_li=&child_of='. $post->ID);
} else {
if ($post->post_parent != 0) {
wp_list_pages('depth=1&sort_column=menu_order&title_li=&child_of='. $post->post_parent);
}
}
}
?>
".__('Pages: ', 'iodiir'), "
\n", 'number'); ?>
','') ?>