Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter char715

    (@char715)

    I was able to create a custom page template for my homepage. (Thank-you for the suggestion) To get rid of the header, I simply put none in the (). The header is gone now, yet the header menu is still there. I tried putting header menu none in the () too but that did not work. I only want to take it off my homepage.

    THis is what I have right now: <?php get_header(none); ?>

    Thread Starter char715

    (@char715)

    I appreciate your response axew3! This is the craziest situation I have ever come across working with WP. I copied the three different CSS code I attempted to insert in the () neither worked. After the second wrong CSS code, I realized more specigically thhat it is the logo & header menu that I am trying to get off the front page. I also copied the header.php in hopes it gives a better idea on which CSS code would work.

    .home .site-header .site-navigation,
    .home #footer-nav {
    display: none;
    }

    `.page-id-22 header {
    display: none;
    }

    .home .site-header .site-navigation,
    .home #footer-nav {
    display: none;
    }

    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
    <meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
    <title><?php bloginfo(‘name’); ?> | <?php is_home() ? bloginfo(‘description’) : wp_title(”); ?></title>
    <link rel=”profile” href=”http://gmpg.org/xfn/11&#8243; />
    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
    <?php wp_head(); ?>
    </head>

    I appreciate any more suggestions anyone has, thank-you!

Viewing 2 replies - 1 through 2 (of 2 total)