• Hello everyone,

    I’m using a theme that apparently has all I need in its header, I don’t need to show any recent posts below the header, and also the alternative of showing a static page isn’t needed, so I would like to show only the header itself (and the footer below it).

    I’m assuming I need to code this? How is it possible to achieve with CSS / PHP ?

    Thanks a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    I recommend asking at your theme’s support so the theme’s developers and support community can help you with this.

    Thread Starter sirhaver

    (@sirhaver)

    Thank you, the thing is that it’s not part of their theme, I’m asking this as a more general question for getting better in customizing WordPress. I’m sure there is a simple coding solution for this?

    Thread Starter sirhaver

    (@sirhaver)

    The solution:

    .site-content {
    display: none;
    }

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

The topic ‘Show header WITHOUT static page/recent posts’ is closed to new replies.