wordpress前天默认首页自己写了个wordpress的主题, 但是有个问题, 怎么可以在前天登录到wordpress的时候显示某一个page的内容啊?因为:=========<?php while(have_posts()): the_post();?><? endwhile;?>这样显示的时候是显示的articles的内容, 怎么可以默认的现实page的内容啊, 最好是能显示某一个特定的page.[解决办法]前天登录?