<!-- the loop --> <?php while ( $posts->have_posts() ) : $posts ... php $last_year = $year; endwhile; ?> and it works as expected ...
確定! 回上一頁