WordPress函数is_front_page()和is_home()的区别
is_front_page()和is_home()在没有使用静态页作为首页显示的时候,两者都返回true,而在使用静态页作为首页之后则只有is_front_page()返回true。另外is_home()在首页显示里面设置了博客页面(文章页)后,在指定的博客页面(文章页)上返回true。
简而言之,只要是网站首页is_front_page()都会返回true,而is_home()会在博客索引页返回true。
is_front_page()和is_home()在没有使用静态页作为首页显示的时候,两者都返回true,而在使用静态页作为首页之后则只有is_front_page()返回true。另外is_home()在首页显示里面设置了博客页面(文章页)后,在指定的博客页面(文章页)上返回true。
简而言之,只要是网站首页is_front_page()都会返回true,而is_home()会在博客索引页返回true。