Home Page with Slider showing and moving and no Posts showing at the bottom of page

  • Stacy Huber

    #3215

    Tried to search for this topic but keep getting Internal Server Error message.

    Can I keep the slider, and not have the post, the slider is connected to, show on the bottom of the page? Page would be static (I guess) but still have the slider.

    I hope this is clear. The website I’m working on is not published yet.

    Thanks so much for the help.

    Anonymous

    #21133

    Yeah, it’s possible. See my website, I’m having the same thing in my site. What you have to do is just to add this to your custom CSS,

    .post-id {
    display:none;
    }

    Where post-id is the page ID of the static front page. eg: post-456

    http://www.prasannasp.net/how-to-enable-homepage-panes-in-graphene-theme/#postid

    Stacy Huber

    #21134

    Thanks Prasanna. That helped.

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

  • You must be logged in to reply to this topic.