wordpress is_home() || is_index() possible?

前端 未结 3 1786
礼貌的吻别
礼貌的吻别 2021-02-06 08:33

I have a test in my header.php to see whether we are at home to display a hero or not.


  
3条回答
  •  甜味超标
    2021-02-06 09:29

    Try:

    
      
    ...

    If it still doesn't work, try adding the following just before the if statement:

    
    

提交回复
热议问题