日本語
フォーラム
(@treble)
15年、 6ヶ月前
解決しました。
<?php $current_month = date('m'); ?> <?php $current_year = date('Y'); ?> <?php $current_day = date('d'); ?> <?php query_posts("day=$current_day&year=$current_year&monthnum=$current_month&order=ASC"); ?>
失礼しました。