我有以下存檔頁面設置:<?phpget_header(); ?><div id="container"> <div id="content" role="main"> <?php the_post(); ?> <h1 class="entry-title"><?php the_title(); ?></h1> <?php get_search_form(); ?> <h2>Archives by Month:</h2> <ul> <?php wp_get_archives('type=monthly'); ?> </ul> <h2>Archives by Subject:</h2> <ul> <?php wp_list_categories(); ?> </ul> </div><!-- #content --></div><!-- #container --><?php get_sidebar(); ?><?php get_footer(); ?>但是,當我加載存檔頁面時,頁面完全是白色的。這是一個沒有插件的新站點,所有其他頁面都運行良好。任何想法?
添加回答
舉報
0/150
提交
取消