" width="width; ?>" he-6ren">
gpt4 book ai didi

php - 仅显示 DIV HOMEPAGE

转载 作者:行者123 更新时间:2023-11-28 08:27:30 24 4
gpt4 key购买 nike

我想将 .masthead-fixed .the main 剩余页面放在...只是不在主页上

<div id="page" class="hfeed site">

<?php if (!is_home() || !is_front_page()) { ?>

<?php if ( get_header_image() ) : ?>
<div id="site-header">
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">
<img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>">
</a>
</div>
<?php endif; ?>

<header id="masthead" class="site-header" role="banner">

<div class="header-main">
<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>

<div class="search-toggle">
<a href="#search-container" class="screen-reader-text"><?php _e( 'Search', 'twentyfourteen' ); ?></a>
</div>

<nav id="primary-navigation" class="site-navigation primary-navigation" role="navigation">
<button class="menu-toggle"><?php _e( 'Primary Menu', 'twentyfourteen' ); ?></button>
<a class="screen-reader-text skip-link" href="#content"><?php _e( 'Skip to content', 'twentyfourteen' ); ?></a>
<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
</nav>
</div>

<div id="search-container" class="search-box-wrapper hide">
<div class="search-box">
<?php get_search_form(); ?>
</div>
</div>

</header><!-- #masthead -->
<?php } ?>

这是网站:

http://avocat.dac-proiect.ro/wp/

这是 CSS 代码:

.masthead-fixed .site-main {
margin-top: 48px;
display:none;

你是如何解决这个问题的?

我构建了一个 Wordpress 主题,我只想拥有内容而不是其他页面......主页

最佳答案

.masthead-fixed, .site-main {

你需要给很多html元素加上一个逗号来影响一个css规则。

关于php - 仅显示 DIV HOMEPAGE,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28473105/

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