【问题标题】:Show only DIV HOMEPAGE仅显示 DIV 主页
【发布时间】:2015-04-12 22:20:43
【问题描述】:

我想把 .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 主题,我只想在其他页面上而不是在其他页面上...主页

【问题讨论】:

    标签: php html css wordpress


    【解决方案1】:
    .masthead-fixed, .site-main {
    

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2023-03-23
      • 1970-01-01
      • 2014-12-08
      • 1970-01-01
      • 1970-01-01
      • 2016-09-28
      • 1970-01-01
      相关资源
      最近更新 更多