我有以下存檔頁(yè)面設(shè)置:<?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(); ?>但是,當(dāng)我加載存檔頁(yè)面時(shí),頁(yè)面完全是白色的。這是一個(gè)沒(méi)有插件的新站點(diǎn),所有其他頁(yè)面都運(yùn)行良好。任何想法?
1 回答

慕虎7371278
TA貢獻(xiàn)1802條經(jīng)驗(yàn) 獲得超4個(gè)贊
出于某種奇怪的原因,當(dāng)我將代碼添加到 index.php 文件時(shí),存檔變得可見。
- 1 回答
- 0 關(guān)注
- 150 瀏覽
添加回答
舉報(bào)
0/150
提交
取消