What are the different ways to detect home page in wordpress?

后端 未结 7 748
自闭症患者
自闭症患者 2021-02-06 04:59

What are the different ways to detect wordpress homepage

except is_front_page() and is_home()

Thanks

7条回答
  •  旧时难觅i
    2021-02-06 05:39

    With Twenty Ten I use:

    
       

    Works like a charm... $_SERVER is the one I always use and it always works.

提交回复
热议问题