本文介绍了wordpress is_home() ||is_index() 可能吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在我的 header.

<?

<?

但是当用户登陆 index.

解决方案

试试 is_front_page()

<?

如果您位于站点的绝对根目录,那应该返回 true.

I have a test in my header.

<?

But when the user lands on index.

解决方案

Try is_front_page()

<?

That should return true if you are on the absolute root of site.

这篇关于wordpress is_home() ||is_index() 可能吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 14:45