How to Remove Slider from Blog Page when using Static

Hello!

How do I remove the slider from displaying on my Blog page when I’ve set a static home page. It’s currently displaying the slider on both pages as seen here:

I’ve tried going to “Customize > Static Front Page > Posts page” and deselecting Blog but then none of my posts are displayed.

Thank you!
Gwen

Think I solved the problem myself.

I pasted body.blog .flexslider { display: none;}in the custom css box.

Not sure this is the most ideal, but working for now. I’d ultimately like my slide images to not post to the blog as well.

Hi @Gwen,

Thank you for your question.

Awesome great to see you got that solved.

I’d ultimately like my slide images to not post to the blog as well.

You can exclude slider posts appearing anywhere on the site by developing custom code as developed here https://colorlibsupport.com/t/suppress-slider-on-posts-page/#post-24989 https://colorlibsupport.com/t/exclude-slider-category-on-home-page-and-post-page/

Also you can use pages for the slider instead of posts by developing solution as described here https://colorlibsupport.com/t/slider-for-pages/#post-33351

Best Regards,
Movin