突然,我发现我的主页上出现了博客帖子,阅读选项中没有设置静态主页(见屏幕截图)。
在数据库中,show\\u on\\u front选项现在也神奇地设置为posts。
有人说,这是因为没有网页或没有公共网页。然而,我有一些也是公开的页面。
目前我已经做了以下工作
function force_static_page(){
update_option( \'show_on_front\', \'page\', true);
update_option( \'page_on_front\', 28, true);
}
add_action(\'init\', __NAMESPACE__ . \'\\\\force_static_page\');