FAQ

Just another 仙台入門new weblog

­

今後公開予定のスケジュールしているエントリの表示

2009年 5月 26日 admin

テンプレート、コーディング例

<?php
$my_query = new WP_Query('post_status=future&order=DESC&showposts=5');
if ($my_query->have_posts()) {
    while ($my_query->have_posts()) : $my_query->the_post(); ?>
        <?php the_title(); ?>
    <?php endwhile;
}
?>
.
© FAQ Entries (RSS) and Comments (RSS)