Remove slider from BLOG page

Viewing 6 posts - 1 through 6 (of 6 total)
  • #14004
    tejae
    Participant

    Hi! I’d like to keep my slider on the home page but would like to remove it on my blog page.

    I changed the page attributes to “Landing Page” or “Blog, no sidebar” on the PAGE, but nothing changes, I still have the header/slider and the sidebar.

    #14312
    craigcoulter
    Participant

    I had the same thing. Remove your posts page from being selected in Settings > Reading, that worked for me.

    #14375
    Daniel Tara
    Keymaster

    In index.php the second line should look like this:

    <?php if( is_home() && ! is_paged() ) : ?>

    Replace it with this:

    <?php if( is_front_page() && ! is_paged() ) : ?>
    #16638
    joan w
    Participant

    brilliant this was exactly what i was looking for. thank you daniel πŸ™‚ i have done these steps you posted here, and success πŸ™‚

    thank you, joan

    #16640
    joan w
    Participant

    separate issue – but relates to the blog posts on a post page.

    if i select – ‘numbered pagination’ – it shows all the numbers, but when i click on ‘2’ or ‘3’, nothing. it does not work for me at all. only stays on the first page.

    all other Posts Navigation Labels available to select work fine. so i will pick them, just would have been nice to see how pages were there in total like in the numbered pagination.

    thanks so much. joan

    #17330
    hjmonreal
    Participant

    Great solution πŸ™‚
    Thanks!

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

Tagged: , ,

You must be logged in to reply to this topic.