<?php $recentPosts = new WP_Query(); $recentPosts->query('showposts=5'); ?> 我们通过实例化WP_Query类,然后使用query函数来调用最新 ...
確定! 回上一頁