1
短い質問。 このクエリに日付順に追加するには?クエリにorderbyを追加
<?php
if (have_posts()) while (have_posts()) : the_post();
the_content();
endwhile;
if($post->post_parent)
$children = wp_list_pages("title_li=&child_of=".$post->ID."&depth=1&echo=0");
if ($children) { ?>