gpt4 book ai didi

php - WordPress : how to hide the main page title but not the sub-page title

转载 作者:行者123 更新时间:2023-11-28 11:22:43 25 4
gpt4 key购买 nike

我正在寻找一个规则来隐藏主页的页面标题而不是子页面。

示例:mysite.com/video/1

我想隐藏“视频”而不是第 1 页的页面标题。

有人可以帮我吗?

我试过了

.entry-title {
display: none;

但这对所有页面都是隐藏的,

最佳答案

查看您在 body 标记中可用的类。如果你的主题编码正确,应该有一个函数

 <?php body_class(); ?>

在 body 标签中,根据您所在的页面为您提供类。如果您有这些类,您可以针对标题添加另一个选择器,例如:

.page-child .entry-title {
display: none;
}

关于php - WordPress : how to hide the main page title but not the sub-page title,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21469242/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com