我修改了首页标题。不过,我不希望所有其他网页,比其他网页,看起来像网页标题视图。有一种方法,以除去mtcars %>% nth(cyl, 2)
#> Error in length(n) == 1 : object 'cyl' not found
mtcars %>% nth(.$cyl, 2)
#> Error in nth(., .$cyl, 2) : length(n) == 1 is not TRUE
和搜索栏头图,简单地描绘在每一页比主页之外的报头
Header look in every other web page than the homepage
How can we help today?
答案 0 :(得分:0)
您可以在首页上添加课程吗?大多数CMS在html或body标签上应用了“ is-front”类。因此,在CSS中,您可以
.header-inner {display:none}
.is-front header-inner {display:block}